Skip to content

Commit b33eb7b

Browse files
ci(release): publish latest release
1 parent e71dea7 commit b33eb7b

File tree

4 files changed

+74
-95
lines changed

4 files changed

+74
-95
lines changed

RELEASE

+6-11
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
IPFS hash of the deployment:
2-
- CIDv0: `QmcnRu5Dj7x5qijnSGGSPC6zsEYTSGaRBKQNDFzqBXECDa`
3-
- CIDv1: `bafybeigwty5y62hiwqkabkxkyaqsxvtmm77xouwn3m4c7fglpnn5mtj4bu`
2+
- CIDv0: `QmbUxzjP1EYtcfbHowPZBsvvtrZCbk9gXKwMQ6VJQJxKi5`
3+
- CIDv1: `bafybeigdjfann4naayzaiqjiqqstvmn2oea75dkvwrsurvljsmxdwyzpdy`
44

55
The latest release is always mirrored at [app.uniswap.org](https://app.uniswap.org).
66

@@ -10,15 +10,10 @@ You can also access the Uniswap Interface from an IPFS gateway.
1010
Your Uniswap settings are never remembered across different URLs.
1111

1212
IPFS gateways:
13-
- https://bafybeigwty5y62hiwqkabkxkyaqsxvtmm77xouwn3m4c7fglpnn5mtj4bu.ipfs.dweb.link/
14-
- https://bafybeigwty5y62hiwqkabkxkyaqsxvtmm77xouwn3m4c7fglpnn5mtj4bu.ipfs.cf-ipfs.com/
15-
- [ipfs://QmcnRu5Dj7x5qijnSGGSPC6zsEYTSGaRBKQNDFzqBXECDa/](ipfs://QmcnRu5Dj7x5qijnSGGSPC6zsEYTSGaRBKQNDFzqBXECDa/)
13+
- https://bafybeigdjfann4naayzaiqjiqqstvmn2oea75dkvwrsurvljsmxdwyzpdy.ipfs.dweb.link/
14+
- https://bafybeigdjfann4naayzaiqjiqqstvmn2oea75dkvwrsurvljsmxdwyzpdy.ipfs.cf-ipfs.com/
15+
- [ipfs://QmbUxzjP1EYtcfbHowPZBsvvtrZCbk9gXKwMQ6VJQJxKi5/](ipfs://QmbUxzjP1EYtcfbHowPZBsvvtrZCbk9gXKwMQ6VJQJxKi5/)
1616

17-
### 5.27.2 (2024-05-14)
18-
19-
20-
### Bug Fixes
21-
22-
* **web:** web prod hotfix os fetcher 5 14 (#8186) b427678
17+
### 5.27.3 (2024-05-14)
2318

2419

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
web/5.27.2
1+
web/5.27.3

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"@react-navigation/routers": "6.1.9",
4343
"@react-navigation/core": "6.2.2",
4444
"@sideway/formula": "3.0.1",
45-
"@walletconnect/ethereum-provider": "2.10.1",
45+
"@walletconnect/ethereum-provider": "2.11.3",
4646
"@xmldom/xmldom": "0.7.7",
4747
"esbuild": "0.19.3",
4848
"eslint-plugin-import": "2.27.5",

yarn.lock

+66-82
Original file line numberDiff line numberDiff line change
@@ -15070,33 +15070,34 @@ __metadata:
1507015070
languageName: node
1507115071
linkType: hard
1507215072

15073-
"@walletconnect/core@npm:2.10.1":
15074-
version: 2.10.1
15075-
resolution: "@walletconnect/core@npm:2.10.1"
15073+
"@walletconnect/core@npm:2.11.2":
15074+
version: 2.11.2
15075+
resolution: "@walletconnect/core@npm:2.11.2"
1507615076
dependencies:
1507715077
"@walletconnect/heartbeat": 1.2.1
1507815078
"@walletconnect/jsonrpc-provider": 1.0.13
1507915079
"@walletconnect/jsonrpc-types": 1.0.3
1508015080
"@walletconnect/jsonrpc-utils": 1.0.8
15081-
"@walletconnect/jsonrpc-ws-connection": 1.0.13
15082-
"@walletconnect/keyvaluestorage": ^1.0.2
15081+
"@walletconnect/jsonrpc-ws-connection": 1.0.14
15082+
"@walletconnect/keyvaluestorage": ^1.1.1
1508315083
"@walletconnect/logger": ^2.0.1
1508415084
"@walletconnect/relay-api": ^1.0.9
1508515085
"@walletconnect/relay-auth": ^1.0.4
1508615086
"@walletconnect/safe-json": ^1.0.2
1508715087
"@walletconnect/time": ^1.0.2
15088-
"@walletconnect/types": 2.10.1
15089-
"@walletconnect/utils": 2.10.1
15088+
"@walletconnect/types": 2.11.2
15089+
"@walletconnect/utils": 2.11.2
1509015090
events: ^3.3.0
15091+
isomorphic-unfetch: 3.1.0
1509115092
lodash.isequal: 4.5.0
1509215093
uint8arrays: ^3.1.0
15093-
checksum: d58ae15c53efe1792da8c7aa1b7ba47efb49807cfe0c73f225d59c5cd847a0e50979ce6965b94915812412deba3e5aa2dca13a02bd41c087e85575e99afad223
15094+
checksum: 048c1dbdf096218b1e0c878005faf6ec98b825594e38dedbbf1bbd488c0cc73cc9376180c1701c8b26e9735e0cde0fe31ab3ee01facb34c30cd75077fe03f31f
1509415095
languageName: node
1509515096
linkType: hard
1509615097

15097-
"@walletconnect/core@npm:2.11.2, @walletconnect/core@npm:^2.10.1":
15098-
version: 2.11.2
15099-
resolution: "@walletconnect/core@npm:2.11.2"
15098+
"@walletconnect/core@npm:2.11.3, @walletconnect/core@npm:^2.10.1":
15099+
version: 2.11.3
15100+
resolution: "@walletconnect/core@npm:2.11.3"
1510015101
dependencies:
1510115102
"@walletconnect/heartbeat": 1.2.1
1510215103
"@walletconnect/jsonrpc-provider": 1.0.13
@@ -15109,13 +15110,13 @@ __metadata:
1510915110
"@walletconnect/relay-auth": ^1.0.4
1511015111
"@walletconnect/safe-json": ^1.0.2
1511115112
"@walletconnect/time": ^1.0.2
15112-
"@walletconnect/types": 2.11.2
15113-
"@walletconnect/utils": 2.11.2
15113+
"@walletconnect/types": 2.11.3
15114+
"@walletconnect/utils": 2.11.3
1511415115
events: ^3.3.0
1511515116
isomorphic-unfetch: 3.1.0
1511615117
lodash.isequal: 4.5.0
1511715118
uint8arrays: ^3.1.0
15118-
checksum: 048c1dbdf096218b1e0c878005faf6ec98b825594e38dedbbf1bbd488c0cc73cc9376180c1701c8b26e9735e0cde0fe31ab3ee01facb34c30cd75077fe03f31f
15119+
checksum: 75bef3c4f09971c4e38abb01fe9497580c4c6f3f33e4841f240bbbeca38c241f482c8d6205d4a4bf961fdcfd02a214733800bb10a5745170ed94e2834ab9dfc3
1511915120
languageName: node
1512015121
linkType: hard
1512115122

@@ -15128,25 +15129,21 @@ __metadata:
1512815129
languageName: node
1512915130
linkType: hard
1513015131

15131-
"@walletconnect/ethereum-provider@npm:2.10.1":
15132-
version: 2.10.1
15133-
resolution: "@walletconnect/ethereum-provider@npm:2.10.1"
15132+
"@walletconnect/ethereum-provider@npm:2.11.3":
15133+
version: 2.11.3
15134+
resolution: "@walletconnect/ethereum-provider@npm:2.11.3"
1513415135
dependencies:
1513515136
"@walletconnect/jsonrpc-http-connection": ^1.0.7
1513615137
"@walletconnect/jsonrpc-provider": ^1.0.13
1513715138
"@walletconnect/jsonrpc-types": ^1.0.3
1513815139
"@walletconnect/jsonrpc-utils": ^1.0.8
15139-
"@walletconnect/sign-client": 2.10.1
15140-
"@walletconnect/types": 2.10.1
15141-
"@walletconnect/universal-provider": 2.10.1
15142-
"@walletconnect/utils": 2.10.1
15140+
"@walletconnect/modal": ^2.6.2
15141+
"@walletconnect/sign-client": 2.11.3
15142+
"@walletconnect/types": 2.11.3
15143+
"@walletconnect/universal-provider": 2.11.3
15144+
"@walletconnect/utils": 2.11.3
1514315145
events: ^3.3.0
15144-
peerDependencies:
15145-
"@walletconnect/modal": ">=2"
15146-
peerDependenciesMeta:
15147-
"@walletconnect/modal":
15148-
optional: true
15149-
checksum: ec3d88ba101a5d8f193262b5b1e770cccad6457ec56fa1f3d17fa531de4e07e8cf03a1341669122c61956f0d5c3a6eca57d3f12f524e046acddb401cdb76fe7c
15146+
checksum: 3fff2ee81f6935655c0c31233803b4f895d05f3645d1e274bff6f87c0bfef9ad9f20c43b19651c4a2b84ca8ca031a3793bda53742f62f20ed304a7b5c206c15f
1515015147
languageName: node
1515115148
linkType: hard
1515215149

@@ -15215,19 +15212,6 @@ __metadata:
1521515212
languageName: node
1521615213
linkType: hard
1521715214

15218-
"@walletconnect/jsonrpc-ws-connection@npm:1.0.13":
15219-
version: 1.0.13
15220-
resolution: "@walletconnect/jsonrpc-ws-connection@npm:1.0.13"
15221-
dependencies:
15222-
"@walletconnect/jsonrpc-utils": ^1.0.6
15223-
"@walletconnect/safe-json": ^1.0.2
15224-
events: ^3.3.0
15225-
tslib: 1.14.1
15226-
ws: ^7.5.1
15227-
checksum: f2253b17564f7622e69b1252830f05efdf7f4d58b120adb3a3e950c2087845171c912307c39948d0b869aa8610688b83f54f54de4657091f7431aea95a59f8b9
15228-
languageName: node
15229-
linkType: hard
15230-
1523115215
"@walletconnect/jsonrpc-ws-connection@npm:1.0.14":
1523215216
version: 1.0.14
1523315217
resolution: "@walletconnect/jsonrpc-ws-connection@npm:1.0.14"
@@ -15240,7 +15224,7 @@ __metadata:
1524015224
languageName: node
1524115225
linkType: hard
1524215226

15243-
"@walletconnect/keyvaluestorage@npm:^1.0.2, @walletconnect/keyvaluestorage@npm:^1.1.1":
15227+
"@walletconnect/keyvaluestorage@npm:^1.1.1":
1524415228
version: 1.1.1
1524515229
resolution: "@walletconnect/keyvaluestorage@npm:1.1.1"
1524615230
dependencies:
@@ -15287,7 +15271,7 @@ __metadata:
1528715271
languageName: node
1528815272
linkType: hard
1528915273

15290-
"@walletconnect/modal@npm:2.6.2":
15274+
"@walletconnect/modal@npm:2.6.2, @walletconnect/modal@npm:^2.6.2":
1529115275
version: 2.6.2
1529215276
resolution: "@walletconnect/modal@npm:2.6.2"
1529315277
dependencies:
@@ -15349,37 +15333,37 @@ __metadata:
1534915333
languageName: node
1535015334
linkType: hard
1535115335

15352-
"@walletconnect/sign-client@npm:2.10.1":
15353-
version: 2.10.1
15354-
resolution: "@walletconnect/sign-client@npm:2.10.1"
15336+
"@walletconnect/sign-client@npm:2.11.2":
15337+
version: 2.11.2
15338+
resolution: "@walletconnect/sign-client@npm:2.11.2"
1535515339
dependencies:
15356-
"@walletconnect/core": 2.10.1
15340+
"@walletconnect/core": 2.11.2
1535715341
"@walletconnect/events": ^1.0.1
1535815342
"@walletconnect/heartbeat": 1.2.1
1535915343
"@walletconnect/jsonrpc-utils": 1.0.8
1536015344
"@walletconnect/logger": ^2.0.1
1536115345
"@walletconnect/time": ^1.0.2
15362-
"@walletconnect/types": 2.10.1
15363-
"@walletconnect/utils": 2.10.1
15346+
"@walletconnect/types": 2.11.2
15347+
"@walletconnect/utils": 2.11.2
1536415348
events: ^3.3.0
15365-
checksum: dbdced8dece73b20ae73df9c0cf0d9e3eee753f6c81e264c87583ca60d1d13d4f7d61944e4b22d1f70c5f32424fd842a7de778838aa7d0ae27195976a86e102f
15349+
checksum: c7e566bcddedfd3c2498541c4ba9caf45436e8de0d3aa3b1da4d3b09d3fbad630ecbfe249c3ea19ed16b368c32ec3fa28b3ed78a82f1ce52793af17a585a4d71
1536615350
languageName: node
1536715351
linkType: hard
1536815352

15369-
"@walletconnect/sign-client@npm:2.11.2":
15370-
version: 2.11.2
15371-
resolution: "@walletconnect/sign-client@npm:2.11.2"
15353+
"@walletconnect/sign-client@npm:2.11.3":
15354+
version: 2.11.3
15355+
resolution: "@walletconnect/sign-client@npm:2.11.3"
1537215356
dependencies:
15373-
"@walletconnect/core": 2.11.2
15357+
"@walletconnect/core": 2.11.3
1537415358
"@walletconnect/events": ^1.0.1
1537515359
"@walletconnect/heartbeat": 1.2.1
1537615360
"@walletconnect/jsonrpc-utils": 1.0.8
1537715361
"@walletconnect/logger": ^2.0.1
1537815362
"@walletconnect/time": ^1.0.2
15379-
"@walletconnect/types": 2.11.2
15380-
"@walletconnect/utils": 2.11.2
15363+
"@walletconnect/types": 2.11.3
15364+
"@walletconnect/utils": 2.11.3
1538115365
events: ^3.3.0
15382-
checksum: c7e566bcddedfd3c2498541c4ba9caf45436e8de0d3aa3b1da4d3b09d3fbad630ecbfe249c3ea19ed16b368c32ec3fa28b3ed78a82f1ce52793af17a585a4d71
15366+
checksum: 5bb322a691f22ba54983d6a2f6440ff18ce7a415b869520d3c3bc6514cf3018e2435e1a4b11e1f77636cc5ad3402519385b098ad426b3921f292dc5cfc6e4120
1538315367
languageName: node
1538415368
linkType: hard
1538515369

@@ -15392,54 +15376,54 @@ __metadata:
1539215376
languageName: node
1539315377
linkType: hard
1539415378

15395-
"@walletconnect/types@npm:2.10.1":
15396-
version: 2.10.1
15397-
resolution: "@walletconnect/types@npm:2.10.1"
15379+
"@walletconnect/types@npm:2.11.2":
15380+
version: 2.11.2
15381+
resolution: "@walletconnect/types@npm:2.11.2"
1539815382
dependencies:
1539915383
"@walletconnect/events": ^1.0.1
1540015384
"@walletconnect/heartbeat": 1.2.1
1540115385
"@walletconnect/jsonrpc-types": 1.0.3
15402-
"@walletconnect/keyvaluestorage": ^1.0.2
15386+
"@walletconnect/keyvaluestorage": ^1.1.1
1540315387
"@walletconnect/logger": ^2.0.1
1540415388
events: ^3.3.0
15405-
checksum: b663a236404bb423d3cc5cde656794ce42132f09193da5a51dac815d844f78eebb29c7275ebe10f6134492db21386ffd81b66ce42992332847b72c9128f74990
15389+
checksum: 0979f214682f46762f15bef23d37220abc677dac09b38d40687efb32d7ac2636a92eff952a382ecc291641054736b9236ddaab870d6607e42b9cb77ffdce4079
1540615390
languageName: node
1540715391
linkType: hard
1540815392

15409-
"@walletconnect/types@npm:2.11.2":
15410-
version: 2.11.2
15411-
resolution: "@walletconnect/types@npm:2.11.2"
15393+
"@walletconnect/types@npm:2.11.3":
15394+
version: 2.11.3
15395+
resolution: "@walletconnect/types@npm:2.11.3"
1541215396
dependencies:
1541315397
"@walletconnect/events": ^1.0.1
1541415398
"@walletconnect/heartbeat": 1.2.1
1541515399
"@walletconnect/jsonrpc-types": 1.0.3
1541615400
"@walletconnect/keyvaluestorage": ^1.1.1
1541715401
"@walletconnect/logger": ^2.0.1
1541815402
events: ^3.3.0
15419-
checksum: 0979f214682f46762f15bef23d37220abc677dac09b38d40687efb32d7ac2636a92eff952a382ecc291641054736b9236ddaab870d6607e42b9cb77ffdce4079
15403+
checksum: a8afbffa401fab7c8c67ac5c3f12638d0d14a763c3b3000f71b77a3d5f451498e6ede5f9ab7c112db48f620fbcb892ac55ebac0dbfa2ce1bd9159e9aa291b5b2
1542015404
languageName: node
1542115405
linkType: hard
1542215406

15423-
"@walletconnect/universal-provider@npm:2.10.1":
15424-
version: 2.10.1
15425-
resolution: "@walletconnect/universal-provider@npm:2.10.1"
15407+
"@walletconnect/universal-provider@npm:2.11.3":
15408+
version: 2.11.3
15409+
resolution: "@walletconnect/universal-provider@npm:2.11.3"
1542615410
dependencies:
1542715411
"@walletconnect/jsonrpc-http-connection": ^1.0.7
1542815412
"@walletconnect/jsonrpc-provider": 1.0.13
1542915413
"@walletconnect/jsonrpc-types": ^1.0.2
1543015414
"@walletconnect/jsonrpc-utils": ^1.0.7
1543115415
"@walletconnect/logger": ^2.0.1
15432-
"@walletconnect/sign-client": 2.10.1
15433-
"@walletconnect/types": 2.10.1
15434-
"@walletconnect/utils": 2.10.1
15416+
"@walletconnect/sign-client": 2.11.3
15417+
"@walletconnect/types": 2.11.3
15418+
"@walletconnect/utils": 2.11.3
1543515419
events: ^3.3.0
15436-
checksum: a33ad597a7601157cd96bceb7637c3463a5df981e5548c5343ab84f92c542bd7cae577fb2884d549164c9ad8262b097dc5fc0bc7fd9a515ee7c3f30b271cb034
15420+
checksum: 7009bc329ae9af2092cd73c5b25e62b24d21d83234169ab5cb32d9949ae1fcc7078e3c054f40b507b6a0d3e167b7a4a38006cdd27e06398dd91727a7b8793b99
1543715421
languageName: node
1543815422
linkType: hard
1543915423

15440-
"@walletconnect/utils@npm:2.10.1":
15441-
version: 2.10.1
15442-
resolution: "@walletconnect/utils@npm:2.10.1"
15424+
"@walletconnect/utils@npm:2.11.2":
15425+
version: 2.11.2
15426+
resolution: "@walletconnect/utils@npm:2.11.2"
1544315427
dependencies:
1544415428
"@stablelib/chacha20poly1305": 1.0.1
1544515429
"@stablelib/hkdf": 1.0.1
@@ -15449,19 +15433,19 @@ __metadata:
1544915433
"@walletconnect/relay-api": ^1.0.9
1545015434
"@walletconnect/safe-json": ^1.0.2
1545115435
"@walletconnect/time": ^1.0.2
15452-
"@walletconnect/types": 2.10.1
15436+
"@walletconnect/types": 2.11.2
1545315437
"@walletconnect/window-getters": ^1.0.1
1545415438
"@walletconnect/window-metadata": ^1.0.1
1545515439
detect-browser: 5.3.0
1545615440
query-string: 7.1.3
1545715441
uint8arrays: ^3.1.0
15458-
checksum: 150d1a3c75ce0736ffc8ed8a844e3dc63476e556f7f308154ee6bc9d99e08907bc11a504b7ce3889951293b48d9eef4e32b84de1c7f27b7a84e6731a7bb65189
15442+
checksum: 169147f99c7486c48c23ad0a8ebcbbb4f07aaffd954bad20f4b98516391e89e44f213b5226b3ef737ee91e1226fff9b1becf79dd56738c86becdc96d86cbbc72
1545915443
languageName: node
1546015444
linkType: hard
1546115445

15462-
"@walletconnect/utils@npm:2.11.2, @walletconnect/utils@npm:^2.10.1":
15463-
version: 2.11.2
15464-
resolution: "@walletconnect/utils@npm:2.11.2"
15446+
"@walletconnect/utils@npm:2.11.3, @walletconnect/utils@npm:^2.10.1":
15447+
version: 2.11.3
15448+
resolution: "@walletconnect/utils@npm:2.11.3"
1546515449
dependencies:
1546615450
"@stablelib/chacha20poly1305": 1.0.1
1546715451
"@stablelib/hkdf": 1.0.1
@@ -15471,13 +15455,13 @@ __metadata:
1547115455
"@walletconnect/relay-api": ^1.0.9
1547215456
"@walletconnect/safe-json": ^1.0.2
1547315457
"@walletconnect/time": ^1.0.2
15474-
"@walletconnect/types": 2.11.2
15458+
"@walletconnect/types": 2.11.3
1547515459
"@walletconnect/window-getters": ^1.0.1
1547615460
"@walletconnect/window-metadata": ^1.0.1
1547715461
detect-browser: 5.3.0
1547815462
query-string: 7.1.3
1547915463
uint8arrays: ^3.1.0
15480-
checksum: 169147f99c7486c48c23ad0a8ebcbbb4f07aaffd954bad20f4b98516391e89e44f213b5226b3ef737ee91e1226fff9b1becf79dd56738c86becdc96d86cbbc72
15464+
checksum: b62b80ad2ea02d799637b1014894e8b227d68e4e79c1267b7ffccf2176acf79387cf7f909923739a1b7a7f2084fd50149bc7528a5a2fb9991671e88637ebd7ac
1548115465
languageName: node
1548215466
linkType: hard
1548315467

0 commit comments

Comments
 (0)