Skip to content

Commit

Permalink
Merge pull request #21 from WalletConnect/release/0.4.2
Browse files Browse the repository at this point in the history
release: 0.4.2
  • Loading branch information
skibitsky authored Aug 5, 2024
2 parents d55882e + 68108f7 commit 0939cfe
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Packages/com.walletconnect.web3modal/Runtime/Web3Modal.cs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public static async Task InitializeAsync(Web3ModalConfig config)
throw new Exception("Already initialized"); // TODO: use custom ex type

SdkMetadata.Type = "w3m";
SdkMetadata.Version = "unity-w3m-v0.4.1"; // TODO: update this from CI
SdkMetadata.Version = "unity-w3m-v0.4.2"; // TODO: update this from CI

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

Expand Down
6 changes: 3 additions & 3 deletions Packages/com.walletconnect.web3modal/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.walletconnect.web3modal",
"version": "0.4.1",
"version": "0.4.2",
"displayName": "Web3Modal",
"unity": "2022.3",
"author": "WalletConnect",
Expand All @@ -15,8 +15,8 @@
],
"changelogUrl": "https://github.com/WalletConnect/Web3ModalUnity/blob/main/Packages/com.walletconnect.web3modal/CHANGELOG.md",
"dependencies": {
"com.walletconnect.core": "3.1.10",
"com.walletconnect.ui": "1.1.10",
"com.walletconnect.core": "3.1.11",
"com.walletconnect.ui": "1.1.11",
"com.walletconnect.nethereum": "1.0.1",
"com.nethereum.unity": "4.19.1",
"com.unity.vectorgraphics": "2.0.0-preview.24"
Expand Down
2 changes: 1 addition & 1 deletion Samples/W3M Basic Sample/Packages/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"com.unity.timeline": "1.7.6",
"com.unity.ugui": "1.0.0",
"com.walletconnect.nethereum": "1.0.1",
"com.walletconnect.ui": "1.1.10",
"com.walletconnect.ui": "1.1.11",
"com.walletconnect.web3modal": "file:../../../Packages/com.walletconnect.web3modal",
"io.sentry.unity": "2.0.7",
"com.unity.modules.ai": "1.0.0",
Expand Down
10 changes: 5 additions & 5 deletions Samples/W3M Basic Sample/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -290,7 +290,7 @@
"url": "https://packages.unity.com"
},
"com.walletconnect.core": {
"version": "3.1.10",
"version": "3.1.11",
"depth": 1,
"source": "registry",
"dependencies": {
Expand All @@ -309,11 +309,11 @@
"url": "https://package.openupm.com"
},
"com.walletconnect.ui": {
"version": "1.1.10",
"version": "1.1.11",
"depth": 0,
"source": "registry",
"dependencies": {
"com.walletconnect.core": "3.1.10",
"com.walletconnect.core": "3.1.11",
"com.unity.textmeshpro": "3.0.0",
"com.unity.ugui": "1.0.0"
},
Expand All @@ -324,8 +324,8 @@
"depth": 0,
"source": "local",
"dependencies": {
"com.walletconnect.core": "3.1.10",
"com.walletconnect.ui": "1.1.10",
"com.walletconnect.core": "3.1.11",
"com.walletconnect.ui": "1.1.11",
"com.walletconnect.nethereum": "1.0.1",
"com.nethereum.unity": "4.19.1",
"com.unity.vectorgraphics": "2.0.0-preview.24"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ PlayerSettings:
useOnDemandResources: 0
accelerometerFrequency: 0
companyName: WalletConnect
productName: Unity Web3Modal
productName: Unity AppKit Sample
defaultCursor: {fileID: 0}
cursorHotspot: {x: 0, y: 0}
m_SplashScreenBackgroundColor: {r: 0.13725491, g: 0.12156863, b: 0.1254902, a: 1}
Expand Down Expand Up @@ -139,7 +139,7 @@ PlayerSettings:
loadStoreDebugModeEnabled: 0
visionOSBundleVersion: 1.0
tvOSBundleVersion: 1.0
bundleVersion: 1.3.0
bundleVersion: 1.4.2
preloadedAssets: []
metroInputSource: 0
wsaTransparentSwapchain: 0
Expand Down Expand Up @@ -776,7 +776,7 @@ PlayerSettings:
platformArchitecture: {}
scriptingBackend:
Android: 1
Standalone: 1
Standalone: 0
il2cppCompilerConfiguration: {}
il2cppCodeGeneration: {}
managedStrippingLevel:
Expand Down

0 comments on commit 0939cfe

Please sign in to comment.