From d05fb7c075f54397940f1a12058113d494fde016 Mon Sep 17 00:00:00 2001 From: tomiir Date: Tue, 23 Jul 2024 13:28:03 -0600 Subject: [PATCH] chore: bump versions to 5.0.8 --- apps/demo/CHANGELOG.md | 26 +++++++++++++++ apps/demo/package.json | 2 +- apps/gallery/CHANGELOG.md | 27 ++++++++++++++++ apps/gallery/package.json | 2 +- apps/laboratory/CHANGELOG.md | 29 +++++++++++++++++ apps/laboratory/package.json | 2 +- examples/html-ethers5/CHANGELOG.md | 26 +++++++++++++++ examples/html-ethers5/package.json | 2 +- examples/html-wagmi/CHANGELOG.md | 26 +++++++++++++++ examples/html-wagmi/package.json | 2 +- examples/next-wagmi/CHANGELOG.md | 26 +++++++++++++++ examples/next-wagmi/package.json | 2 +- examples/react-ethers/CHANGELOG.md | 26 +++++++++++++++ examples/react-ethers/package.json | 2 +- examples/react-ethers5/CHANGELOG.md | 26 +++++++++++++++ examples/react-ethers5/package.json | 2 +- examples/react-solana/CHANGELOG.md | 26 +++++++++++++++ examples/react-solana/package.json | 2 +- examples/react-wagmi/CHANGELOG.md | 26 +++++++++++++++ examples/react-wagmi/package.json | 2 +- examples/vue-ethers5/CHANGELOG.md | 26 +++++++++++++++ examples/vue-ethers5/package.json | 2 +- examples/vue-solana/CHANGELOG.md | 26 +++++++++++++++ examples/vue-solana/package.json | 2 +- examples/vue-wagmi/CHANGELOG.md | 26 +++++++++++++++ examples/vue-wagmi/package.json | 2 +- packages/cdn/CHANGELOG.md | 27 ++++++++++++++++ packages/cdn/package.json | 2 +- packages/common/CHANGELOG.md | 23 ++++++++++++++ packages/common/package.json | 2 +- packages/core/CHANGELOG.md | 27 ++++++++++++++++ packages/core/package.json | 2 +- packages/ethers/CHANGELOG.md | 33 ++++++++++++++++++++ packages/ethers/package.json | 2 +- packages/ethers5/CHANGELOG.md | 32 +++++++++++++++++++ packages/ethers5/package.json | 2 +- packages/polyfills/CHANGELOG.md | 23 ++++++++++++++ packages/polyfills/package.json | 2 +- packages/scaffold-react/CHANGELOG.md | 26 +++++++++++++++ packages/scaffold-react/package.json | 2 +- packages/scaffold-ui/CHANGELOG.md | 31 ++++++++++++++++++ packages/scaffold-ui/package.json | 2 +- packages/scaffold-utils/CHANGELOG.md | 28 +++++++++++++++++ packages/scaffold-utils/package.json | 2 +- packages/scaffold-utils/src/ConstantsUtil.ts | 2 +- packages/scaffold-vue/CHANGELOG.md | 27 ++++++++++++++++ packages/scaffold-vue/package.json | 2 +- packages/scaffold/CHANGELOG.md | 32 +++++++++++++++++++ packages/scaffold/package.json | 2 +- packages/siwe/CHANGELOG.md | 30 ++++++++++++++++++ packages/siwe/package.json | 2 +- packages/solana/CHANGELOG.md | 33 ++++++++++++++++++++ packages/solana/package.json | 2 +- packages/ui/CHANGELOG.md | 23 ++++++++++++++ packages/ui/package.json | 2 +- packages/wagmi/CHANGELOG.md | 33 ++++++++++++++++++++ packages/wagmi/package.json | 2 +- packages/wallet/CHANGELOG.md | 27 ++++++++++++++++ packages/wallet/package.json | 2 +- 59 files changed, 827 insertions(+), 30 deletions(-) diff --git a/apps/demo/CHANGELOG.md b/apps/demo/CHANGELOG.md index 80dfb6f197..381f0fb007 100644 --- a/apps/demo/CHANGELOG.md +++ b/apps/demo/CHANGELOG.md @@ -1,5 +1,31 @@ # @apps/demo +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + +- Updated dependencies []: + - @web3modal/wagmi@5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/apps/demo/package.json b/apps/demo/package.json index 5fa708886b..ae45b614a7 100644 --- a/apps/demo/package.json +++ b/apps/demo/package.json @@ -1,6 +1,6 @@ { "name": "@apps/demo", - "version": "5.0.7", + "version": "5.0.8", "private": true, "scripts": { "dev": "next dev", diff --git a/apps/gallery/CHANGELOG.md b/apps/gallery/CHANGELOG.md index 59ca651af9..18a36f7b9e 100644 --- a/apps/gallery/CHANGELOG.md +++ b/apps/gallery/CHANGELOG.md @@ -1,5 +1,32 @@ # @apps/gallery +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + +- Updated dependencies []: + - @web3modal/common@5.0.8 + - @web3modal/ui@5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/apps/gallery/package.json b/apps/gallery/package.json index 0a0fb2730c..38f96a1800 100644 --- a/apps/gallery/package.json +++ b/apps/gallery/package.json @@ -1,6 +1,6 @@ { "name": "@apps/gallery", - "version": "5.0.7", + "version": "5.0.8", "private": true, "main": "index.js", "scripts": { diff --git a/apps/laboratory/CHANGELOG.md b/apps/laboratory/CHANGELOG.md index 9cc68d7270..41b7597f1d 100644 --- a/apps/laboratory/CHANGELOG.md +++ b/apps/laboratory/CHANGELOG.md @@ -1,5 +1,34 @@ # @apps/laboratory +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + +- Updated dependencies []: + - @web3modal/ethers@5.0.8 + - @web3modal/siwe@5.0.8 + - @web3modal/solana@5.0.8 + - @web3modal/wagmi@5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/apps/laboratory/package.json b/apps/laboratory/package.json index d692bd3ea1..6569efd794 100644 --- a/apps/laboratory/package.json +++ b/apps/laboratory/package.json @@ -1,6 +1,6 @@ { "name": "@apps/laboratory", - "version": "5.0.7", + "version": "5.0.8", "private": true, "scripts": { "dev": "next dev", diff --git a/examples/html-ethers5/CHANGELOG.md b/examples/html-ethers5/CHANGELOG.md index 3e597fd561..04a69b8505 100644 --- a/examples/html-ethers5/CHANGELOG.md +++ b/examples/html-ethers5/CHANGELOG.md @@ -1,5 +1,31 @@ # @examples/html-ethers5 +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + +- Updated dependencies []: + - @web3modal/ethers5@5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/examples/html-ethers5/package.json b/examples/html-ethers5/package.json index 2dc2ea2529..e80ff4fd27 100644 --- a/examples/html-ethers5/package.json +++ b/examples/html-ethers5/package.json @@ -1,7 +1,7 @@ { "name": "@examples/html-ethers5", "private": true, - "version": "5.0.7", + "version": "5.0.8", "scripts": { "dev": "vite --port 3011", "build": "vite build" diff --git a/examples/html-wagmi/CHANGELOG.md b/examples/html-wagmi/CHANGELOG.md index 5a1fa5fef9..e9bb154f78 100644 --- a/examples/html-wagmi/CHANGELOG.md +++ b/examples/html-wagmi/CHANGELOG.md @@ -1,5 +1,31 @@ # @examples/html-wagmi +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + +- Updated dependencies []: + - @web3modal/wagmi@5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/examples/html-wagmi/package.json b/examples/html-wagmi/package.json index 912497a8d5..8c40835457 100644 --- a/examples/html-wagmi/package.json +++ b/examples/html-wagmi/package.json @@ -1,7 +1,7 @@ { "name": "@examples/html-wagmi", "private": true, - "version": "5.0.7", + "version": "5.0.8", "scripts": { "dev": "vite --port 3001", "build": "vite build" diff --git a/examples/next-wagmi/CHANGELOG.md b/examples/next-wagmi/CHANGELOG.md index 0cf5255758..ef920872f7 100644 --- a/examples/next-wagmi/CHANGELOG.md +++ b/examples/next-wagmi/CHANGELOG.md @@ -1,5 +1,31 @@ # @examples/next-wagmi +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + +- Updated dependencies []: + - @web3modal/wagmi@5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/examples/next-wagmi/package.json b/examples/next-wagmi/package.json index b3dd58f2fb..667ca0abcc 100644 --- a/examples/next-wagmi/package.json +++ b/examples/next-wagmi/package.json @@ -1,6 +1,6 @@ { "name": "@examples/next-wagmi", - "version": "5.0.7", + "version": "5.0.8", "private": true, "scripts": { "dev": "next dev", diff --git a/examples/react-ethers/CHANGELOG.md b/examples/react-ethers/CHANGELOG.md index f531c3e138..ec951ba8b5 100644 --- a/examples/react-ethers/CHANGELOG.md +++ b/examples/react-ethers/CHANGELOG.md @@ -1,5 +1,31 @@ # @examples/react-ethers5 +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + +- Updated dependencies []: + - @web3modal/ethers@5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/examples/react-ethers/package.json b/examples/react-ethers/package.json index 02919e0818..c9c8c611e6 100644 --- a/examples/react-ethers/package.json +++ b/examples/react-ethers/package.json @@ -1,7 +1,7 @@ { "name": "@examples/react-ethers", "private": true, - "version": "5.0.7", + "version": "5.0.8", "scripts": { "dev": "vite --port 3012", "build": "vite build" diff --git a/examples/react-ethers5/CHANGELOG.md b/examples/react-ethers5/CHANGELOG.md index 3d831fe659..b91e893bd8 100644 --- a/examples/react-ethers5/CHANGELOG.md +++ b/examples/react-ethers5/CHANGELOG.md @@ -1,5 +1,31 @@ # @examples/react-ethers5 +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + +- Updated dependencies []: + - @web3modal/ethers5@5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/examples/react-ethers5/package.json b/examples/react-ethers5/package.json index 9b24ad0445..fa64471294 100644 --- a/examples/react-ethers5/package.json +++ b/examples/react-ethers5/package.json @@ -1,7 +1,7 @@ { "name": "@examples/react-ethers5", "private": true, - "version": "5.0.7", + "version": "5.0.8", "scripts": { "dev": "vite --port 3012", "build": "vite build" diff --git a/examples/react-solana/CHANGELOG.md b/examples/react-solana/CHANGELOG.md index 55aa36fe66..16c5a1575d 100644 --- a/examples/react-solana/CHANGELOG.md +++ b/examples/react-solana/CHANGELOG.md @@ -1,5 +1,31 @@ # @examples/react-wagmi +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + +- Updated dependencies []: + - @web3modal/solana@5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/examples/react-solana/package.json b/examples/react-solana/package.json index c56b01868b..6087bb1bfc 100644 --- a/examples/react-solana/package.json +++ b/examples/react-solana/package.json @@ -1,7 +1,7 @@ { "name": "@examples/react-solana", "private": true, - "version": "5.0.7", + "version": "5.0.8", "scripts": { "dev": "vite --port 3002", "build": "vite build" diff --git a/examples/react-wagmi/CHANGELOG.md b/examples/react-wagmi/CHANGELOG.md index 90d0ef4c7f..734e512cfe 100644 --- a/examples/react-wagmi/CHANGELOG.md +++ b/examples/react-wagmi/CHANGELOG.md @@ -1,5 +1,31 @@ # @examples/react-wagmi +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + +- Updated dependencies []: + - @web3modal/wagmi@5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/examples/react-wagmi/package.json b/examples/react-wagmi/package.json index c27358e10f..116d6c0e37 100644 --- a/examples/react-wagmi/package.json +++ b/examples/react-wagmi/package.json @@ -1,7 +1,7 @@ { "name": "@examples/react-wagmi", "private": true, - "version": "5.0.7", + "version": "5.0.8", "scripts": { "dev": "vite --port 3002", "build": "vite build" diff --git a/examples/vue-ethers5/CHANGELOG.md b/examples/vue-ethers5/CHANGELOG.md index c5c85825f3..815889fff2 100644 --- a/examples/vue-ethers5/CHANGELOG.md +++ b/examples/vue-ethers5/CHANGELOG.md @@ -1,5 +1,31 @@ # @examples/vue-ethers5 +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + +- Updated dependencies []: + - @web3modal/ethers5@5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/examples/vue-ethers5/package.json b/examples/vue-ethers5/package.json index 56a5c9344f..cdd273e663 100644 --- a/examples/vue-ethers5/package.json +++ b/examples/vue-ethers5/package.json @@ -1,7 +1,7 @@ { "name": "@examples/vue-ethers5", "private": true, - "version": "5.0.7", + "version": "5.0.8", "scripts": { "dev": "vite --port 3013", "build": "vite build" diff --git a/examples/vue-solana/CHANGELOG.md b/examples/vue-solana/CHANGELOG.md index d9a54cfa07..4bfd4bfd38 100644 --- a/examples/vue-solana/CHANGELOG.md +++ b/examples/vue-solana/CHANGELOG.md @@ -1,5 +1,31 @@ # @examples/vue-ethers5 +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + +- Updated dependencies []: + - @web3modal/solana@5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/examples/vue-solana/package.json b/examples/vue-solana/package.json index 15fadcb47e..1ea265094d 100644 --- a/examples/vue-solana/package.json +++ b/examples/vue-solana/package.json @@ -1,7 +1,7 @@ { "name": "@examples/vue-solana", "private": true, - "version": "5.0.7", + "version": "5.0.8", "scripts": { "dev": "vite --port 3013", "build": "vite build" diff --git a/examples/vue-wagmi/CHANGELOG.md b/examples/vue-wagmi/CHANGELOG.md index e572789d84..73b7c0e11b 100644 --- a/examples/vue-wagmi/CHANGELOG.md +++ b/examples/vue-wagmi/CHANGELOG.md @@ -1,5 +1,31 @@ # @examples/vue-wagmi +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + +- Updated dependencies []: + - @web3modal/wagmi@5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/examples/vue-wagmi/package.json b/examples/vue-wagmi/package.json index 4ed962239f..f499ba2a90 100644 --- a/examples/vue-wagmi/package.json +++ b/examples/vue-wagmi/package.json @@ -1,7 +1,7 @@ { "name": "@examples/vue-wagmi", "private": true, - "version": "5.0.7", + "version": "5.0.8", "scripts": { "dev": "vite --port 3003", "build": "vite build" diff --git a/packages/cdn/CHANGELOG.md b/packages/cdn/CHANGELOG.md index 9ccce0320a..a658a56e20 100644 --- a/packages/cdn/CHANGELOG.md +++ b/packages/cdn/CHANGELOG.md @@ -1,5 +1,32 @@ # @web3modal/cdn +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + +- Updated dependencies []: + - @web3modal/ethers@5.0.8 + - @web3modal/wagmi@5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/packages/cdn/package.json b/packages/cdn/package.json index 435cdac22a..10c6b378be 100644 --- a/packages/cdn/package.json +++ b/packages/cdn/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/cdn", - "version": "5.0.7", + "version": "5.0.8", "main": "dist/wagmi.js", "type": "module", "files": [ diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 12328f6d57..abf51246a7 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,5 +1,28 @@ # @web3modal/common +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/packages/common/package.json b/packages/common/package.json index 83911dca1b..6d03c39cef 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/common", - "version": "5.0.7", + "version": "5.0.8", "type": "module", "main": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", diff --git a/packages/core/CHANGELOG.md b/packages/core/CHANGELOG.md index 986e0b7f0b..3cd952276f 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,32 @@ # @web3modal/core +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + +- Updated dependencies []: + - @web3modal/common@5.0.8 + - @web3modal/wallet@5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 020771a1ae..96b2ccbe4a 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/core", - "version": "5.0.7", + "version": "5.0.8", "type": "module", "main": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", diff --git a/packages/ethers/CHANGELOG.md b/packages/ethers/CHANGELOG.md index d5495d610c..0a3e844334 100644 --- a/packages/ethers/CHANGELOG.md +++ b/packages/ethers/CHANGELOG.md @@ -1,5 +1,38 @@ # @web3modal/ethers +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + +- Updated dependencies []: + - @web3modal/common@5.0.8 + - @web3modal/polyfills@5.0.8 + - @web3modal/scaffold@5.0.8 + - @web3modal/scaffold-react@5.0.8 + - @web3modal/scaffold-utils@5.0.8 + - @web3modal/scaffold-vue@5.0.8 + - @web3modal/siwe@5.0.8 + - @web3modal/wallet@5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/packages/ethers/package.json b/packages/ethers/package.json index 3a57522d0c..9539690104 100644 --- a/packages/ethers/package.json +++ b/packages/ethers/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/ethers", - "version": "5.0.7", + "version": "5.0.8", "type": "module", "main": "./dist/esm/exports/index.js", "types": "./dist/types/exports/index.d.ts", diff --git a/packages/ethers5/CHANGELOG.md b/packages/ethers5/CHANGELOG.md index 166ed61cb2..80aaad236f 100644 --- a/packages/ethers5/CHANGELOG.md +++ b/packages/ethers5/CHANGELOG.md @@ -1,5 +1,37 @@ # @web3modal/ethers5 +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + +- Updated dependencies []: + - @web3modal/common@5.0.8 + - @web3modal/polyfills@5.0.8 + - @web3modal/scaffold@5.0.8 + - @web3modal/scaffold-react@5.0.8 + - @web3modal/scaffold-utils@5.0.8 + - @web3modal/scaffold-vue@5.0.8 + - @web3modal/siwe@5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/packages/ethers5/package.json b/packages/ethers5/package.json index 1769c2c5f4..c462ad856b 100644 --- a/packages/ethers5/package.json +++ b/packages/ethers5/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/ethers5", - "version": "5.0.7", + "version": "5.0.8", "type": "module", "main": "./dist/esm/exports/index.js", "types": "./dist/types/exports/index.d.ts", diff --git a/packages/polyfills/CHANGELOG.md b/packages/polyfills/CHANGELOG.md index a12a800cc0..2bcbce76ee 100644 --- a/packages/polyfills/CHANGELOG.md +++ b/packages/polyfills/CHANGELOG.md @@ -1,5 +1,28 @@ # @web3modal/polyfills +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/packages/polyfills/package.json b/packages/polyfills/package.json index c7f08bbe89..025d51e5f7 100644 --- a/packages/polyfills/package.json +++ b/packages/polyfills/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/polyfills", - "version": "5.0.7", + "version": "5.0.8", "type": "module", "main": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", diff --git a/packages/scaffold-react/CHANGELOG.md b/packages/scaffold-react/CHANGELOG.md index 2ea120fcc0..acb88aebb4 100644 --- a/packages/scaffold-react/CHANGELOG.md +++ b/packages/scaffold-react/CHANGELOG.md @@ -1,5 +1,31 @@ # @web3modal/scaffold-react +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + +- Updated dependencies []: + - @web3modal/scaffold@5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/packages/scaffold-react/package.json b/packages/scaffold-react/package.json index cbebb8568d..3e66f7d357 100644 --- a/packages/scaffold-react/package.json +++ b/packages/scaffold-react/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/scaffold-react", - "version": "5.0.7", + "version": "5.0.8", "type": "module", "main": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", diff --git a/packages/scaffold-ui/CHANGELOG.md b/packages/scaffold-ui/CHANGELOG.md index bb6d9ecc07..8104c1e957 100644 --- a/packages/scaffold-ui/CHANGELOG.md +++ b/packages/scaffold-ui/CHANGELOG.md @@ -1,5 +1,36 @@ # @web3modal/scaffold +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + +- Updated dependencies []: + - @web3modal/common@5.0.8 + - @web3modal/core@5.0.8 + - @web3modal/scaffold-utils@5.0.8 + - @web3modal/siwe@5.0.8 + - @web3modal/ui@5.0.8 + - @web3modal/wallet@5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/packages/scaffold-ui/package.json b/packages/scaffold-ui/package.json index ca72282f3f..38719e0e21 100644 --- a/packages/scaffold-ui/package.json +++ b/packages/scaffold-ui/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/scaffold-ui", - "version": "5.0.7", + "version": "5.0.8", "type": "module", "main": "./dist/esm/exports/index.js", "types": "./dist/types/exports/index.d.ts", diff --git a/packages/scaffold-utils/CHANGELOG.md b/packages/scaffold-utils/CHANGELOG.md index 5ef89b333d..19c80e03b3 100644 --- a/packages/scaffold-utils/CHANGELOG.md +++ b/packages/scaffold-utils/CHANGELOG.md @@ -1,5 +1,33 @@ # @web3modal/scaffold-utils +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + +- Updated dependencies []: + - @web3modal/core@5.0.8 + - @web3modal/polyfills@5.0.8 + - @web3modal/wallet@5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/packages/scaffold-utils/package.json b/packages/scaffold-utils/package.json index 86f208c4ea..2efc633a76 100644 --- a/packages/scaffold-utils/package.json +++ b/packages/scaffold-utils/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/scaffold-utils", - "version": "5.0.7", + "version": "5.0.8", "type": "module", "main": "./dist/esm/exports/index.js", "types": "./dist/types/exports/index.d.ts", diff --git a/packages/scaffold-utils/src/ConstantsUtil.ts b/packages/scaffold-utils/src/ConstantsUtil.ts index ec08d04b90..1866fdc770 100644 --- a/packages/scaffold-utils/src/ConstantsUtil.ts +++ b/packages/scaffold-utils/src/ConstantsUtil.ts @@ -16,5 +16,5 @@ export const ConstantsUtil = { coinbaseWallet: 'com.coinbase.wallet', coinbaseWalletSDK: 'com.coinbase.wallet' } as Record, - VERSION: '5.0.7' + VERSION: '5.0.8' } diff --git a/packages/scaffold-vue/CHANGELOG.md b/packages/scaffold-vue/CHANGELOG.md index f4e4dab932..530e32e7a1 100644 --- a/packages/scaffold-vue/CHANGELOG.md +++ b/packages/scaffold-vue/CHANGELOG.md @@ -1,5 +1,32 @@ # @web3modal/scaffold-vue +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + +- Updated dependencies []: + - @web3modal/core@5.0.8 + - @web3modal/scaffold@5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/packages/scaffold-vue/package.json b/packages/scaffold-vue/package.json index a12a253acd..8a95ec5928 100644 --- a/packages/scaffold-vue/package.json +++ b/packages/scaffold-vue/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/scaffold-vue", - "version": "5.0.7", + "version": "5.0.8", "type": "module", "main": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", diff --git a/packages/scaffold/CHANGELOG.md b/packages/scaffold/CHANGELOG.md index 8fab2efc33..dc48c17aef 100644 --- a/packages/scaffold/CHANGELOG.md +++ b/packages/scaffold/CHANGELOG.md @@ -1,5 +1,37 @@ # @web3modal/scaffold +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + +- Updated dependencies []: + - @web3modal/common@5.0.8 + - @web3modal/core@5.0.8 + - @web3modal/scaffold-ui@5.0.8 + - @web3modal/scaffold-utils@5.0.8 + - @web3modal/siwe@5.0.8 + - @web3modal/ui@5.0.8 + - @web3modal/wallet@5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/packages/scaffold/package.json b/packages/scaffold/package.json index 2a56714233..927c63fb69 100644 --- a/packages/scaffold/package.json +++ b/packages/scaffold/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/scaffold", - "version": "5.0.7", + "version": "5.0.8", "type": "module", "main": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", diff --git a/packages/siwe/CHANGELOG.md b/packages/siwe/CHANGELOG.md index 22c7f9578d..b8bbcdd166 100644 --- a/packages/siwe/CHANGELOG.md +++ b/packages/siwe/CHANGELOG.md @@ -1,5 +1,35 @@ # @web3modal/siwe +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + +- Updated dependencies []: + - @web3modal/common@5.0.8 + - @web3modal/core@5.0.8 + - @web3modal/scaffold-utils@5.0.8 + - @web3modal/ui@5.0.8 + - @web3modal/wallet@5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/packages/siwe/package.json b/packages/siwe/package.json index 1395dbb3f8..9f6203973e 100644 --- a/packages/siwe/package.json +++ b/packages/siwe/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/siwe", - "version": "5.0.7", + "version": "5.0.8", "type": "module", "main": "./dist/esm/exports/index.js", "types": "./dist/types/exports/index.d.ts", diff --git a/packages/solana/CHANGELOG.md b/packages/solana/CHANGELOG.md index 40408968e5..e25577ea89 100644 --- a/packages/solana/CHANGELOG.md +++ b/packages/solana/CHANGELOG.md @@ -1,5 +1,38 @@ # @web3modal/solana +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + +- Updated dependencies []: + - @web3modal/common@5.0.8 + - @web3modal/core@5.0.8 + - @web3modal/polyfills@5.0.8 + - @web3modal/scaffold@5.0.8 + - @web3modal/scaffold-react@5.0.8 + - @web3modal/scaffold-utils@5.0.8 + - @web3modal/scaffold-vue@5.0.8 + - @web3modal/wallet@5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/packages/solana/package.json b/packages/solana/package.json index 10a41cab57..c57cf3d15b 100644 --- a/packages/solana/package.json +++ b/packages/solana/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/solana", - "version": "5.0.7", + "version": "5.0.8", "type": "module", "main": "./dist/esm/exports/index.js", "types": "./dist/types/exports/index.d.ts", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index ed9d952787..b05fddb827 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,28 @@ # @web3modal/ui +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 07b6344871..acd55f1ef9 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/ui", - "version": "5.0.7", + "version": "5.0.8", "type": "module", "main": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", diff --git a/packages/wagmi/CHANGELOG.md b/packages/wagmi/CHANGELOG.md index dedb99a5a1..e4b7c96979 100644 --- a/packages/wagmi/CHANGELOG.md +++ b/packages/wagmi/CHANGELOG.md @@ -1,5 +1,38 @@ # @web3modal/wagmi +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + +- Updated dependencies []: + - @web3modal/common@5.0.8 + - @web3modal/polyfills@5.0.8 + - @web3modal/scaffold@5.0.8 + - @web3modal/scaffold-react@5.0.8 + - @web3modal/scaffold-utils@5.0.8 + - @web3modal/scaffold-vue@5.0.8 + - @web3modal/siwe@5.0.8 + - @web3modal/wallet@5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/packages/wagmi/package.json b/packages/wagmi/package.json index 9a090ee242..de6e404020 100644 --- a/packages/wagmi/package.json +++ b/packages/wagmi/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/wagmi", - "version": "5.0.7", + "version": "5.0.8", "type": "module", "main": "./dist/esm/exports/index.js", "types": "./dist/types/exports/index.d.ts", diff --git a/packages/wallet/CHANGELOG.md b/packages/wallet/CHANGELOG.md index 520d0a89db..dd031db135 100644 --- a/packages/wallet/CHANGELOG.md +++ b/packages/wallet/CHANGELOG.md @@ -1,5 +1,32 @@ # @web3modal/wallet +## 5.0.8 + +### Patch Changes + +- - chore: lab loading indicator by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2548 + - fix: not allow multiple account syncs for same caip address by @zoruka in https://github.com/WalletConnect/web3modal/pull/2547 + - fix: missing network not supported modal on wallet network switch by @zoruka in https://github.com/WalletConnect/web3modal/pull/2565 + - chore: add clientId to BlockchainAPI requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2521 + - Chore/split internal external testing by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2563 + - fix: remove 200ms QR delay by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2567 + - [TDW] move from npm to pnpm by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2545 + - feat: enableSwaps option by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2573 + - build: fix dockerfile and bring back turbo by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2582 + - chore: updates providers to `2.14` by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2557 + - fix: gets chains from approved accounts by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2562 + - :fix show right icon for multi-address account by @svenvoskamp in https://github.com/WalletConnect/web3modal/pull/2560 + - feat: add wallet features and socials github tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2571 + - fix: multiple account syncs on wagmi by @zoruka in https://github.com/WalletConnect/web3modal/pull/2575 + - feat: apply RPC refactor and EIP5792 schema changes by @tomiir in https://github.com/WalletConnect/web3modal/pull/2580 + - refactor: turbo pipeline by @segunadebayo in https://github.com/WalletConnect/web3modal/pull/2587 + + **Full Changelog**: https://github.com/WalletConnect/web3modal/compare/5.0.7...5.0.8 + +- Updated dependencies []: + - @web3modal/common@5.0.8 + - @web3modal/polyfills@5.0.8 + ## 5.0.7 ### Patch Changes diff --git a/packages/wallet/package.json b/packages/wallet/package.json index a5607e4ed4..9147b1c508 100644 --- a/packages/wallet/package.json +++ b/packages/wallet/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/wallet", - "version": "5.0.7", + "version": "5.0.8", "type": "module", "main": "./dist/esm/index.js", "types": "./dist/types/index.d.ts",