Skip to content

Commit

Permalink
chore: bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ignaciosantise committed Jul 11, 2024
1 parent 9bf42b0 commit 0c60504
Show file tree
Hide file tree
Showing 11 changed files with 106 additions and 102 deletions.
2 changes: 1 addition & 1 deletion dapps/W3MWagmi/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ android {
applicationId "com.walletconnect.web3modal.rnsample"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 39
versionCode 40
versionName "1.1"
resValue "string", "build_config_package", "com.w3mwagmi"
}
Expand Down
4 changes: 2 additions & 2 deletions dapps/W3MWagmi/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -970,7 +970,7 @@ PODS:
- React-Mapbuffer (0.73.4):
- glog
- React-debug
- react-native-compat (2.13.3-canary-19083bdd):
- react-native-compat (2.13.3-link-mode-0):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
Expand Down Expand Up @@ -1486,7 +1486,7 @@ SPEC CHECKSUMS:
React-jsinspector: 9ac353eccf6ab54d1e0a33862ba91221d1e88460
React-logger: 0a57b68dd2aec7ff738195f081f0520724b35dab
React-Mapbuffer: 63913773ed7f96b814a2521e13e6d010282096ad
react-native-compat: cd7b0c84c15048fc7a2b3e04391e784b76e6617c
react-native-compat: 7c1e1cb5a12e52fdd145ef7039c3c883f8b36013
react-native-config: 86038147314e2e6d10ea9972022aa171e6b1d4d8
react-native-get-random-values: a6ea6a8a65dc93e96e24a11105b1a9c8cfe1d72a
react-native-mmkv: e97c0c79403fb94577e5d902ab1ebd42b0715b43
Expand Down
4 changes: 2 additions & 2 deletions dapps/W3MWagmi/ios/W3MWagmi.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -1475,7 +1475,7 @@
CODE_SIGN_ENTITLEMENTS = W3MWagmi/W3MWagmi.entitlements;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 28;
CURRENT_PROJECT_VERSION = 52;
DEVELOPMENT_TEAM = W5R8AG9K22;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = W5R8AG9K22;
ENABLE_BITCODE = NO;
Expand Down Expand Up @@ -1595,7 +1595,7 @@
CODE_SIGN_ENTITLEMENTS = W3MWagmi/W3MWagmi.entitlements;
"CODE_SIGN_IDENTITY[sdk=iphoneos*]" = "iPhone Distribution";
CODE_SIGN_STYLE = Manual;
CURRENT_PROJECT_VERSION = 28;
CURRENT_PROJECT_VERSION = 52;
DEVELOPMENT_TEAM = W5R8AG9K22;
"DEVELOPMENT_TEAM[sdk=iphoneos*]" = W5R8AG9K22;
HEADER_SEARCH_PATHS = (
Expand Down
14 changes: 7 additions & 7 deletions dapps/W3MWagmi/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"@react-navigation/native-stack": "6.9.26",
"@sentry/react-native": "5.20.0",
"@tanstack/react-query": "5.37.1",
"@walletconnect/react-native-compat": "2.13.3-canary-19083bdd",
"@walletconnect/react-native-compat": "2.13.3-link-mode-0",
"@web3modal/coinbase-wagmi-react-native": "2.0.0-canary-link.5",
"@web3modal/email-wagmi-react-native": "2.0.0-canary-link.5",
"@web3modal/wagmi-react-native": "2.0.0-canary-link.5",
Expand All @@ -44,12 +44,12 @@
"wagmi": "2.10.7"
},
"resolutions": {
"@walletconnect/utils": "2.13.3-canary-19083bdd",
"@walletconnect/core": "2.13.3-canary-19083bdd",
"@walletconnect/sign-client": "2.13.3-canary-19083bdd",
"@walletconnect/types": "2.13.3-canary-19083bdd",
"@walletconnect/ethereum-provider": "2.13.3-canary-19083bdd",
"@walletconnect/universal-provider": "2.13.3-canary-19083bdd"
"@walletconnect/utils": "2.13.3-link-mode-0",
"@walletconnect/core": "2.13.3-link-mode-0",
"@walletconnect/sign-client": "2.13.3-link-mode-0",
"@walletconnect/types": "2.13.3-link-mode-0",
"@walletconnect/ethereum-provider": "2.13.3-link-mode-0",
"@walletconnect/universal-provider": "2.13.3-link-mode-0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
Expand Down
4 changes: 3 additions & 1 deletion dapps/W3MWagmi/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,9 @@ function App(): JSX.Element {
const handledBySdk = handleResponse(new URL(url));
if (!handledBySdk) {
// Handle other deeplinks
SettingsStore.setCurrentRequestLinkMode(true);
if (url.includes('wc_ev')) {
SettingsStore.setCurrentRequestLinkMode(true);
}
}
});

