Skip to content

Commit cf6ea35

Browse files
committed
Version bump
1 parent 8554944 commit cf6ea35

4 files changed

Lines changed: 11 additions & 21 deletions

File tree

Packages/com.walletconnect.web3modal/Runtime/Web3Modal.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ public static async Task InitializeAsync(Web3ModalConfig config)
7272
throw new Exception("Already initialized"); // TODO: use custom ex type
7373

7474
UnityWebRequestExtensions.sdkType = "w3m";
75-
UnityWebRequestExtensions.sdkVersion = "unity-w3m-v0.2.0"; // TODO: update this from CI
75+
UnityWebRequestExtensions.sdkVersion = "unity-w3m-v0.3.0"; // TODO: update this from CI
7676

7777
Config = config ?? throw new ArgumentNullException(nameof(config));
7878

Packages/com.walletconnect.web3modal/package.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,22 @@
11
{
22
"name": "com.walletconnect.web3modal",
3-
"version": "0.1.1",
3+
"version": "0.3.0",
44
"displayName": "Web3Modal",
55
"unity": "2022.3",
66
"author": "WalletConnect",
77
"keywords": [
88
"wallet",
9+
"appkit",
910
"nethereum",
1011
"web3modal",
1112
"walletconnect",
1213
"walletconnectmodal",
1314
"walletconnectunity"
1415
],
1516
"dependencies": {
16-
"com.walletconnect.core": "3.1.6",
17-
"com.walletconnect.ui": "1.1.6",
18-
"com.walletconnect.nethereum": "1.0.0",
17+
"com.walletconnect.core": "3.1.7",
18+
"com.walletconnect.ui": "1.1.7",
19+
"com.walletconnect.nethereum": "1.0.1",
1920
"com.nethereum.unity": "4.19.1",
2021
"com.unity.vectorgraphics": "2.0.0-preview.24"
2122
}

Samples/W3M Basic Sample/Packages/manifest.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,11 @@
1010
"com.unity.textmeshpro": "3.0.8",
1111
"com.unity.timeline": "1.7.6",
1212
"com.unity.ugui": "1.0.0",
13-
"com.unity.visualscripting": "1.9.1",
1413
"com.walletconnect.core": "3.1.7",
1514
"com.walletconnect.nethereum": "1.0.1",
1615
"com.walletconnect.ui": "1.1.7",
1716
"com.walletconnect.web3modal": "file:../../../Packages/com.walletconnect.web3modal",
18-
"io.sentry.unity": "2.0.4",
17+
"io.sentry.unity": "2.0.7",
1918
"com.unity.modules.ai": "1.0.0",
2019
"com.unity.modules.androidjni": "1.0.0",
2120
"com.unity.modules.animation": "1.0.0",

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

Lines changed: 4 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -289,16 +289,6 @@
289289
},
290290
"url": "https://packages.unity.com"
291291
},
292-
"com.unity.visualscripting": {
293-
"version": "1.9.1",
294-
"depth": 0,
295-
"source": "registry",
296-
"dependencies": {
297-
"com.unity.ugui": "1.0.0",
298-
"com.unity.modules.jsonserialize": "1.0.0"
299-
},
300-
"url": "https://packages.unity.com"
301-
},
302292
"com.walletconnect.core": {
303293
"version": "3.1.7",
304294
"depth": 0,
@@ -334,15 +324,15 @@
334324
"depth": 0,
335325
"source": "local",
336326
"dependencies": {
337-
"com.walletconnect.core": "3.1.6",
338-
"com.walletconnect.ui": "1.1.6",
339-
"com.walletconnect.nethereum": "1.0.0",
327+
"com.walletconnect.core": "3.1.7",
328+
"com.walletconnect.ui": "1.1.7",
329+
"com.walletconnect.nethereum": "1.0.1",
340330
"com.nethereum.unity": "4.19.1",
341331
"com.unity.vectorgraphics": "2.0.0-preview.24"
342332
}
343333
},
344334
"io.sentry.unity": {
345-
"version": "2.0.4",
335+
"version": "2.0.7",
346336
"depth": 0,
347337
"source": "registry",
348338
"dependencies": {},

0 commit comments

Comments
 (0)