Skip to content

Commit fff2028

Browse files
committed
Upgrade com.walletconnect.core to 3.1.5
1 parent 1ca6d06 commit fff2028

3 files changed

Lines changed: 10 additions & 10 deletions

File tree

Packages/com.walletconnect.web3modal/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "com.walletconnect.web3modal",
3-
"version": "0.1.0",
3+
"version": "0.1.1",
44
"displayName": "Web3Modal",
55
"unity": "2022.3",
66
"author": "WalletConnect",
@@ -13,8 +13,8 @@
1313
"walletconnectunity"
1414
],
1515
"dependencies": {
16-
"com.walletconnect.core": "3.1.5",
17-
"com.walletconnect.ui": "1.1.5",
16+
"com.walletconnect.core": "3.1.6",
17+
"com.walletconnect.ui": "1.1.6",
1818
"com.walletconnect.nethereum": "1.0.0",
1919
"com.nethereum.unity": "4.19.1",
2020
"com.unity.vectorgraphics": "2.0.0-preview.24"

Samples/W3M Basic Sample/Packages/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
"com.unity.timeline": "1.7.6",
1212
"com.unity.ugui": "1.0.0",
1313
"com.unity.visualscripting": "1.9.1",
14-
"com.walletconnect.core": "3.1.5",
14+
"com.walletconnect.core": "3.1.6",
1515
"com.walletconnect.nethereum": "1.0.0",
16-
"com.walletconnect.ui": "1.1.5",
16+
"com.walletconnect.ui": "1.1.6",
1717
"com.walletconnect.web3modal": "file:../../../Packages/com.walletconnect.web3modal",
1818
"io.sentry.unity": "2.0.4",
1919
"com.unity.modules.ai": "1.0.0",

Samples/W3M Basic Sample/Packages/packages-lock.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@
300300
"url": "https://packages.unity.com"
301301
},
302302
"com.walletconnect.core": {
303-
"version": "3.1.5",
303+
"version": "3.1.6",
304304
"depth": 0,
305305
"source": "registry",
306306
"dependencies": {
@@ -319,11 +319,11 @@
319319
"url": "https://package.openupm.com"
320320
},
321321
"com.walletconnect.ui": {
322-
"version": "1.1.5",
322+
"version": "1.1.6",
323323
"depth": 0,
324324
"source": "registry",
325325
"dependencies": {
326-
"com.walletconnect.core": "3.1.5",
326+
"com.walletconnect.core": "3.1.6",
327327
"com.unity.textmeshpro": "3.0.0",
328328
"com.unity.ugui": "1.0.0"
329329
},
@@ -334,8 +334,8 @@
334334
"depth": 0,
335335
"source": "local",
336336
"dependencies": {
337-
"com.walletconnect.core": "3.1.5",
338-
"com.walletconnect.ui": "1.1.5",
337+
"com.walletconnect.core": "3.1.6",
338+
"com.walletconnect.ui": "1.1.6",
339339
"com.walletconnect.nethereum": "1.0.0",
340340
"com.nethereum.unity": "4.19.1",
341341
"com.unity.vectorgraphics": "2.0.0-preview.24"

0 commit comments

Comments
 (0)