Expand Down
90 changes: 45 additions & 45 deletions dapps/W3MWagmi/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4107,10 +4107,10 @@
mipd "0.0.5"
zustand "4.4.1"

"@walletconnect/[email protected]19083bdd", "@walletconnect/[email protected]canary-c1f48b78a":
version "2.13.3-canary-19083bdd"
resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.13.3-canary-19083bdd.tgz#7ad6eb10037ea408f2ce255445223b15076320fc"
integrity sha512-P1/E3eJ3+ytZDDK5JqYevcqAfNK9YD18/6uVqrTX29MTgg0fSEO9Jcv8C8oYh6NYYSbkUzrq7eLrxa/pu5NMjg==
"@walletconnect/[email protected]c1f48b78a", "@walletconnect/[email protected]link-mode-0":
version "2.13.3-link-mode-0"
resolved "https://registry.yarnpkg.com/@walletconnect/core/-/core-2.13.3-link-mode-0.tgz#ee94ce3eb7240f7f0db3a10c7ff72d08053f43d0"
integrity sha512-S1snYfDkB1QrCeoaGfqy6mPwjKX+KMbadmtUm13vWv41dNlNJELKDDnPuN5UOmloygeBgUvGx8v+93CVSVNszA==
dependencies:
"@walletconnect/heartbeat" "1.2.2"
"@walletconnect/jsonrpc-provider" "1.0.14"
Expand All @@ -4123,8 +4123,8 @@
"@walletconnect/relay-auth" "1.0.4"
"@walletconnect/safe-json" "1.0.2"
"@walletconnect/time" "1.0.2"
"@walletconnect/types" "2.13.3-canary-19083bdd"
"@walletconnect/utils" "2.13.3-canary-19083bdd"
"@walletconnect/types" "2.13.3-link-mode-0"
"@walletconnect/utils" "2.13.3-link-mode-0"
events "3.3.0"
isomorphic-unfetch "3.1.0"
lodash.isequal "4.5.0"
Expand All @@ -4137,20 +4137,20 @@
dependencies:
tslib "1.14.1"

"@walletconnect/[email protected]", "@walletconnect/[email protected]19083bdd", "@walletconnect/[email protected]canary-c1f48b78a":
version "2.13.3-canary-19083bdd"
resolved "https://registry.yarnpkg.com/@walletconnect/ethereum-provider/-/ethereum-provider-2.13.3-canary-19083bdd.tgz#243900cbede720007e00332d944ad834a4eea848"
integrity sha512-G2pER5Ipahjlc9OSPLugXxuj2OzGSSbSANi/wlHL83YCQsEKytdjs5ZMbgG40hQTbhKyBM52N4HwbT6zuU8Esg==
"@walletconnect/[email protected]", "@walletconnect/[email protected]c1f48b78a", "@walletconnect/[email protected]link-mode-0":
version "2.13.3-link-mode-0"
resolved "https://registry.yarnpkg.com/@walletconnect/ethereum-provider/-/ethereum-provider-2.13.3-link-mode-0.tgz#109dea47e2b70a0aef4cf34b384732b3bc783c05"
integrity sha512-VUfkKhNEcg7rWXDXNeHfIAGYhjLkCCsH6JnnaXys2IgPNdHeQFhup1QgG4DenUILcYjM6Vzazotz+jWsBmqTVw==
dependencies:
"@walletconnect/jsonrpc-http-connection" "1.0.8"
"@walletconnect/jsonrpc-provider" "1.0.14"
"@walletconnect/jsonrpc-types" "1.0.4"
"@walletconnect/jsonrpc-utils" "1.0.8"
"@walletconnect/modal" "2.6.2"
"@walletconnect/sign-client" "2.13.3-canary-19083bdd"
"@walletconnect/types" "2.13.3-canary-19083bdd"
"@walletconnect/universal-provider" "2.13.3-canary-19083bdd"
"@walletconnect/utils" "2.13.3-canary-19083bdd"
"@walletconnect/sign-client" "2.13.3-link-mode-0"
"@walletconnect/types" "2.13.3-link-mode-0"
"@walletconnect/universal-provider" "2.13.3-link-mode-0"
"@walletconnect/utils" "2.13.3-link-mode-0"
events "3.3.0"

