Skip to content

Commit 90aa85d

Browse files
committed
Version bump
1 parent 5399a41 commit 90aa85d

5 files changed

Lines changed: 18 additions & 18 deletions

File tree

Packages/com.walletconnect.web3modal/Plugins/Web3Modal.jslib

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ mergeInto(LibraryManager.library, {
7070
const enableAnalytics = parameters.enableAnalytics;
7171

7272
// Load the scripts and initialize the configuration
73-
import("https://cdn.jsdelivr.net/npm/@web3modal/cdn@5.1.2/dist/wagmi.js").then(CDNW3M => {
73+
import("https://cdn.jsdelivr.net/npm/@web3modal/cdn@5.1.7/dist/wagmi.js").then(CDNW3M => {
7474
const WagmiCore = CDNW3M['WagmiCore'];
7575
const Chains = CDNW3M['Chains'];
7676
const Web3modal = CDNW3M['Web3modal'];

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

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

7878
SdkMetadata.Type = "w3m";
79-
SdkMetadata.Version = "unity-w3m-v0.4.2"; // TODO: update this from CI
79+
SdkMetadata.Version = "unity-w3m-v0.4.3"; // TODO: update this from CI
8080

8181
Config = config ?? throw new ArgumentNullException(nameof(config));
8282

Packages/com.walletconnect.web3modal/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
],
1616
"changelogUrl": "https://github.com/WalletConnect/Web3ModalUnity/blob/main/Packages/com.walletconnect.web3modal/CHANGELOG.md",
1717
"dependencies": {
18-
"com.walletconnect.core": "3.1.11",
19-
"com.walletconnect.ui": "1.1.11",
20-
"com.walletconnect.nethereum": "1.0.1",
18+
"com.walletconnect.core": "3.1.12",
19+
"com.walletconnect.ui": "1.1.12",
20+
"com.walletconnect.nethereum": "1.0.2",
2121
"com.nethereum.unity": "4.19.1",
2222
"com.unity.vectorgraphics": "2.0.0-preview.24"
2323
}

Samples/AppKit Sample/Packages/packages-lock.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@
1515
"url": "https://package.openupm.com"
1616
},
1717
"com.nethereum.unity": {
18-
"version": "4.19.1",
19-
"depth": 1,
18+
"version": "4.19.2",
19+
"depth": 2,
2020
"source": "registry",
2121
"dependencies": {},
2222
"url": "https://package.openupm.com"
@@ -179,7 +179,7 @@
179179
"url": "https://packages.unity.com"
180180
},
181181
"com.walletconnect.core": {
182-
"version": "3.1.11",
182+
"version": "3.1.12",
183183
"depth": 1,
184184
"source": "registry",
185185
"dependencies": {
@@ -188,18 +188,18 @@
188188
"url": "https://package.openupm.com"
189189
},
190190
"com.walletconnect.nethereum": {
191-
"version": "1.0.1",
192-
"depth": 0,
191+
"version": "1.0.2",
192+
"depth": 1,
193193
"source": "registry",
194194
"dependencies": {
195-
"com.nethereum.unity": "4.19.1",
196-
"com.walletconnect.core": "3.1.7"
195+
"com.nethereum.unity": "4.19.2",
196+
"com.walletconnect.core": "3.1.12"
197197
},
198198
"url": "https://package.openupm.com"
199199
},
200200
"com.walletconnect.ui": {
201-
"version": "1.1.11",
202-
"depth": 0,
201+
"version": "1.1.12",
202+
"depth": 1,
203203
"source": "registry",
204204
"dependencies": {
205205
"com.walletconnect.core": "3.1.11",
@@ -213,9 +213,9 @@
213213
"depth": 0,
214214
"source": "local",
215215
"dependencies": {
216-
"com.walletconnect.core": "3.1.11",
217-
"com.walletconnect.ui": "1.1.11",
218-
"com.walletconnect.nethereum": "1.0.1",
216+
"com.walletconnect.core": "3.1.12",
217+
"com.walletconnect.ui": "1.1.12",
218+
"com.walletconnect.nethereum": "1.0.2",
219219
"com.nethereum.unity": "4.19.1",
220220
"com.unity.vectorgraphics": "2.0.0-preview.24"
221221
}

Samples/AppKit Sample/ProjectSettings/ProjectSettings.asset

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ PlayerSettings:
139139
loadStoreDebugModeEnabled: 0
140140
visionOSBundleVersion: 1.0
141141
tvOSBundleVersion: 1.0
142-
bundleVersion: 1.4.2
142+
bundleVersion: 0.4.3
143143
preloadedAssets: []
144144
metroInputSource: 0
145145
wsaTransparentSwapchain: 0

0 commit comments

Comments
 (0)