diff --git a/.changeset/purple-humans-wink.md b/.changeset/purple-humans-wink.md deleted file mode 100644 index 323fc396..00000000 --- a/.changeset/purple-humans-wink.md +++ /dev/null @@ -1,16 +0,0 @@ ---- -'@web3modal/core-react-native': patch -'@web3modal/coinbase-ethers-react-native': patch -'@web3modal/coinbase-wagmi-react-native': patch -'@web3modal/email-react-native': patch -'@web3modal/email-ethers-react-native': patch -'@web3modal/email-wagmi-react-native': patch -'@web3modal/ethers-react-native': patch -'@web3modal/ethers5-react-native': patch -'@web3modal/scaffold-react-native': patch -'@web3modal/scaffold-utils-react-native': patch -'@web3modal/ui-react-native': patch -'@web3modal/wagmi-react-native': patch ---- - -fix: added workaround to solve promise.allSettled issues diff --git a/apps/gallery/package.json b/apps/gallery/package.json index 2c55088c..4c35163d 100644 --- a/apps/gallery/package.json +++ b/apps/gallery/package.json @@ -33,6 +33,6 @@ }, "dependencies": { "@storybook/theming": "^7.4.6", - "@web3modal/ui-react-native": "1.4.3" + "@web3modal/ui-react-native": "1.4.4" } } diff --git a/apps/native-cli/package.json b/apps/native-cli/package.json index bef1c029..5b6a7343 100644 --- a/apps/native-cli/package.json +++ b/apps/native-cli/package.json @@ -15,7 +15,7 @@ "@react-native-clipboard/clipboard": "1.13.0", "@react-native-community/netinfo": "9.3.10", "@walletconnect/react-native-compat": "2.10.5", - "@web3modal/wagmi-react-native": "1.4.3", + "@web3modal/wagmi-react-native": "1.4.4", "react": "18.2.0", "react-native": "0.72.6", "react-native-get-random-values": "~1.9.0", diff --git a/apps/native/package.json b/apps/native/package.json index a4bf8f90..2084f029 100644 --- a/apps/native/package.json +++ b/apps/native/package.json @@ -18,8 +18,8 @@ "@react-native-async-storage/async-storage": "1.21.0", "@react-native-community/netinfo": "11.1.0", "@walletconnect/react-native-compat": "2.10.5", - "@web3modal/email-wagmi-react-native": "1.4.3", - "@web3modal/wagmi-react-native": "1.4.3", + "@web3modal/email-wagmi-react-native": "1.4.4", + "@web3modal/wagmi-react-native": "1.4.4", "expo": "^50.0.14", "expo-application": "~5.8.3", "expo-clipboard": "~5.0.1", diff --git a/packages/coinbase-ethers/CHANGELOG.md b/packages/coinbase-ethers/CHANGELOG.md index b83ccba9..b53c9e45 100644 --- a/packages/coinbase-ethers/CHANGELOG.md +++ b/packages/coinbase-ethers/CHANGELOG.md @@ -1,5 +1,11 @@ # @web3modal/coinbase-ethers-react-native +## 1.4.4 + +### Patch Changes + +- [#184](https://github.com/WalletConnect/web3modal-react-native/pull/184) [`d67cac8`](https://github.com/WalletConnect/web3modal-react-native/commit/d67cac8c81e3079536b12db2d3712a6cbdae50f9) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: added workaround to solve promise.allSettled issues + ## 1.4.3 ### Patch Changes diff --git a/packages/coinbase-ethers/package.json b/packages/coinbase-ethers/package.json index 1d44f332..08b19cf0 100644 --- a/packages/coinbase-ethers/package.json +++ b/packages/coinbase-ethers/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/coinbase-ethers-react-native", - "version": "1.4.3", + "version": "1.4.4", "main": "lib/commonjs/index.js", "types": "lib/typescript/index.d.ts", "module": "lib/module/index.js", diff --git a/packages/coinbase-wagmi/CHANGELOG.md b/packages/coinbase-wagmi/CHANGELOG.md index c6c4aeb1..1e22d6ed 100644 --- a/packages/coinbase-wagmi/CHANGELOG.md +++ b/packages/coinbase-wagmi/CHANGELOG.md @@ -1,5 +1,11 @@ # @web3modal/coinbase-wagmi-react-native +## 1.4.4 + +### Patch Changes + +- [#184](https://github.com/WalletConnect/web3modal-react-native/pull/184) [`d67cac8`](https://github.com/WalletConnect/web3modal-react-native/commit/d67cac8c81e3079536b12db2d3712a6cbdae50f9) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: added workaround to solve promise.allSettled issues + ## 1.4.3 ### Patch Changes diff --git a/packages/coinbase-wagmi/package.json b/packages/coinbase-wagmi/package.json index b538270e..56097317 100644 --- a/packages/coinbase-wagmi/package.json +++ b/packages/coinbase-wagmi/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/coinbase-wagmi-react-native", - "version": "1.4.3", + "version": "1.4.4", "main": "lib/commonjs/index.js", "types": "lib/typescript/index.d.ts", "module": "lib/module/index.js", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index ad611e43..c45ce7c6 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,11 @@ # @web3modal/core-react-native +## 1.4.4 + +### Patch Changes + +- [#184](https://github.com/WalletConnect/web3modal-react-native/pull/184) [`d67cac8`](https://github.com/WalletConnect/web3modal-react-native/commit/d67cac8c81e3079536b12db2d3712a6cbdae50f9) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: added workaround to solve promise.allSettled issues + ## 1.4.3 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 00249549..0ec6714f 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/core-react-native", - "version": "1.4.3", + "version": "1.4.4", "main": "lib/commonjs/index.js", "types": "lib/typescript/index.d.ts", "module": "lib/module/index.js", diff --git a/packages/email-ethers/CHANGELOG.md b/packages/email-ethers/CHANGELOG.md index 155553b9..82abdc87 100644 --- a/packages/email-ethers/CHANGELOG.md +++ b/packages/email-ethers/CHANGELOG.md @@ -1,5 +1,14 @@ # @web3modal/coinbase-wagmi-react-native +## 1.4.4 + +### Patch Changes + +- [#184](https://github.com/WalletConnect/web3modal-react-native/pull/184) [`d67cac8`](https://github.com/WalletConnect/web3modal-react-native/commit/d67cac8c81e3079536b12db2d3712a6cbdae50f9) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: added workaround to solve promise.allSettled issues + +- Updated dependencies [[`d67cac8`](https://github.com/WalletConnect/web3modal-react-native/commit/d67cac8c81e3079536b12db2d3712a6cbdae50f9)]: + - @web3modal/email-react-native@1.4.4 + ## 1.4.3 ### Patch Changes diff --git a/packages/email-ethers/package.json b/packages/email-ethers/package.json index f842b493..8ea508f1 100644 --- a/packages/email-ethers/package.json +++ b/packages/email-ethers/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/email-ethers-react-native", - "version": "1.4.3", + "version": "1.4.4", "main": "lib/commonjs/index.js", "types": "lib/typescript/index.d.ts", "module": "lib/module/index.js", @@ -37,7 +37,7 @@ "access": "public" }, "dependencies": { - "@web3modal/email-react-native": "1.4.3" + "@web3modal/email-react-native": "1.4.4" }, "peerDependencies": { "ethers": ">=5" diff --git a/packages/email-wagmi/CHANGELOG.md b/packages/email-wagmi/CHANGELOG.md index 155553b9..82abdc87 100644 --- a/packages/email-wagmi/CHANGELOG.md +++ b/packages/email-wagmi/CHANGELOG.md @@ -1,5 +1,14 @@ # @web3modal/coinbase-wagmi-react-native +## 1.4.4 + +### Patch Changes + +- [#184](https://github.com/WalletConnect/web3modal-react-native/pull/184) [`d67cac8`](https://github.com/WalletConnect/web3modal-react-native/commit/d67cac8c81e3079536b12db2d3712a6cbdae50f9) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: added workaround to solve promise.allSettled issues + +- Updated dependencies [[`d67cac8`](https://github.com/WalletConnect/web3modal-react-native/commit/d67cac8c81e3079536b12db2d3712a6cbdae50f9)]: + - @web3modal/email-react-native@1.4.4 + ## 1.4.3 ### Patch Changes diff --git a/packages/email-wagmi/package.json b/packages/email-wagmi/package.json index 0abda0fd..f62b4d7d 100644 --- a/packages/email-wagmi/package.json +++ b/packages/email-wagmi/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/email-wagmi-react-native", - "version": "1.4.3", + "version": "1.4.4", "main": "lib/commonjs/index.js", "types": "lib/typescript/index.d.ts", "module": "lib/module/index.js", @@ -37,7 +37,7 @@ "access": "public" }, "dependencies": { - "@web3modal/email-react-native": "1.4.3" + "@web3modal/email-react-native": "1.4.4" }, "peerDependencies": { "wagmi": ">=1 <2" diff --git a/packages/email/CHANGELOG.md b/packages/email/CHANGELOG.md index 735906bf..76e60811 100644 --- a/packages/email/CHANGELOG.md +++ b/packages/email/CHANGELOG.md @@ -1,5 +1,15 @@ # @web3modal/email-react-native +## 1.4.4 + +### Patch Changes + +- [#184](https://github.com/WalletConnect/web3modal-react-native/pull/184) [`d67cac8`](https://github.com/WalletConnect/web3modal-react-native/commit/d67cac8c81e3079536b12db2d3712a6cbdae50f9) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: added workaround to solve promise.allSettled issues + +- Updated dependencies [[`d67cac8`](https://github.com/WalletConnect/web3modal-react-native/commit/d67cac8c81e3079536b12db2d3712a6cbdae50f9)]: + - @web3modal/core-react-native@1.4.4 + - @web3modal/ui-react-native@1.4.4 + ## 1.4.3 ### Patch Changes diff --git a/packages/email/package.json b/packages/email/package.json index aa9ba3cf..c365d708 100644 --- a/packages/email/package.json +++ b/packages/email/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/email-react-native", - "version": "1.4.3", + "version": "1.4.4", "main": "lib/commonjs/index.js", "types": "lib/typescript/index.d.ts", "module": "lib/module/index.js", @@ -36,8 +36,8 @@ "access": "public" }, "dependencies": { - "@web3modal/core-react-native": "1.4.3", - "@web3modal/ui-react-native": "1.4.3", + "@web3modal/core-react-native": "1.4.4", + "@web3modal/ui-react-native": "1.4.4", "zod": "3.22.4" }, "peerDependencies": { diff --git a/packages/ethers/CHANGELOG.md b/packages/ethers/CHANGELOG.md index e93a6ee9..e2ef32c1 100644 --- a/packages/ethers/CHANGELOG.md +++ b/packages/ethers/CHANGELOG.md @@ -1,5 +1,15 @@ # @web3modal/ethers5-react-native +## 1.4.4 + +### Patch Changes + +- [#184](https://github.com/WalletConnect/web3modal-react-native/pull/184) [`d67cac8`](https://github.com/WalletConnect/web3modal-react-native/commit/d67cac8c81e3079536b12db2d3712a6cbdae50f9) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: added workaround to solve promise.allSettled issues + +- Updated dependencies [[`d67cac8`](https://github.com/WalletConnect/web3modal-react-native/commit/d67cac8c81e3079536b12db2d3712a6cbdae50f9)]: + - @web3modal/scaffold-react-native@1.4.4 + - @web3modal/scaffold-utils-react-native@1.4.4 + ## 1.4.3 ### Patch Changes diff --git a/packages/ethers/package.json b/packages/ethers/package.json index 48d89654..9716e396 100644 --- a/packages/ethers/package.json +++ b/packages/ethers/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/ethers-react-native", - "version": "1.4.3", + "version": "1.4.4", "main": "lib/commonjs/index.js", "types": "lib/typescript/index.d.ts", "module": "lib/module/index.js", @@ -39,8 +39,8 @@ }, "dependencies": { "@walletconnect/ethereum-provider": "2.11.1", - "@web3modal/scaffold-react-native": "1.4.3", - "@web3modal/scaffold-utils-react-native": "1.4.3" + "@web3modal/scaffold-react-native": "1.4.4", + "@web3modal/scaffold-utils-react-native": "1.4.4" }, "peerDependencies": { "@react-native-async-storage/async-storage": ">=1.17.0", diff --git a/packages/ethers5/CHANGELOG.md b/packages/ethers5/CHANGELOG.md index d1b34ff2..34d22d6d 100644 --- a/packages/ethers5/CHANGELOG.md +++ b/packages/ethers5/CHANGELOG.md @@ -1,5 +1,15 @@ # @web3modal/ethers5-react-native +## 1.4.4 + +### Patch Changes + +- [#184](https://github.com/WalletConnect/web3modal-react-native/pull/184) [`d67cac8`](https://github.com/WalletConnect/web3modal-react-native/commit/d67cac8c81e3079536b12db2d3712a6cbdae50f9) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: added workaround to solve promise.allSettled issues + +- Updated dependencies [[`d67cac8`](https://github.com/WalletConnect/web3modal-react-native/commit/d67cac8c81e3079536b12db2d3712a6cbdae50f9)]: + - @web3modal/scaffold-react-native@1.4.4 + - @web3modal/scaffold-utils-react-native@1.4.4 + ## 1.4.3 ### Patch Changes diff --git a/packages/ethers5/package.json b/packages/ethers5/package.json index 36665639..aef372e2 100644 --- a/packages/ethers5/package.json +++ b/packages/ethers5/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/ethers5-react-native", - "version": "1.4.3", + "version": "1.4.4", "main": "lib/commonjs/index.js", "types": "lib/typescript/index.d.ts", "module": "lib/module/index.js", @@ -39,8 +39,8 @@ }, "dependencies": { "@walletconnect/ethereum-provider": "2.11.1", - "@web3modal/scaffold-react-native": "1.4.3", - "@web3modal/scaffold-utils-react-native": "1.4.3" + "@web3modal/scaffold-react-native": "1.4.4", + "@web3modal/scaffold-utils-react-native": "1.4.4" }, "peerDependencies": { "@ethersproject/shims": ">=5.0.0", diff --git a/packages/scaffold-utils/CHANGELOG.md b/packages/scaffold-utils/CHANGELOG.md index 37970421..1f444b58 100644 --- a/packages/scaffold-utils/CHANGELOG.md +++ b/packages/scaffold-utils/CHANGELOG.md @@ -1,5 +1,14 @@ # @web3modal/scaffold-utils-react-native +## 1.4.4 + +### Patch Changes + +- [#184](https://github.com/WalletConnect/web3modal-react-native/pull/184) [`d67cac8`](https://github.com/WalletConnect/web3modal-react-native/commit/d67cac8c81e3079536b12db2d3712a6cbdae50f9) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: added workaround to solve promise.allSettled issues + +- Updated dependencies [[`d67cac8`](https://github.com/WalletConnect/web3modal-react-native/commit/d67cac8c81e3079536b12db2d3712a6cbdae50f9)]: + - @web3modal/scaffold-react-native@1.4.4 + ## 1.4.3 ### Patch Changes diff --git a/packages/scaffold-utils/package.json b/packages/scaffold-utils/package.json index 77f0cc2f..c8061eff 100644 --- a/packages/scaffold-utils/package.json +++ b/packages/scaffold-utils/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/scaffold-utils-react-native", - "version": "1.4.3", + "version": "1.4.4", "main": "lib/commonjs/index.js", "types": "lib/typescript/index.d.ts", "module": "lib/module/index.js", @@ -35,7 +35,7 @@ "access": "public" }, "dependencies": { - "@web3modal/scaffold-react-native": "1.4.3" + "@web3modal/scaffold-react-native": "1.4.4" }, "react-native": "src/index.ts", "react-native-builder-bob": { diff --git a/packages/scaffold-utils/src/utils/ConstantsUtil.ts b/packages/scaffold-utils/src/utils/ConstantsUtil.ts index 8acc750e..bf990cf8 100644 --- a/packages/scaffold-utils/src/utils/ConstantsUtil.ts +++ b/packages/scaffold-utils/src/utils/ConstantsUtil.ts @@ -1,5 +1,5 @@ export const ConstantsUtil = { - VERSION: '1.4.3', + VERSION: '1.4.4', WALLET_CONNECT_CONNECTOR_ID: 'walletConnect', COINBASE_CONNECTOR_ID: 'coinbaseWallet', EMAIL_CONNECTOR_ID: 'w3mEmail', diff --git a/packages/scaffold/CHANGELOG.md b/packages/scaffold/CHANGELOG.md index ce9221ea..d889f555 100644 --- a/packages/scaffold/CHANGELOG.md +++ b/packages/scaffold/CHANGELOG.md @@ -1,5 +1,15 @@ # @web3modal/scaffold-react-native +## 1.4.4 + +### Patch Changes + +- [#184](https://github.com/WalletConnect/web3modal-react-native/pull/184) [`d67cac8`](https://github.com/WalletConnect/web3modal-react-native/commit/d67cac8c81e3079536b12db2d3712a6cbdae50f9) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: added workaround to solve promise.allSettled issues + +- Updated dependencies [[`d67cac8`](https://github.com/WalletConnect/web3modal-react-native/commit/d67cac8c81e3079536b12db2d3712a6cbdae50f9)]: + - @web3modal/core-react-native@1.4.4 + - @web3modal/ui-react-native@1.4.4 + ## 1.4.3 ### Patch Changes diff --git a/packages/scaffold/package.json b/packages/scaffold/package.json index bdb22eed..afa0ddf7 100644 --- a/packages/scaffold/package.json +++ b/packages/scaffold/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/scaffold-react-native", - "version": "1.4.3", + "version": "1.4.4", "main": "lib/commonjs/index.js", "types": "lib/typescript/index.d.ts", "module": "lib/module/index.js", @@ -37,8 +37,8 @@ "access": "public" }, "dependencies": { - "@web3modal/core-react-native": "1.4.3", - "@web3modal/ui-react-native": "1.4.3" + "@web3modal/core-react-native": "1.4.4", + "@web3modal/ui-react-native": "1.4.4" }, "peerDependencies": { "react": ">=17", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index b59ebb52..c798d027 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,11 @@ # @web3modal/ui-react-native +## 1.4.4 + +### Patch Changes + +- [#184](https://github.com/WalletConnect/web3modal-react-native/pull/184) [`d67cac8`](https://github.com/WalletConnect/web3modal-react-native/commit/d67cac8c81e3079536b12db2d3712a6cbdae50f9) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: added workaround to solve promise.allSettled issues + ## 1.4.3 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 9c25256a..d0d1acf8 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/ui-react-native", - "version": "1.4.3", + "version": "1.4.4", "main": "lib/commonjs/index.js", "types": "lib/typescript/index.d.ts", "module": "lib/module/index.js", diff --git a/packages/wagmi/CHANGELOG.md b/packages/wagmi/CHANGELOG.md index e5e4c6b4..ebe82540 100644 --- a/packages/wagmi/CHANGELOG.md +++ b/packages/wagmi/CHANGELOG.md @@ -1,5 +1,15 @@ # @web3modal/wagmi-react-native +## 1.4.4 + +### Patch Changes + +- [#184](https://github.com/WalletConnect/web3modal-react-native/pull/184) [`d67cac8`](https://github.com/WalletConnect/web3modal-react-native/commit/d67cac8c81e3079536b12db2d3712a6cbdae50f9) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: added workaround to solve promise.allSettled issues + +- Updated dependencies [[`d67cac8`](https://github.com/WalletConnect/web3modal-react-native/commit/d67cac8c81e3079536b12db2d3712a6cbdae50f9)]: + - @web3modal/scaffold-react-native@1.4.4 + - @web3modal/scaffold-utils-react-native@1.4.4 + ## 1.4.3 ### Patch Changes diff --git a/packages/wagmi/package.json b/packages/wagmi/package.json index 953d26c2..03af9f7c 100644 --- a/packages/wagmi/package.json +++ b/packages/wagmi/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/wagmi-react-native", - "version": "1.4.3", + "version": "1.4.4", "main": "lib/commonjs/index.js", "types": "lib/typescript/index.d.ts", "module": "lib/module/index.js", @@ -38,8 +38,8 @@ "access": "public" }, "dependencies": { - "@web3modal/scaffold-react-native": "1.4.3", - "@web3modal/scaffold-utils-react-native": "1.4.3" + "@web3modal/scaffold-react-native": "1.4.4", + "@web3modal/scaffold-utils-react-native": "1.4.4" }, "peerDependencies": { "@react-native-async-storage/async-storage": ">=1.17.0",