"@walletconnect/[email protected]", "@walletconnect/events@^1.0.1":
Expand Down Expand Up @@ -4266,19 +4266,19 @@
"@walletconnect/modal-core" "2.6.2"
"@walletconnect/modal-ui" "2.6.2"

"@walletconnect/[email protected]19083bdd":
version "2.13.3-canary-19083bdd"
resolved "https://registry.yarnpkg.com/@walletconnect/react-native-compat/-/react-native-compat-2.13.3-canary-19083bdd.tgz#c2214e646236416b1936c209f51162d3318526a3"
integrity sha512-NkezqN30cIftY0G5+lU9MemjVlEYa5W/tX5FTp8nGvdbhKU++kpfn5MDwFKmzFkekvrxCCuHbRDHKUnrNNIc+A==
"@walletconnect/[email protected]c1f48b78a":
version "2.13.3-canary-c1f48b78a"
resolved "https://registry.yarnpkg.com/@walletconnect/react-native-compat/-/react-native-compat-2.13.3-canary-c1f48b78a.tgz#7b01b54a4a904c609ba58c9aa018565f8003ecf0"
integrity sha512-3p9CxCLXCPe5GErOhGVCJHVhsa+9Vyhjh4VQ/3VfFvkOOjJVfm1J8QgYnTc2AgVsR1hW1FnJVaZb6QIzmjdlAw==
dependencies:
events "3.3.0"
fast-text-encoding "1.0.6"
react-native-url-polyfill "2.0.0"

"@walletconnect/[email protected]canary-c1f48b78a":
version "2.13.3-canary-c1f48b78a"
resolved "https://registry.yarnpkg.com/@walletconnect/react-native-compat/-/react-native-compat-2.13.3-canary-c1f48b78a.tgz#7b01b54a4a904c609ba58c9aa018565f8003ecf0"
integrity sha512-3p9CxCLXCPe5GErOhGVCJHVhsa+9Vyhjh4VQ/3VfFvkOOjJVfm1J8QgYnTc2AgVsR1hW1FnJVaZb6QIzmjdlAw==
"@walletconnect/[email protected]link-mode-0":
version "2.13.3-link-mode-0"
resolved "https://registry.yarnpkg.com/@walletconnect/react-native-compat/-/react-native-compat-2.13.3-link-mode-0.tgz#b6fc691767de1c487036f7edabf7edde2be58a88"
integrity sha512-2oh9nhGYLkkbVHdC1Y9mJjEK+bbU5+cWTiDDLk13QixkkEvJKtmFmkiSnt/Nfp8hbRCVYs3FUVM4j1gMnRLqVg==
dependencies:
events "3.3.0"
fast-text-encoding "1.0.6"
Expand Down Expand Up @@ -4310,19 +4310,19 @@
dependencies:
tslib "1.14.1"

"@walletconnect/[email protected]19083bdd", "@walletconnect/[email protected]canary-c1f48b78a":
version "2.13.3-canary-19083bdd"
resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.13.3-canary-19083bdd.tgz#5cd36887163c80873248e00058474a13c2fc4f78"
integrity sha512-+7pE5lZ9QFI+lmXp1/9ni+8Ml5VxuNyC5wjc0AtVfZW01PEmgr6ExB6E8/Mia7Rvlm/C+kLcpKtTXxKo2glstA==
"@walletconnect/[email protected]c1f48b78a", "@walletconnect/[email protected]link-mode-0":
version "2.13.3-link-mode-0"
resolved "https://registry.yarnpkg.com/@walletconnect/sign-client/-/sign-client-2.13.3-link-mode-0.tgz#088facf9e51abbdac08bf342b08402a17d993018"
integrity sha512-7E05GXXGlbaDeSQGB/H6HuRS1XiM70Z7butJQ2iVEf3EzlVtfqq7BBTKlyYHRbRIhb+RKIghrwBq+XFimZgjkA==
dependencies:
"@walletconnect/core" "2.13.3-canary-19083bdd"
"@walletconnect/core" "2.13.3-link-mode-0"
"@walletconnect/events" "1.0.1"
"@walletconnect/heartbeat" "1.2.2"
"@walletconnect/jsonrpc-utils" "1.0.8"
"@walletconnect/logger" "2.1.2"
"@walletconnect/time" "1.0.2"
"@walletconnect/types" "2.13.3-canary-19083bdd"
"@walletconnect/utils" "2.13.3-canary-19083bdd"
"@walletconnect/types" "2.13.3-link-mode-0"
"@walletconnect/utils" "2.13.3-link-mode-0"
events "3.3.0"

