From c06696d4c7a84e30f233d05522161e6b2b9c59c2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 5 Sep 2024 16:55:58 +0000 Subject: [PATCH] chore: version packages --- .changeset/famous-impalas-learn.md | 18 ----- .changeset/forty-phones-begin.md | 18 ----- .changeset/twenty-boxes-grab.md | 18 ----- .changeset/wet-news-compete.md | 18 ----- .changeset/wild-masks-pay.md | 18 ----- apps/gallery/package.json | 2 +- apps/native/package.json | 4 +- package.json | 2 +- packages/coinbase-ethers/CHANGELOG.md | 14 ++++ packages/coinbase-ethers/package.json | 2 +- packages/coinbase-wagmi/CHANGELOG.md | 14 ++++ packages/coinbase-wagmi/package.json | 2 +- packages/common/CHANGELOG.md | 14 ++++ packages/common/package.json | 2 +- packages/core/CHANGELOG.md | 17 +++++ packages/core/package.json | 4 +- packages/email-ethers/CHANGELOG.md | 17 +++++ packages/email-ethers/package.json | 4 +- packages/email-wagmi/CHANGELOG.md | 17 +++++ packages/email-wagmi/package.json | 4 +- packages/email/CHANGELOG.md | 18 +++++ packages/email/package.json | 6 +- packages/ethers/CHANGELOG.md | 20 ++++++ packages/ethers/package.json | 10 +-- packages/ethers5/CHANGELOG.md | 20 ++++++ packages/ethers5/package.json | 10 +-- packages/scaffold-utils/CHANGELOG.md | 17 +++++ packages/scaffold-utils/package.json | 4 +- .../scaffold-utils/src/utils/ConstantsUtil.ts | 2 +- packages/scaffold/CHANGELOG.md | 19 +++++ packages/scaffold/package.json | 8 +-- packages/siwe/CHANGELOG.md | 19 +++++ packages/siwe/package.json | 8 +-- packages/ui/CHANGELOG.md | 14 ++++ packages/ui/package.json | 2 +- packages/wagmi/CHANGELOG.md | 20 ++++++ packages/wagmi/package.json | 10 +-- yarn.lock | 72 +++++++++---------- 38 files changed, 319 insertions(+), 169 deletions(-) delete mode 100644 .changeset/famous-impalas-learn.md delete mode 100644 .changeset/forty-phones-begin.md delete mode 100644 .changeset/twenty-boxes-grab.md delete mode 100644 .changeset/wet-news-compete.md delete mode 100644 .changeset/wild-masks-pay.md diff --git a/.changeset/famous-impalas-learn.md b/.changeset/famous-impalas-learn.md deleted file mode 100644 index b4cda34b..00000000 --- a/.changeset/famous-impalas-learn.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -'@web3modal/scaffold-react-native': patch -'@web3modal/ethers5-react-native': patch -'@web3modal/ethers-react-native': patch -'@web3modal/core-react-native': patch -'@web3modal/coinbase-ethers-react-native': patch -'@web3modal/coinbase-wagmi-react-native': patch -'@web3modal/common-react-native': patch -'@web3modal/email-react-native': patch -'@web3modal/email-ethers-react-native': patch -'@web3modal/email-wagmi-react-native': patch -'@web3modal/scaffold-utils-react-native': patch -'@web3modal/siwe-react-native': patch -'@web3modal/ui-react-native': patch -'@web3modal/wagmi-react-native': patch ---- - -fix: check coinbase connector diff --git a/.changeset/forty-phones-begin.md b/.changeset/forty-phones-begin.md deleted file mode 100644 index 969db2b5..00000000 --- a/.changeset/forty-phones-begin.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -'@web3modal/scaffold-react-native': patch -'@web3modal/core-react-native': patch -'@web3modal/coinbase-ethers-react-native': patch -'@web3modal/coinbase-wagmi-react-native': patch -'@web3modal/common-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-utils-react-native': patch -'@web3modal/siwe-react-native': patch -'@web3modal/ui-react-native': patch -'@web3modal/wagmi-react-native': patch ---- - -fix: update recent wallets info diff --git a/.changeset/twenty-boxes-grab.md b/.changeset/twenty-boxes-grab.md deleted file mode 100644 index e8f13048..00000000 --- a/.changeset/twenty-boxes-grab.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -'@web3modal/scaffold-react-native': patch -'@web3modal/ethers5-react-native': patch -'@web3modal/ethers-react-native': patch -'@web3modal/core-react-native': patch -'@web3modal/coinbase-ethers-react-native': patch -'@web3modal/coinbase-wagmi-react-native': patch -'@web3modal/common-react-native': patch -'@web3modal/email-react-native': patch -'@web3modal/email-ethers-react-native': patch -'@web3modal/email-wagmi-react-native': patch -'@web3modal/scaffold-utils-react-native': patch -'@web3modal/siwe-react-native': patch -'@web3modal/ui-react-native': patch -'@web3modal/wagmi-react-native': patch ---- - -fix: removed add chain logic in switch method diff --git a/.changeset/wet-news-compete.md b/.changeset/wet-news-compete.md deleted file mode 100644 index b603d06e..00000000 --- a/.changeset/wet-news-compete.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -'@web3modal/scaffold-react-native': patch -'@web3modal/ethers5-react-native': patch -'@web3modal/ethers-react-native': patch -'@web3modal/core-react-native': patch -'@web3modal/coinbase-ethers-react-native': patch -'@web3modal/coinbase-wagmi-react-native': patch -'@web3modal/common-react-native': patch -'@web3modal/email-react-native': patch -'@web3modal/email-ethers-react-native': patch -'@web3modal/email-wagmi-react-native': patch -'@web3modal/scaffold-utils-react-native': patch -'@web3modal/siwe-react-native': patch -'@web3modal/ui-react-native': patch -'@web3modal/wagmi-react-native': patch ---- - -chore: updated ethereum-provider version for Ethers packages diff --git a/.changeset/wild-masks-pay.md b/.changeset/wild-masks-pay.md deleted file mode 100644 index 9e47b8ce..00000000 --- a/.changeset/wild-masks-pay.md +++ /dev/null @@ -1,18 +0,0 @@ ---- -'@web3modal/scaffold-react-native': patch -'@web3modal/ethers5-react-native': patch -'@web3modal/ethers-react-native': patch -'@web3modal/core-react-native': patch -'@web3modal/coinbase-ethers-react-native': patch -'@web3modal/coinbase-wagmi-react-native': patch -'@web3modal/common-react-native': patch -'@web3modal/email-react-native': patch -'@web3modal/email-ethers-react-native': patch -'@web3modal/email-wagmi-react-native': patch -'@web3modal/scaffold-utils-react-native': patch -'@web3modal/siwe-react-native': patch -'@web3modal/ui-react-native': patch -'@web3modal/wagmi-react-native': patch ---- - -fix: reset pairing if it fails diff --git a/apps/gallery/package.json b/apps/gallery/package.json index 4ed3a3d1..6c6170f6 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": "2.0.2" + "@web3modal/ui-react-native": "2.0.3" } } diff --git a/apps/native/package.json b/apps/native/package.json index 9aed91b9..7d81ffca 100644 --- a/apps/native/package.json +++ b/apps/native/package.json @@ -21,8 +21,8 @@ "@tanstack/react-query": "5.37.1", "@tanstack/react-query-persist-client": "^5.40.0", "@walletconnect/react-native-compat": "2.13.1", - "@web3modal/email-wagmi-react-native": "2.0.2", - "@web3modal/wagmi-react-native": "2.0.2", + "@web3modal/email-wagmi-react-native": "2.0.3", + "@web3modal/wagmi-react-native": "2.0.3", "expo": "~51.0.24", "expo-application": "~5.9.1", "expo-clipboard": "~6.0.3", diff --git a/package.json b/package.json index 82f5ebcc..7f7814a7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "web3modal-react-native", - "version": "2.0.2", + "version": "2.0.3", "private": true, "workspaces": [ "packages/core", diff --git a/packages/coinbase-ethers/CHANGELOG.md b/packages/coinbase-ethers/CHANGELOG.md index 34f557b3..8d32cd74 100644 --- a/packages/coinbase-ethers/CHANGELOG.md +++ b/packages/coinbase-ethers/CHANGELOG.md @@ -1,5 +1,19 @@ # @web3modal/coinbase-ethers-react-native +## 2.0.3 + +### Patch Changes + +- [#221](https://github.com/WalletConnect/web3modal-react-native/pull/221) [`64abfe6`](https://github.com/WalletConnect/web3modal-react-native/commit/64abfe6e78e2b1f45e6434b8f18e80110c767e4a) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: check coinbase connector + +- [#219](https://github.com/WalletConnect/web3modal-react-native/pull/219) [`7fdf244`](https://github.com/WalletConnect/web3modal-react-native/commit/7fdf2444c81cd61bc65ffd5a9769422577723061) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: update recent wallets info + +- [#222](https://github.com/WalletConnect/web3modal-react-native/pull/222) [`9654b4d`](https://github.com/WalletConnect/web3modal-react-native/commit/9654b4dcfc2db0caa96a570187d2c021b72c864f) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: removed add chain logic in switch method + +- [#220](https://github.com/WalletConnect/web3modal-react-native/pull/220) [`e3827c1`](https://github.com/WalletConnect/web3modal-react-native/commit/e3827c1d685023c1811385a66451b810804f641c) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: updated ethereum-provider version for Ethers packages + +- [#223](https://github.com/WalletConnect/web3modal-react-native/pull/223) [`76476ce`](https://github.com/WalletConnect/web3modal-react-native/commit/76476cee5112f65c8af18461b8d5f055dd1ee375) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: reset pairing if it fails + ## 2.0.2 ### Patch Changes diff --git a/packages/coinbase-ethers/package.json b/packages/coinbase-ethers/package.json index 1a940386..1787b588 100644 --- a/packages/coinbase-ethers/package.json +++ b/packages/coinbase-ethers/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/coinbase-ethers-react-native", - "version": "2.0.2", + "version": "2.0.3", "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 f641eb53..bcf45cae 100644 --- a/packages/coinbase-wagmi/CHANGELOG.md +++ b/packages/coinbase-wagmi/CHANGELOG.md @@ -1,5 +1,19 @@ # @web3modal/coinbase-wagmi-react-native +## 2.0.3 + +### Patch Changes + +- [#221](https://github.com/WalletConnect/web3modal-react-native/pull/221) [`64abfe6`](https://github.com/WalletConnect/web3modal-react-native/commit/64abfe6e78e2b1f45e6434b8f18e80110c767e4a) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: check coinbase connector + +- [#219](https://github.com/WalletConnect/web3modal-react-native/pull/219) [`7fdf244`](https://github.com/WalletConnect/web3modal-react-native/commit/7fdf2444c81cd61bc65ffd5a9769422577723061) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: update recent wallets info + +- [#222](https://github.com/WalletConnect/web3modal-react-native/pull/222) [`9654b4d`](https://github.com/WalletConnect/web3modal-react-native/commit/9654b4dcfc2db0caa96a570187d2c021b72c864f) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: removed add chain logic in switch method + +- [#220](https://github.com/WalletConnect/web3modal-react-native/pull/220) [`e3827c1`](https://github.com/WalletConnect/web3modal-react-native/commit/e3827c1d685023c1811385a66451b810804f641c) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: updated ethereum-provider version for Ethers packages + +- [#223](https://github.com/WalletConnect/web3modal-react-native/pull/223) [`76476ce`](https://github.com/WalletConnect/web3modal-react-native/commit/76476cee5112f65c8af18461b8d5f055dd1ee375) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: reset pairing if it fails + ## 2.0.2 ### Patch Changes diff --git a/packages/coinbase-wagmi/package.json b/packages/coinbase-wagmi/package.json index 9a300ba8..c066aa77 100644 --- a/packages/coinbase-wagmi/package.json +++ b/packages/coinbase-wagmi/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/coinbase-wagmi-react-native", - "version": "2.0.2", + "version": "2.0.3", "main": "lib/commonjs/index.js", "types": "lib/typescript/index.d.ts", "module": "lib/module/index.js", diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 415f5d9e..f524fbe0 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,5 +1,19 @@ # @web3modal/common-react-native +## 2.0.3 + +### Patch Changes + +- [#221](https://github.com/WalletConnect/web3modal-react-native/pull/221) [`64abfe6`](https://github.com/WalletConnect/web3modal-react-native/commit/64abfe6e78e2b1f45e6434b8f18e80110c767e4a) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: check coinbase connector + +- [#219](https://github.com/WalletConnect/web3modal-react-native/pull/219) [`7fdf244`](https://github.com/WalletConnect/web3modal-react-native/commit/7fdf2444c81cd61bc65ffd5a9769422577723061) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: update recent wallets info + +- [#222](https://github.com/WalletConnect/web3modal-react-native/pull/222) [`9654b4d`](https://github.com/WalletConnect/web3modal-react-native/commit/9654b4dcfc2db0caa96a570187d2c021b72c864f) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: removed add chain logic in switch method + +- [#220](https://github.com/WalletConnect/web3modal-react-native/pull/220) [`e3827c1`](https://github.com/WalletConnect/web3modal-react-native/commit/e3827c1d685023c1811385a66451b810804f641c) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: updated ethereum-provider version for Ethers packages + +- [#223](https://github.com/WalletConnect/web3modal-react-native/pull/223) [`76476ce`](https://github.com/WalletConnect/web3modal-react-native/commit/76476cee5112f65c8af18461b8d5f055dd1ee375) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: reset pairing if it fails + ## 2.0.2 ### Patch Changes diff --git a/packages/common/package.json b/packages/common/package.json index 14611980..b85c1144 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/common-react-native", - "version": "2.0.2", + "version": "2.0.3", "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 619b7861..530ba5e4 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,22 @@ # @web3modal/core-react-native +## 2.0.3 + +### Patch Changes + +- [#221](https://github.com/WalletConnect/web3modal-react-native/pull/221) [`64abfe6`](https://github.com/WalletConnect/web3modal-react-native/commit/64abfe6e78e2b1f45e6434b8f18e80110c767e4a) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: check coinbase connector + +- [#219](https://github.com/WalletConnect/web3modal-react-native/pull/219) [`7fdf244`](https://github.com/WalletConnect/web3modal-react-native/commit/7fdf2444c81cd61bc65ffd5a9769422577723061) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: update recent wallets info + +- [#222](https://github.com/WalletConnect/web3modal-react-native/pull/222) [`9654b4d`](https://github.com/WalletConnect/web3modal-react-native/commit/9654b4dcfc2db0caa96a570187d2c021b72c864f) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: removed add chain logic in switch method + +- [#220](https://github.com/WalletConnect/web3modal-react-native/pull/220) [`e3827c1`](https://github.com/WalletConnect/web3modal-react-native/commit/e3827c1d685023c1811385a66451b810804f641c) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: updated ethereum-provider version for Ethers packages + +- [#223](https://github.com/WalletConnect/web3modal-react-native/pull/223) [`76476ce`](https://github.com/WalletConnect/web3modal-react-native/commit/76476cee5112f65c8af18461b8d5f055dd1ee375) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: reset pairing if it fails + +- Updated dependencies [[`64abfe6`](https://github.com/WalletConnect/web3modal-react-native/commit/64abfe6e78e2b1f45e6434b8f18e80110c767e4a), [`7fdf244`](https://github.com/WalletConnect/web3modal-react-native/commit/7fdf2444c81cd61bc65ffd5a9769422577723061), [`9654b4d`](https://github.com/WalletConnect/web3modal-react-native/commit/9654b4dcfc2db0caa96a570187d2c021b72c864f), [`e3827c1`](https://github.com/WalletConnect/web3modal-react-native/commit/e3827c1d685023c1811385a66451b810804f641c), [`76476ce`](https://github.com/WalletConnect/web3modal-react-native/commit/76476cee5112f65c8af18461b8d5f055dd1ee375)]: + - @web3modal/common-react-native@2.0.3 + ## 2.0.2 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 08451700..006aab5e 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/core-react-native", - "version": "2.0.2", + "version": "2.0.3", "main": "lib/commonjs/index.js", "types": "lib/typescript/index.d.ts", "module": "lib/module/index.js", @@ -39,7 +39,7 @@ "access": "public" }, "dependencies": { - "@web3modal/common-react-native": "2.0.2", + "@web3modal/common-react-native": "2.0.3", "valtio": "1.11.2" }, "peerDependencies": { diff --git a/packages/email-ethers/CHANGELOG.md b/packages/email-ethers/CHANGELOG.md index 5086598d..8c861673 100644 --- a/packages/email-ethers/CHANGELOG.md +++ b/packages/email-ethers/CHANGELOG.md @@ -1,5 +1,22 @@ # @web3modal/coinbase-wagmi-react-native +## 2.0.3 + +### Patch Changes + +- [#221](https://github.com/WalletConnect/web3modal-react-native/pull/221) [`64abfe6`](https://github.com/WalletConnect/web3modal-react-native/commit/64abfe6e78e2b1f45e6434b8f18e80110c767e4a) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: check coinbase connector + +- [#219](https://github.com/WalletConnect/web3modal-react-native/pull/219) [`7fdf244`](https://github.com/WalletConnect/web3modal-react-native/commit/7fdf2444c81cd61bc65ffd5a9769422577723061) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: update recent wallets info + +- [#222](https://github.com/WalletConnect/web3modal-react-native/pull/222) [`9654b4d`](https://github.com/WalletConnect/web3modal-react-native/commit/9654b4dcfc2db0caa96a570187d2c021b72c864f) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: removed add chain logic in switch method + +- [#220](https://github.com/WalletConnect/web3modal-react-native/pull/220) [`e3827c1`](https://github.com/WalletConnect/web3modal-react-native/commit/e3827c1d685023c1811385a66451b810804f641c) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: updated ethereum-provider version for Ethers packages + +- [#223](https://github.com/WalletConnect/web3modal-react-native/pull/223) [`76476ce`](https://github.com/WalletConnect/web3modal-react-native/commit/76476cee5112f65c8af18461b8d5f055dd1ee375) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: reset pairing if it fails + +- Updated dependencies [[`64abfe6`](https://github.com/WalletConnect/web3modal-react-native/commit/64abfe6e78e2b1f45e6434b8f18e80110c767e4a), [`7fdf244`](https://github.com/WalletConnect/web3modal-react-native/commit/7fdf2444c81cd61bc65ffd5a9769422577723061), [`9654b4d`](https://github.com/WalletConnect/web3modal-react-native/commit/9654b4dcfc2db0caa96a570187d2c021b72c864f), [`e3827c1`](https://github.com/WalletConnect/web3modal-react-native/commit/e3827c1d685023c1811385a66451b810804f641c), [`76476ce`](https://github.com/WalletConnect/web3modal-react-native/commit/76476cee5112f65c8af18461b8d5f055dd1ee375)]: + - @web3modal/email-react-native@2.0.3 + ## 2.0.2 ### Patch Changes diff --git a/packages/email-ethers/package.json b/packages/email-ethers/package.json index 28223767..06a18c11 100644 --- a/packages/email-ethers/package.json +++ b/packages/email-ethers/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/email-ethers-react-native", - "version": "2.0.2", + "version": "2.0.3", "main": "lib/commonjs/index.js", "types": "lib/typescript/index.d.ts", "module": "lib/module/index.js", @@ -38,7 +38,7 @@ "access": "public" }, "dependencies": { - "@web3modal/email-react-native": "2.0.2" + "@web3modal/email-react-native": "2.0.3" }, "peerDependencies": { "ethers": ">=5" diff --git a/packages/email-wagmi/CHANGELOG.md b/packages/email-wagmi/CHANGELOG.md index 5086598d..8c861673 100644 --- a/packages/email-wagmi/CHANGELOG.md +++ b/packages/email-wagmi/CHANGELOG.md @@ -1,5 +1,22 @@ # @web3modal/coinbase-wagmi-react-native +## 2.0.3 + +### Patch Changes + +- [#221](https://github.com/WalletConnect/web3modal-react-native/pull/221) [`64abfe6`](https://github.com/WalletConnect/web3modal-react-native/commit/64abfe6e78e2b1f45e6434b8f18e80110c767e4a) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: check coinbase connector + +- [#219](https://github.com/WalletConnect/web3modal-react-native/pull/219) [`7fdf244`](https://github.com/WalletConnect/web3modal-react-native/commit/7fdf2444c81cd61bc65ffd5a9769422577723061) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: update recent wallets info + +- [#222](https://github.com/WalletConnect/web3modal-react-native/pull/222) [`9654b4d`](https://github.com/WalletConnect/web3modal-react-native/commit/9654b4dcfc2db0caa96a570187d2c021b72c864f) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: removed add chain logic in switch method + +- [#220](https://github.com/WalletConnect/web3modal-react-native/pull/220) [`e3827c1`](https://github.com/WalletConnect/web3modal-react-native/commit/e3827c1d685023c1811385a66451b810804f641c) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: updated ethereum-provider version for Ethers packages + +- [#223](https://github.com/WalletConnect/web3modal-react-native/pull/223) [`76476ce`](https://github.com/WalletConnect/web3modal-react-native/commit/76476cee5112f65c8af18461b8d5f055dd1ee375) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: reset pairing if it fails + +- Updated dependencies [[`64abfe6`](https://github.com/WalletConnect/web3modal-react-native/commit/64abfe6e78e2b1f45e6434b8f18e80110c767e4a), [`7fdf244`](https://github.com/WalletConnect/web3modal-react-native/commit/7fdf2444c81cd61bc65ffd5a9769422577723061), [`9654b4d`](https://github.com/WalletConnect/web3modal-react-native/commit/9654b4dcfc2db0caa96a570187d2c021b72c864f), [`e3827c1`](https://github.com/WalletConnect/web3modal-react-native/commit/e3827c1d685023c1811385a66451b810804f641c), [`76476ce`](https://github.com/WalletConnect/web3modal-react-native/commit/76476cee5112f65c8af18461b8d5f055dd1ee375)]: + - @web3modal/email-react-native@2.0.3 + ## 2.0.2 ### Patch Changes diff --git a/packages/email-wagmi/package.json b/packages/email-wagmi/package.json index 3933fb95..bd2c564b 100644 --- a/packages/email-wagmi/package.json +++ b/packages/email-wagmi/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/email-wagmi-react-native", - "version": "2.0.2", + "version": "2.0.3", "main": "lib/commonjs/index.js", "types": "lib/typescript/index.d.ts", "module": "lib/module/index.js", @@ -38,7 +38,7 @@ "access": "public" }, "dependencies": { - "@web3modal/email-react-native": "2.0.2" + "@web3modal/email-react-native": "2.0.3" }, "peerDependencies": { "wagmi": ">=2" diff --git a/packages/email/CHANGELOG.md b/packages/email/CHANGELOG.md index aec30935..1d7dc827 100644 --- a/packages/email/CHANGELOG.md +++ b/packages/email/CHANGELOG.md @@ -1,5 +1,23 @@ # @web3modal/email-react-native +## 2.0.3 + +### Patch Changes + +- [#221](https://github.com/WalletConnect/web3modal-react-native/pull/221) [`64abfe6`](https://github.com/WalletConnect/web3modal-react-native/commit/64abfe6e78e2b1f45e6434b8f18e80110c767e4a) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: check coinbase connector + +- [#219](https://github.com/WalletConnect/web3modal-react-native/pull/219) [`7fdf244`](https://github.com/WalletConnect/web3modal-react-native/commit/7fdf2444c81cd61bc65ffd5a9769422577723061) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: update recent wallets info + +- [#222](https://github.com/WalletConnect/web3modal-react-native/pull/222) [`9654b4d`](https://github.com/WalletConnect/web3modal-react-native/commit/9654b4dcfc2db0caa96a570187d2c021b72c864f) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: removed add chain logic in switch method + +- [#220](https://github.com/WalletConnect/web3modal-react-native/pull/220) [`e3827c1`](https://github.com/WalletConnect/web3modal-react-native/commit/e3827c1d685023c1811385a66451b810804f641c) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: updated ethereum-provider version for Ethers packages + +- [#223](https://github.com/WalletConnect/web3modal-react-native/pull/223) [`76476ce`](https://github.com/WalletConnect/web3modal-react-native/commit/76476cee5112f65c8af18461b8d5f055dd1ee375) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: reset pairing if it fails + +- Updated dependencies [[`64abfe6`](https://github.com/WalletConnect/web3modal-react-native/commit/64abfe6e78e2b1f45e6434b8f18e80110c767e4a), [`7fdf244`](https://github.com/WalletConnect/web3modal-react-native/commit/7fdf2444c81cd61bc65ffd5a9769422577723061), [`9654b4d`](https://github.com/WalletConnect/web3modal-react-native/commit/9654b4dcfc2db0caa96a570187d2c021b72c864f), [`e3827c1`](https://github.com/WalletConnect/web3modal-react-native/commit/e3827c1d685023c1811385a66451b810804f641c), [`76476ce`](https://github.com/WalletConnect/web3modal-react-native/commit/76476cee5112f65c8af18461b8d5f055dd1ee375)]: + - @web3modal/core-react-native@2.0.3 + - @web3modal/ui-react-native@2.0.3 + ## 2.0.2 ### Patch Changes diff --git a/packages/email/package.json b/packages/email/package.json index 55ec8398..4e7bbdda 100644 --- a/packages/email/package.json +++ b/packages/email/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/email-react-native", - "version": "2.0.2", + "version": "2.0.3", "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": "2.0.2", - "@web3modal/ui-react-native": "2.0.2", + "@web3modal/core-react-native": "2.0.3", + "@web3modal/ui-react-native": "2.0.3", "zod": "3.22.4" }, "peerDependencies": { diff --git a/packages/ethers/CHANGELOG.md b/packages/ethers/CHANGELOG.md index 04788062..43c48c31 100644 --- a/packages/ethers/CHANGELOG.md +++ b/packages/ethers/CHANGELOG.md @@ -1,5 +1,25 @@ # @web3modal/ethers5-react-native +## 2.0.3 + +### Patch Changes + +- [#221](https://github.com/WalletConnect/web3modal-react-native/pull/221) [`64abfe6`](https://github.com/WalletConnect/web3modal-react-native/commit/64abfe6e78e2b1f45e6434b8f18e80110c767e4a) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: check coinbase connector + +- [#219](https://github.com/WalletConnect/web3modal-react-native/pull/219) [`7fdf244`](https://github.com/WalletConnect/web3modal-react-native/commit/7fdf2444c81cd61bc65ffd5a9769422577723061) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: update recent wallets info + +- [#222](https://github.com/WalletConnect/web3modal-react-native/pull/222) [`9654b4d`](https://github.com/WalletConnect/web3modal-react-native/commit/9654b4dcfc2db0caa96a570187d2c021b72c864f) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: removed add chain logic in switch method + +- [#220](https://github.com/WalletConnect/web3modal-react-native/pull/220) [`e3827c1`](https://github.com/WalletConnect/web3modal-react-native/commit/e3827c1d685023c1811385a66451b810804f641c) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: updated ethereum-provider version for Ethers packages + +- [#223](https://github.com/WalletConnect/web3modal-react-native/pull/223) [`76476ce`](https://github.com/WalletConnect/web3modal-react-native/commit/76476cee5112f65c8af18461b8d5f055dd1ee375) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: reset pairing if it fails + +- Updated dependencies [[`64abfe6`](https://github.com/WalletConnect/web3modal-react-native/commit/64abfe6e78e2b1f45e6434b8f18e80110c767e4a), [`7fdf244`](https://github.com/WalletConnect/web3modal-react-native/commit/7fdf2444c81cd61bc65ffd5a9769422577723061), [`9654b4d`](https://github.com/WalletConnect/web3modal-react-native/commit/9654b4dcfc2db0caa96a570187d2c021b72c864f), [`e3827c1`](https://github.com/WalletConnect/web3modal-react-native/commit/e3827c1d685023c1811385a66451b810804f641c), [`76476ce`](https://github.com/WalletConnect/web3modal-react-native/commit/76476cee5112f65c8af18461b8d5f055dd1ee375)]: + - @web3modal/scaffold-react-native@2.0.3 + - @web3modal/common-react-native@2.0.3 + - @web3modal/scaffold-utils-react-native@2.0.3 + - @web3modal/siwe-react-native@2.0.3 + ## 2.0.2 ### Patch Changes diff --git a/packages/ethers/package.json b/packages/ethers/package.json index f50593c2..da298bbd 100644 --- a/packages/ethers/package.json +++ b/packages/ethers/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/ethers-react-native", - "version": "2.0.2", + "version": "2.0.3", "main": "lib/commonjs/index.js", "types": "lib/typescript/index.d.ts", "module": "lib/module/index.js", @@ -40,10 +40,10 @@ }, "dependencies": { "@walletconnect/ethereum-provider": "2.15.3", - "@web3modal/common-react-native": "2.0.2", - "@web3modal/scaffold-react-native": "2.0.2", - "@web3modal/scaffold-utils-react-native": "2.0.2", - "@web3modal/siwe-react-native": "2.0.2" + "@web3modal/common-react-native": "2.0.3", + "@web3modal/scaffold-react-native": "2.0.3", + "@web3modal/scaffold-utils-react-native": "2.0.3", + "@web3modal/siwe-react-native": "2.0.3" }, "peerDependencies": { "@react-native-async-storage/async-storage": ">=1.17.0", diff --git a/packages/ethers5/CHANGELOG.md b/packages/ethers5/CHANGELOG.md index 6d6281f3..f8264364 100644 --- a/packages/ethers5/CHANGELOG.md +++ b/packages/ethers5/CHANGELOG.md @@ -1,5 +1,25 @@ # @web3modal/ethers5-react-native +## 2.0.3 + +### Patch Changes + +- [#221](https://github.com/WalletConnect/web3modal-react-native/pull/221) [`64abfe6`](https://github.com/WalletConnect/web3modal-react-native/commit/64abfe6e78e2b1f45e6434b8f18e80110c767e4a) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: check coinbase connector + +- [#219](https://github.com/WalletConnect/web3modal-react-native/pull/219) [`7fdf244`](https://github.com/WalletConnect/web3modal-react-native/commit/7fdf2444c81cd61bc65ffd5a9769422577723061) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: update recent wallets info + +- [#222](https://github.com/WalletConnect/web3modal-react-native/pull/222) [`9654b4d`](https://github.com/WalletConnect/web3modal-react-native/commit/9654b4dcfc2db0caa96a570187d2c021b72c864f) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: removed add chain logic in switch method + +- [#220](https://github.com/WalletConnect/web3modal-react-native/pull/220) [`e3827c1`](https://github.com/WalletConnect/web3modal-react-native/commit/e3827c1d685023c1811385a66451b810804f641c) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: updated ethereum-provider version for Ethers packages + +- [#223](https://github.com/WalletConnect/web3modal-react-native/pull/223) [`76476ce`](https://github.com/WalletConnect/web3modal-react-native/commit/76476cee5112f65c8af18461b8d5f055dd1ee375) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: reset pairing if it fails + +- Updated dependencies [[`64abfe6`](https://github.com/WalletConnect/web3modal-react-native/commit/64abfe6e78e2b1f45e6434b8f18e80110c767e4a), [`7fdf244`](https://github.com/WalletConnect/web3modal-react-native/commit/7fdf2444c81cd61bc65ffd5a9769422577723061), [`9654b4d`](https://github.com/WalletConnect/web3modal-react-native/commit/9654b4dcfc2db0caa96a570187d2c021b72c864f), [`e3827c1`](https://github.com/WalletConnect/web3modal-react-native/commit/e3827c1d685023c1811385a66451b810804f641c), [`76476ce`](https://github.com/WalletConnect/web3modal-react-native/commit/76476cee5112f65c8af18461b8d5f055dd1ee375)]: + - @web3modal/scaffold-react-native@2.0.3 + - @web3modal/common-react-native@2.0.3 + - @web3modal/scaffold-utils-react-native@2.0.3 + - @web3modal/siwe-react-native@2.0.3 + ## 2.0.2 ### Patch Changes diff --git a/packages/ethers5/package.json b/packages/ethers5/package.json index d37ce2ce..100ee6f4 100644 --- a/packages/ethers5/package.json +++ b/packages/ethers5/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/ethers5-react-native", - "version": "2.0.2", + "version": "2.0.3", "main": "lib/commonjs/index.js", "types": "lib/typescript/index.d.ts", "module": "lib/module/index.js", @@ -40,10 +40,10 @@ }, "dependencies": { "@walletconnect/ethereum-provider": "2.15.3", - "@web3modal/common-react-native": "2.0.2", - "@web3modal/scaffold-react-native": "2.0.2", - "@web3modal/scaffold-utils-react-native": "2.0.2", - "@web3modal/siwe-react-native": "2.0.2" + "@web3modal/common-react-native": "2.0.3", + "@web3modal/scaffold-react-native": "2.0.3", + "@web3modal/scaffold-utils-react-native": "2.0.3", + "@web3modal/siwe-react-native": "2.0.3" }, "peerDependencies": { "@react-native-async-storage/async-storage": ">=1.17.0", diff --git a/packages/scaffold-utils/CHANGELOG.md b/packages/scaffold-utils/CHANGELOG.md index 55f1fde3..12753d23 100644 --- a/packages/scaffold-utils/CHANGELOG.md +++ b/packages/scaffold-utils/CHANGELOG.md @@ -1,5 +1,22 @@ # @web3modal/scaffold-utils-react-native +## 2.0.3 + +### Patch Changes + +- [#221](https://github.com/WalletConnect/web3modal-react-native/pull/221) [`64abfe6`](https://github.com/WalletConnect/web3modal-react-native/commit/64abfe6e78e2b1f45e6434b8f18e80110c767e4a) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: check coinbase connector + +- [#219](https://github.com/WalletConnect/web3modal-react-native/pull/219) [`7fdf244`](https://github.com/WalletConnect/web3modal-react-native/commit/7fdf2444c81cd61bc65ffd5a9769422577723061) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: update recent wallets info + +- [#222](https://github.com/WalletConnect/web3modal-react-native/pull/222) [`9654b4d`](https://github.com/WalletConnect/web3modal-react-native/commit/9654b4dcfc2db0caa96a570187d2c021b72c864f) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: removed add chain logic in switch method + +- [#220](https://github.com/WalletConnect/web3modal-react-native/pull/220) [`e3827c1`](https://github.com/WalletConnect/web3modal-react-native/commit/e3827c1d685023c1811385a66451b810804f641c) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: updated ethereum-provider version for Ethers packages + +- [#223](https://github.com/WalletConnect/web3modal-react-native/pull/223) [`76476ce`](https://github.com/WalletConnect/web3modal-react-native/commit/76476cee5112f65c8af18461b8d5f055dd1ee375) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: reset pairing if it fails + +- Updated dependencies [[`64abfe6`](https://github.com/WalletConnect/web3modal-react-native/commit/64abfe6e78e2b1f45e6434b8f18e80110c767e4a), [`7fdf244`](https://github.com/WalletConnect/web3modal-react-native/commit/7fdf2444c81cd61bc65ffd5a9769422577723061), [`9654b4d`](https://github.com/WalletConnect/web3modal-react-native/commit/9654b4dcfc2db0caa96a570187d2c021b72c864f), [`e3827c1`](https://github.com/WalletConnect/web3modal-react-native/commit/e3827c1d685023c1811385a66451b810804f641c), [`76476ce`](https://github.com/WalletConnect/web3modal-react-native/commit/76476cee5112f65c8af18461b8d5f055dd1ee375)]: + - @web3modal/scaffold-react-native@2.0.3 + ## 2.0.2 ### Patch Changes diff --git a/packages/scaffold-utils/package.json b/packages/scaffold-utils/package.json index 5a9261e2..f5f750cf 100644 --- a/packages/scaffold-utils/package.json +++ b/packages/scaffold-utils/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/scaffold-utils-react-native", - "version": "2.0.2", + "version": "2.0.3", "main": "lib/commonjs/index.js", "types": "lib/typescript/index.d.ts", "module": "lib/module/index.js", @@ -36,7 +36,7 @@ "access": "public" }, "dependencies": { - "@web3modal/scaffold-react-native": "2.0.2" + "@web3modal/scaffold-react-native": "2.0.3" }, "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 4a087ff8..e802fba6 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: '2.0.2', + VERSION: '2.0.3', 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 5c73ac21..729b8454 100644 --- a/packages/scaffold/CHANGELOG.md +++ b/packages/scaffold/CHANGELOG.md @@ -1,5 +1,24 @@ # @web3modal/scaffold-react-native +## 2.0.3 + +### Patch Changes + +- [#221](https://github.com/WalletConnect/web3modal-react-native/pull/221) [`64abfe6`](https://github.com/WalletConnect/web3modal-react-native/commit/64abfe6e78e2b1f45e6434b8f18e80110c767e4a) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: check coinbase connector + +- [#219](https://github.com/WalletConnect/web3modal-react-native/pull/219) [`7fdf244`](https://github.com/WalletConnect/web3modal-react-native/commit/7fdf2444c81cd61bc65ffd5a9769422577723061) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: update recent wallets info + +- [#222](https://github.com/WalletConnect/web3modal-react-native/pull/222) [`9654b4d`](https://github.com/WalletConnect/web3modal-react-native/commit/9654b4dcfc2db0caa96a570187d2c021b72c864f) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: removed add chain logic in switch method + +- [#220](https://github.com/WalletConnect/web3modal-react-native/pull/220) [`e3827c1`](https://github.com/WalletConnect/web3modal-react-native/commit/e3827c1d685023c1811385a66451b810804f641c) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: updated ethereum-provider version for Ethers packages + +- [#223](https://github.com/WalletConnect/web3modal-react-native/pull/223) [`76476ce`](https://github.com/WalletConnect/web3modal-react-native/commit/76476cee5112f65c8af18461b8d5f055dd1ee375) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: reset pairing if it fails + +- Updated dependencies [[`64abfe6`](https://github.com/WalletConnect/web3modal-react-native/commit/64abfe6e78e2b1f45e6434b8f18e80110c767e4a), [`7fdf244`](https://github.com/WalletConnect/web3modal-react-native/commit/7fdf2444c81cd61bc65ffd5a9769422577723061), [`9654b4d`](https://github.com/WalletConnect/web3modal-react-native/commit/9654b4dcfc2db0caa96a570187d2c021b72c864f), [`e3827c1`](https://github.com/WalletConnect/web3modal-react-native/commit/e3827c1d685023c1811385a66451b810804f641c), [`76476ce`](https://github.com/WalletConnect/web3modal-react-native/commit/76476cee5112f65c8af18461b8d5f055dd1ee375)]: + - @web3modal/core-react-native@2.0.3 + - @web3modal/siwe-react-native@2.0.3 + - @web3modal/ui-react-native@2.0.3 + ## 2.0.2 ### Patch Changes diff --git a/packages/scaffold/package.json b/packages/scaffold/package.json index 029b0e86..85fdc608 100644 --- a/packages/scaffold/package.json +++ b/packages/scaffold/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/scaffold-react-native", - "version": "2.0.2", + "version": "2.0.3", "main": "lib/commonjs/index.js", "types": "lib/typescript/index.d.ts", "module": "lib/module/index.js", @@ -38,9 +38,9 @@ "access": "public" }, "dependencies": { - "@web3modal/core-react-native": "2.0.2", - "@web3modal/siwe-react-native": "2.0.2", - "@web3modal/ui-react-native": "2.0.2" + "@web3modal/core-react-native": "2.0.3", + "@web3modal/siwe-react-native": "2.0.3", + "@web3modal/ui-react-native": "2.0.3" }, "peerDependencies": { "react": ">=17", diff --git a/packages/siwe/CHANGELOG.md b/packages/siwe/CHANGELOG.md index b00c7066..0d524c24 100644 --- a/packages/siwe/CHANGELOG.md +++ b/packages/siwe/CHANGELOG.md @@ -1,5 +1,24 @@ # @web3modal/siwe-react-native +## 2.0.3 + +### Patch Changes + +- [#221](https://github.com/WalletConnect/web3modal-react-native/pull/221) [`64abfe6`](https://github.com/WalletConnect/web3modal-react-native/commit/64abfe6e78e2b1f45e6434b8f18e80110c767e4a) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: check coinbase connector + +- [#219](https://github.com/WalletConnect/web3modal-react-native/pull/219) [`7fdf244`](https://github.com/WalletConnect/web3modal-react-native/commit/7fdf2444c81cd61bc65ffd5a9769422577723061) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: update recent wallets info + +- [#222](https://github.com/WalletConnect/web3modal-react-native/pull/222) [`9654b4d`](https://github.com/WalletConnect/web3modal-react-native/commit/9654b4dcfc2db0caa96a570187d2c021b72c864f) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: removed add chain logic in switch method + +- [#220](https://github.com/WalletConnect/web3modal-react-native/pull/220) [`e3827c1`](https://github.com/WalletConnect/web3modal-react-native/commit/e3827c1d685023c1811385a66451b810804f641c) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: updated ethereum-provider version for Ethers packages + +- [#223](https://github.com/WalletConnect/web3modal-react-native/pull/223) [`76476ce`](https://github.com/WalletConnect/web3modal-react-native/commit/76476cee5112f65c8af18461b8d5f055dd1ee375) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: reset pairing if it fails + +- Updated dependencies [[`64abfe6`](https://github.com/WalletConnect/web3modal-react-native/commit/64abfe6e78e2b1f45e6434b8f18e80110c767e4a), [`7fdf244`](https://github.com/WalletConnect/web3modal-react-native/commit/7fdf2444c81cd61bc65ffd5a9769422577723061), [`9654b4d`](https://github.com/WalletConnect/web3modal-react-native/commit/9654b4dcfc2db0caa96a570187d2c021b72c864f), [`e3827c1`](https://github.com/WalletConnect/web3modal-react-native/commit/e3827c1d685023c1811385a66451b810804f641c), [`76476ce`](https://github.com/WalletConnect/web3modal-react-native/commit/76476cee5112f65c8af18461b8d5f055dd1ee375)]: + - @web3modal/core-react-native@2.0.3 + - @web3modal/common-react-native@2.0.3 + - @web3modal/ui-react-native@2.0.3 + ## 2.0.2 ### Patch Changes diff --git a/packages/siwe/package.json b/packages/siwe/package.json index 930c1985..f60421df 100644 --- a/packages/siwe/package.json +++ b/packages/siwe/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/siwe-react-native", - "version": "2.0.2", + "version": "2.0.3", "main": "lib/commonjs/index.js", "types": "lib/typescript/index.d.ts", "module": "lib/module/index.js", @@ -41,9 +41,9 @@ }, "dependencies": { "@walletconnect/utils": "2.13.1", - "@web3modal/common-react-native": "2.0.2", - "@web3modal/core-react-native": "2.0.2", - "@web3modal/ui-react-native": "2.0.2", + "@web3modal/common-react-native": "2.0.3", + "@web3modal/core-react-native": "2.0.3", + "@web3modal/ui-react-native": "2.0.3", "valtio": "1.11.2" }, "react-native": "src/index.ts", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 35f3fb4a..406c7547 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,19 @@ # @web3modal/ui-react-native +## 2.0.3 + +### Patch Changes + +- [#221](https://github.com/WalletConnect/web3modal-react-native/pull/221) [`64abfe6`](https://github.com/WalletConnect/web3modal-react-native/commit/64abfe6e78e2b1f45e6434b8f18e80110c767e4a) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: check coinbase connector + +- [#219](https://github.com/WalletConnect/web3modal-react-native/pull/219) [`7fdf244`](https://github.com/WalletConnect/web3modal-react-native/commit/7fdf2444c81cd61bc65ffd5a9769422577723061) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: update recent wallets info + +- [#222](https://github.com/WalletConnect/web3modal-react-native/pull/222) [`9654b4d`](https://github.com/WalletConnect/web3modal-react-native/commit/9654b4dcfc2db0caa96a570187d2c021b72c864f) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: removed add chain logic in switch method + +- [#220](https://github.com/WalletConnect/web3modal-react-native/pull/220) [`e3827c1`](https://github.com/WalletConnect/web3modal-react-native/commit/e3827c1d685023c1811385a66451b810804f641c) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: updated ethereum-provider version for Ethers packages + +- [#223](https://github.com/WalletConnect/web3modal-react-native/pull/223) [`76476ce`](https://github.com/WalletConnect/web3modal-react-native/commit/76476cee5112f65c8af18461b8d5f055dd1ee375) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: reset pairing if it fails + ## 2.0.2 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 0ef44b72..a8f5fbee 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/ui-react-native", - "version": "2.0.2", + "version": "2.0.3", "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 2e0a3a25..38f07ceb 100644 --- a/packages/wagmi/CHANGELOG.md +++ b/packages/wagmi/CHANGELOG.md @@ -1,5 +1,25 @@ # @web3modal/wagmi-react-native +## 2.0.3 + +### Patch Changes + +- [#221](https://github.com/WalletConnect/web3modal-react-native/pull/221) [`64abfe6`](https://github.com/WalletConnect/web3modal-react-native/commit/64abfe6e78e2b1f45e6434b8f18e80110c767e4a) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: check coinbase connector + +- [#219](https://github.com/WalletConnect/web3modal-react-native/pull/219) [`7fdf244`](https://github.com/WalletConnect/web3modal-react-native/commit/7fdf2444c81cd61bc65ffd5a9769422577723061) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: update recent wallets info + +- [#222](https://github.com/WalletConnect/web3modal-react-native/pull/222) [`9654b4d`](https://github.com/WalletConnect/web3modal-react-native/commit/9654b4dcfc2db0caa96a570187d2c021b72c864f) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: removed add chain logic in switch method + +- [#220](https://github.com/WalletConnect/web3modal-react-native/pull/220) [`e3827c1`](https://github.com/WalletConnect/web3modal-react-native/commit/e3827c1d685023c1811385a66451b810804f641c) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - chore: updated ethereum-provider version for Ethers packages + +- [#223](https://github.com/WalletConnect/web3modal-react-native/pull/223) [`76476ce`](https://github.com/WalletConnect/web3modal-react-native/commit/76476cee5112f65c8af18461b8d5f055dd1ee375) Thanks [@ignaciosantise](https://github.com/ignaciosantise)! - fix: reset pairing if it fails + +- Updated dependencies [[`64abfe6`](https://github.com/WalletConnect/web3modal-react-native/commit/64abfe6e78e2b1f45e6434b8f18e80110c767e4a), [`7fdf244`](https://github.com/WalletConnect/web3modal-react-native/commit/7fdf2444c81cd61bc65ffd5a9769422577723061), [`9654b4d`](https://github.com/WalletConnect/web3modal-react-native/commit/9654b4dcfc2db0caa96a570187d2c021b72c864f), [`e3827c1`](https://github.com/WalletConnect/web3modal-react-native/commit/e3827c1d685023c1811385a66451b810804f641c), [`76476ce`](https://github.com/WalletConnect/web3modal-react-native/commit/76476cee5112f65c8af18461b8d5f055dd1ee375)]: + - @web3modal/scaffold-react-native@2.0.3 + - @web3modal/common-react-native@2.0.3 + - @web3modal/scaffold-utils-react-native@2.0.3 + - @web3modal/siwe-react-native@2.0.3 + ## 2.0.2 ### Patch Changes diff --git a/packages/wagmi/package.json b/packages/wagmi/package.json index 393cbc79..9a3a6fec 100644 --- a/packages/wagmi/package.json +++ b/packages/wagmi/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/wagmi-react-native", - "version": "2.0.2", + "version": "2.0.3", "main": "lib/commonjs/index.js", "types": "lib/typescript/index.d.ts", "module": "lib/module/index.js", @@ -39,10 +39,10 @@ "access": "public" }, "dependencies": { - "@web3modal/common-react-native": "2.0.2", - "@web3modal/scaffold-react-native": "2.0.2", - "@web3modal/scaffold-utils-react-native": "2.0.2", - "@web3modal/siwe-react-native": "2.0.2" + "@web3modal/common-react-native": "2.0.3", + "@web3modal/scaffold-react-native": "2.0.3", + "@web3modal/scaffold-utils-react-native": "2.0.3", + "@web3modal/siwe-react-native": "2.0.3" }, "peerDependencies": { "@react-native-async-storage/async-storage": ">=1.17.0", diff --git a/yarn.lock b/yarn.lock index a50cd40f..2558a0b4 100644 --- a/yarn.lock +++ b/yarn.lock @@ -58,7 +58,7 @@ __metadata: "@storybook/react-webpack5": "npm:^7.4.6" "@storybook/testing-library": "npm:^0.2.2" "@storybook/theming": "npm:^7.4.6" - "@web3modal/ui-react-native": "npm:2.0.2" + "@web3modal/ui-react-native": "npm:2.0.3" babel-plugin-react-native-web: "npm:^0.19.7" babel-plugin-react-require: "npm:^4.0.1" metro-react-native-babel-preset: "npm:^0.77.0" @@ -85,8 +85,8 @@ __metadata: "@types/react": "npm:~18.2.79" "@types/react-native": "npm:0.72.2" "@walletconnect/react-native-compat": "npm:2.13.1" - "@web3modal/email-wagmi-react-native": "npm:2.0.2" - "@web3modal/wagmi-react-native": "npm:2.0.2" + "@web3modal/email-wagmi-react-native": "npm:2.0.3" + "@web3modal/wagmi-react-native": "npm:2.0.3" babel-plugin-module-resolver: "npm:^5.0.0" expo: "npm:~51.0.24" expo-application: "npm:~5.9.1" @@ -10742,17 +10742,17 @@ __metadata: languageName: unknown linkType: soft -"@web3modal/common-react-native@npm:2.0.2, @web3modal/common-react-native@workspace:packages/common": +"@web3modal/common-react-native@npm:2.0.3, @web3modal/common-react-native@workspace:packages/common": version: 0.0.0-use.local resolution: "@web3modal/common-react-native@workspace:packages/common" languageName: unknown linkType: soft -"@web3modal/core-react-native@npm:2.0.2, @web3modal/core-react-native@workspace:packages/core": +"@web3modal/core-react-native@npm:2.0.3, @web3modal/core-react-native@workspace:packages/core": version: 0.0.0-use.local resolution: "@web3modal/core-react-native@workspace:packages/core" dependencies: - "@web3modal/common-react-native": "npm:2.0.2" + "@web3modal/common-react-native": "npm:2.0.3" valtio: "npm:1.11.2" peerDependencies: "@react-native-async-storage/async-storage": ">=1.17.0" @@ -10766,18 +10766,18 @@ __metadata: version: 0.0.0-use.local resolution: "@web3modal/email-ethers-react-native@workspace:packages/email-ethers" dependencies: - "@web3modal/email-react-native": "npm:2.0.2" + "@web3modal/email-react-native": "npm:2.0.3" peerDependencies: ethers: ">=5" languageName: unknown linkType: soft -"@web3modal/email-react-native@npm:2.0.2, @web3modal/email-react-native@workspace:packages/email": +"@web3modal/email-react-native@npm:2.0.3, @web3modal/email-react-native@workspace:packages/email": version: 0.0.0-use.local resolution: "@web3modal/email-react-native@workspace:packages/email" dependencies: - "@web3modal/core-react-native": "npm:2.0.2" - "@web3modal/ui-react-native": "npm:2.0.2" + "@web3modal/core-react-native": "npm:2.0.3" + "@web3modal/ui-react-native": "npm:2.0.3" zod: "npm:3.22.4" peerDependencies: "@react-native-async-storage/async-storage": ">=1.17.0" @@ -10785,11 +10785,11 @@ __metadata: languageName: unknown linkType: soft -"@web3modal/email-wagmi-react-native@npm:2.0.2, @web3modal/email-wagmi-react-native@workspace:packages/email-wagmi": +"@web3modal/email-wagmi-react-native@npm:2.0.3, @web3modal/email-wagmi-react-native@workspace:packages/email-wagmi": version: 0.0.0-use.local resolution: "@web3modal/email-wagmi-react-native@workspace:packages/email-wagmi" dependencies: - "@web3modal/email-react-native": "npm:2.0.2" + "@web3modal/email-react-native": "npm:2.0.3" peerDependencies: wagmi: ">=2" languageName: unknown @@ -10800,10 +10800,10 @@ __metadata: resolution: "@web3modal/ethers-react-native@workspace:packages/ethers" dependencies: "@walletconnect/ethereum-provider": "npm:2.15.3" - "@web3modal/common-react-native": "npm:2.0.2" - "@web3modal/scaffold-react-native": "npm:2.0.2" - "@web3modal/scaffold-utils-react-native": "npm:2.0.2" - "@web3modal/siwe-react-native": "npm:2.0.2" + "@web3modal/common-react-native": "npm:2.0.3" + "@web3modal/scaffold-react-native": "npm:2.0.3" + "@web3modal/scaffold-utils-react-native": "npm:2.0.3" + "@web3modal/siwe-react-native": "npm:2.0.3" ethers: "npm:6.10.0" peerDependencies: "@react-native-async-storage/async-storage": ">=1.17.0" @@ -10821,10 +10821,10 @@ __metadata: resolution: "@web3modal/ethers5-react-native@workspace:packages/ethers5" dependencies: "@walletconnect/ethereum-provider": "npm:2.15.3" - "@web3modal/common-react-native": "npm:2.0.2" - "@web3modal/scaffold-react-native": "npm:2.0.2" - "@web3modal/scaffold-utils-react-native": "npm:2.0.2" - "@web3modal/siwe-react-native": "npm:2.0.2" + "@web3modal/common-react-native": "npm:2.0.3" + "@web3modal/scaffold-react-native": "npm:2.0.3" + "@web3modal/scaffold-utils-react-native": "npm:2.0.3" + "@web3modal/siwe-react-native": "npm:2.0.3" ethers: "npm:5.7.2" peerDependencies: "@react-native-async-storage/async-storage": ">=1.17.0" @@ -10837,13 +10837,13 @@ __metadata: languageName: unknown linkType: soft -"@web3modal/scaffold-react-native@npm:2.0.2, @web3modal/scaffold-react-native@workspace:packages/scaffold": +"@web3modal/scaffold-react-native@npm:2.0.3, @web3modal/scaffold-react-native@workspace:packages/scaffold": version: 0.0.0-use.local resolution: "@web3modal/scaffold-react-native@workspace:packages/scaffold" dependencies: - "@web3modal/core-react-native": "npm:2.0.2" - "@web3modal/siwe-react-native": "npm:2.0.2" - "@web3modal/ui-react-native": "npm:2.0.2" + "@web3modal/core-react-native": "npm:2.0.3" + "@web3modal/siwe-react-native": "npm:2.0.3" + "@web3modal/ui-react-native": "npm:2.0.3" peerDependencies: react: ">=17" react-native: ">=0.68.5" @@ -10851,27 +10851,27 @@ __metadata: languageName: unknown linkType: soft -"@web3modal/scaffold-utils-react-native@npm:2.0.2, @web3modal/scaffold-utils-react-native@workspace:packages/scaffold-utils": +"@web3modal/scaffold-utils-react-native@npm:2.0.3, @web3modal/scaffold-utils-react-native@workspace:packages/scaffold-utils": version: 0.0.0-use.local resolution: "@web3modal/scaffold-utils-react-native@workspace:packages/scaffold-utils" dependencies: - "@web3modal/scaffold-react-native": "npm:2.0.2" + "@web3modal/scaffold-react-native": "npm:2.0.3" languageName: unknown linkType: soft -"@web3modal/siwe-react-native@npm:2.0.2, @web3modal/siwe-react-native@workspace:packages/siwe": +"@web3modal/siwe-react-native@npm:2.0.3, @web3modal/siwe-react-native@workspace:packages/siwe": version: 0.0.0-use.local resolution: "@web3modal/siwe-react-native@workspace:packages/siwe" dependencies: "@walletconnect/utils": "npm:2.13.1" - "@web3modal/common-react-native": "npm:2.0.2" - "@web3modal/core-react-native": "npm:2.0.2" - "@web3modal/ui-react-native": "npm:2.0.2" + "@web3modal/common-react-native": "npm:2.0.3" + "@web3modal/core-react-native": "npm:2.0.3" + "@web3modal/ui-react-native": "npm:2.0.3" valtio: "npm:1.11.2" languageName: unknown linkType: soft -"@web3modal/ui-react-native@npm:2.0.2, @web3modal/ui-react-native@workspace:packages/ui": +"@web3modal/ui-react-native@npm:2.0.3, @web3modal/ui-react-native@workspace:packages/ui": version: 0.0.0-use.local resolution: "@web3modal/ui-react-native@workspace:packages/ui" dependencies: @@ -10883,14 +10883,14 @@ __metadata: languageName: unknown linkType: soft -"@web3modal/wagmi-react-native@npm:2.0.2, @web3modal/wagmi-react-native@workspace:packages/wagmi": +"@web3modal/wagmi-react-native@npm:2.0.3, @web3modal/wagmi-react-native@workspace:packages/wagmi": version: 0.0.0-use.local resolution: "@web3modal/wagmi-react-native@workspace:packages/wagmi" dependencies: - "@web3modal/common-react-native": "npm:2.0.2" - "@web3modal/scaffold-react-native": "npm:2.0.2" - "@web3modal/scaffold-utils-react-native": "npm:2.0.2" - "@web3modal/siwe-react-native": "npm:2.0.2" + "@web3modal/common-react-native": "npm:2.0.3" + "@web3modal/scaffold-react-native": "npm:2.0.3" + "@web3modal/scaffold-utils-react-native": "npm:2.0.3" + "@web3modal/siwe-react-native": "npm:2.0.3" peerDependencies: "@react-native-async-storage/async-storage": ">=1.17.0" "@react-native-community/netinfo": "*"