"@walletconnect/[email protected]", "@walletconnect/time@^1.0.2":
Expand All @@ -4332,10 +4332,10 @@
dependencies:
tslib "1.14.1"

"@walletconnect/[email protected]19083bdd", "@walletconnect/[email protected]canary-c1f48b78a":
version "2.13.3-canary-19083bdd"
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.13.3-canary-19083bdd.tgz#9e53e12f768893e6f0556839cbcadda15984d734"
integrity sha512-Odf9LeqxWHfbJ1TAY29UOO0fiJ3PbWdFwqFjVMmmD4HZZKyFiglHR1ZTSrl8VPdpOjCjFrF9lnSvlzCSURWzBA==
"@walletconnect/[email protected]c1f48b78a", "@walletconnect/[email protected]link-mode-0":
version "2.13.3-link-mode-0"
resolved "https://registry.yarnpkg.com/@walletconnect/types/-/types-2.13.3-link-mode-0.tgz#4daf65a15978aa90afc5dc635754334cf637b0e3"
integrity sha512-rle5pCDs352NrrS7SlSFapHG7Ghk1/H7hFRnQ0iibor87xk4KOGGNh3bU4F4zmwn46pDG0Hy//gdOkJ3oBGf9Q==
dependencies:
"@walletconnect/events" "1.0.1"
"@walletconnect/heartbeat" "1.2.2"
Expand All @@ -4344,25 +4344,25 @@
"@walletconnect/logger" "2.1.2"
events "3.3.0"

"@walletconnect/[email protected]19083bdd", "@walletconnect/[email protected]canary-c1f48b78a":
version "2.13.3-canary-19083bdd"
resolved "https://registry.yarnpkg.com/@walletconnect/universal-provider/-/universal-provider-2.13.3-canary-19083bdd.tgz#78a0e5a42096a413e9b7edd0dfc9a830b18dac9d"
integrity sha512-UHOPj8yBy+YfaLRv47jU0ZyEFh44FQbCCdMwCrlCsp9xbf4tkCKVr+xdEi0SH7Gvp53FzWTyjnCDxUxv3KDgQw==
"@walletconnect/[email protected]c1f48b78a", "@walletconnect/[email protected]link-mode-0":
version "2.13.3-link-mode-0"
resolved "https://registry.yarnpkg.com/@walletconnect/universal-provider/-/universal-provider-2.13.3-link-mode-0.tgz#67a5ed348be692bc069a794caa0910049d417dc5"
integrity sha512-uNXQ33KyL6qimPIpWno7mhaJVvPBmEmU1MjcByvzDZTyJhNvYSKP3sGjIEB1SsmACUq+vjToSHLW+jMr7rmX+g==
dependencies:
"@walletconnect/jsonrpc-http-connection" "1.0.8"
"@walletconnect/jsonrpc-provider" "1.0.14"
"@walletconnect/jsonrpc-types" "1.0.4"
"@walletconnect/jsonrpc-utils" "1.0.8"
"@walletconnect/logger" "2.1.2"
"@walletconnect/sign-client" "2.13.3-canary-19083bdd"
"@walletconnect/types" "2.13.3-canary-19083bdd"
"@walletconnect/utils" "2.13.3-canary-19083bdd"
"@walletconnect/sign-client" "2.13.3-link-mode-0"
"@walletconnect/types" "2.13.3-link-mode-0"
"@walletconnect/utils" "2.13.3-link-mode-0"
events "3.3.0"

"@walletconnect/[email protected]", "@walletconnect/[email protected]19083bdd", "@walletconnect/[email protected]canary-c1f48b78a":
version "2.13.3-canary-19083bdd"
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.13.3-canary-19083bdd.tgz#520433d6b9321394f69e1dd040e55e8c72a15469"
integrity sha512-Sp5OwUasmZ+AnV6QV1lz/jtQ7GzS6EQHWw2oAWttByWAob9xRIxrvHwLRDco/S67J2VzvYoqKQ4oNaNXuf8FJQ==
"@walletconnect/[email protected]", "@walletconnect/[email protected]c1f48b78a", "@walletconnect/[email protected]link-mode-0":
version "2.13.3-link-mode-0"
resolved "https://registry.yarnpkg.com/@walletconnect/utils/-/utils-2.13.3-link-mode-0.tgz#4686cdd41400b3fbb0e8080f4210705f04b68ca5"
integrity sha512-U0pdKUlcXEm61IV1cQ4P7MvVDv9yrexUPaa4R5RctByDTv1X1adJyI8GznJfZiewdaDlw/PtoWHw7AV7zba78g==
dependencies:
"@stablelib/chacha20poly1305" "1.0.1"
"@stablelib/hkdf" "1.0.1"
Expand All @@ -4372,7 +4372,7 @@
"@walletconnect/relay-api" "1.0.10"
"@walletconnect/safe-json" "1.0.2"
"@walletconnect/time" "1.0.2"
"@walletconnect/types" "2.13.3-canary-19083bdd"
"@walletconnect/types" "2.13.3-link-mode-0"
"@walletconnect/window-getters" "1.0.1"
"@walletconnect/window-metadata" "1.0.1"
detect-browser "5.3.0"
Expand Down
2 changes: 1 addition & 1 deletion wallets/rn_cli_wallet/android/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ android {
applicationId "com.walletconnect.web3wallet.rnsample"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 23
versionCode 24
versionName "1.0"
resValue "string", "build_config_package", "com.walletconnect.web3wallet.rnsample"
}
Expand Down
4 changes: 2 additions & 2 deletions wallets/rn_cli_wallet/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -887,7 +887,7 @@ PODS:
- React-Mapbuffer (0.73.4):
- glog
- React-debug
- react-native-compat (2.13.3-canary-c1f48b78a):
- react-native-compat (2.13.3-canary-19083bdd):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
Expand Down Expand Up @@ -1367,7 +1367,7 @@ SPEC CHECKSUMS:
React-jsinspector: 9ac353eccf6ab54d1e0a33862ba91221d1e88460
React-logger: 0a57b68dd2aec7ff738195f081f0520724b35dab
React-Mapbuffer: 63913773ed7f96b814a2521e13e6d010282096ad
react-native-compat: b15a856911c9f29f75b046522905d409ec0cfebc
react-native-compat: cd7b0c84c15048fc7a2b3e04391e784b76e6617c
react-native-config: 86038147314e2e6d10ea9972022aa171e6b1d4d8
react-native-get-random-values: 21325b2244dfa6b58878f51f9aa42821e7ba3d06
react-native-netinfo: bdb108d340cdb41875c9ced535977cac6d2ff321
Expand Down
8 changes: 4 additions & 4 deletions wallets/rn_cli_wallet/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@
"@react-navigation/native-stack": "6.9.26",
"@react-navigation/stack": "6.3.29",
"@sentry/react-native": "5.17.0",
"@walletconnect/react-native-compat": "2.13.3-canary-19083bdd",
"@walletconnect/web3wallet": "1.12.3-canary-19083bdd",
"@walletconnect/react-native-compat": "2.13.3-link-mode-0",
"@walletconnect/web3wallet": "1.12.3-link-mode-0",
"@web3modal/ui-react-native": "1.4.1",
"dayjs": "1.11.10",
"ethers": "5.7.2",
Expand Down Expand Up @@ -79,8 +79,8 @@
"typescript": "5.0.4"
},
"resolutions": {
"@walletconnect/utils": "2.13.3-canary-19083bdd",
"@walletconnect/types": "2.13.3-canary-19083bdd"
"@walletconnect/utils": "2.13.3-link-mode-0",
"@walletconnect/types": "2.13.3-link-mode-0"
},
"engines": {
"node": ">=18"
Expand Down
8 changes: 5 additions & 3 deletions wallets/rn_cli_wallet/src/screens/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,15 @@ const App = () => {
useEffect(() => {
async function checkInitialUrl() {
const initialUrl = await Linking.getInitialURL();
if (initialUrl) {
if (initialUrl && initialUrl.includes('wc_ev')) {
SettingsStore.setCurrentRequestLinkMode(true);
}
}

const sub = Linking.addEventListener('url', () => {
SettingsStore.setCurrentRequestLinkMode(true);
const sub = Linking.addEventListener('url', ({url}) => {
if (url.includes('wc_ev')) {
SettingsStore.setCurrentRequestLinkMode(true);
}
});

checkInitialUrl();
Expand Down
Loading

0 comments on commit 0c60504

Please sign in to comment.