diff --git a/apps/demo/CHANGELOG.md b/apps/demo/CHANGELOG.md index 168dcb2593..80dfb6f197 100644 --- a/apps/demo/CHANGELOG.md +++ b/apps/demo/CHANGELOG.md @@ -1,5 +1,36 @@ # @apps/demo +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 +- Updated dependencies []: + - @web3modal/wagmi@5.0.7 + ## 5.0.6 ### Patch Changes diff --git a/apps/demo/package.json b/apps/demo/package.json index 8e78ea6c0f..aa9ee7544a 100644 --- a/apps/demo/package.json +++ b/apps/demo/package.json @@ -1,6 +1,6 @@ { "name": "@apps/demo", - "version": "5.0.6", + "version": "5.0.7", "private": true, "scripts": { "dev:demo": "next dev", @@ -11,7 +11,7 @@ "dependencies": { "@radix-ui/react-switch": "1.0.3", "@tanstack/react-query": "5.24.8", - "@web3modal/wagmi": "5.0.6", + "@web3modal/wagmi": "5.0.7", "clsx": "2.1.0", "framer-motion": "11.0.8", "next": "14.2.3", diff --git a/apps/gallery/CHANGELOG.md b/apps/gallery/CHANGELOG.md index 622e6877e5..59ca651af9 100644 --- a/apps/gallery/CHANGELOG.md +++ b/apps/gallery/CHANGELOG.md @@ -1,5 +1,37 @@ # @apps/gallery +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 +- Updated dependencies []: + - @web3modal/common@5.0.7 + - @web3modal/ui@5.0.7 + ## 5.0.6 ### Patch Changes diff --git a/apps/gallery/package.json b/apps/gallery/package.json index 2dd8a55f6c..5f1f70fa65 100644 --- a/apps/gallery/package.json +++ b/apps/gallery/package.json @@ -1,6 +1,6 @@ { "name": "@apps/gallery", - "version": "5.0.6", + "version": "5.0.7", "private": true, "main": "index.js", "scripts": { @@ -9,8 +9,8 @@ "lint": "eslint . --ext .js,.jsx,.ts,.tsx" }, "dependencies": { - "@web3modal/common": "5.0.6", - "@web3modal/ui": "5.0.6", + "@web3modal/common": "5.0.7", + "@web3modal/ui": "5.0.7", "lit": "3.1.0", "storybook": "7.6.7" }, diff --git a/apps/laboratory/CHANGELOG.md b/apps/laboratory/CHANGELOG.md index 4931893d26..9cc68d7270 100644 --- a/apps/laboratory/CHANGELOG.md +++ b/apps/laboratory/CHANGELOG.md @@ -1,5 +1,39 @@ # @apps/laboratory +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 +- Updated dependencies []: + - @web3modal/ethers@5.0.7 + - @web3modal/siwe@5.0.7 + - @web3modal/solana@5.0.7 + - @web3modal/wagmi@5.0.7 + ## 5.0.6 ### Patch Changes diff --git a/apps/laboratory/package.json b/apps/laboratory/package.json index c3fdee56ef..6e18c35902 100644 --- a/apps/laboratory/package.json +++ b/apps/laboratory/package.json @@ -1,6 +1,6 @@ { "name": "@apps/laboratory", - "version": "5.0.6", + "version": "5.0.7", "private": true, "scripts": { "dev:laboratory": "next dev", @@ -43,10 +43,10 @@ "@tanstack/react-query": "5.24.8", "@wagmi/connectors": "5.0.21", "@walletconnect/utils": "2.13.1", - "@web3modal/ethers": "5.0.6", - "@web3modal/siwe": "5.0.6", - "@web3modal/solana": "5.0.6", - "@web3modal/wagmi": "5.0.6", + "@web3modal/ethers": "5.0.7", + "@web3modal/siwe": "5.0.7", + "@web3modal/solana": "5.0.7", + "@web3modal/wagmi": "5.0.7", "bs58": "6.0.0", "ethers": "6.13.0", "framer-motion": "10.17.9", diff --git a/examples/html-ethers5/CHANGELOG.md b/examples/html-ethers5/CHANGELOG.md index 4783d70b1d..3e597fd561 100644 --- a/examples/html-ethers5/CHANGELOG.md +++ b/examples/html-ethers5/CHANGELOG.md @@ -1,5 +1,36 @@ # @examples/html-ethers5 +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 +- Updated dependencies []: + - @web3modal/ethers5@5.0.7 + ## 5.0.6 ### Patch Changes diff --git a/examples/html-ethers5/package.json b/examples/html-ethers5/package.json index 7c6a12b02b..4fbb2a8b06 100644 --- a/examples/html-ethers5/package.json +++ b/examples/html-ethers5/package.json @@ -1,13 +1,13 @@ { "name": "@examples/html-ethers5", "private": true, - "version": "5.0.6", + "version": "5.0.7", "scripts": { "dev:example": "vite --port 3011", "build:examples": "vite build" }, "dependencies": { - "@web3modal/ethers5": "5.0.6", + "@web3modal/ethers5": "5.0.7", "ethers": "5.7.2" }, "devDependencies": { diff --git a/examples/html-wagmi/CHANGELOG.md b/examples/html-wagmi/CHANGELOG.md index 1cdc881c12..5a1fa5fef9 100644 --- a/examples/html-wagmi/CHANGELOG.md +++ b/examples/html-wagmi/CHANGELOG.md @@ -1,5 +1,36 @@ # @examples/html-wagmi +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 +- Updated dependencies []: + - @web3modal/wagmi@5.0.7 + ## 5.0.6 ### Patch Changes diff --git a/examples/html-wagmi/package.json b/examples/html-wagmi/package.json index ff07c1e946..c8af1564d7 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.6", + "version": "5.0.7", "scripts": { "dev:example": "vite --port 3001", "build:examples": "vite build" @@ -9,7 +9,7 @@ "dependencies": { "@wagmi/connectors": "5.0.21", "@wagmi/core": "2.11.6", - "@web3modal/wagmi": "5.0.6", + "@web3modal/wagmi": "5.0.7", "react": "18.2.0", "react-dom": "18.2.0" }, diff --git a/examples/next-wagmi/CHANGELOG.md b/examples/next-wagmi/CHANGELOG.md index 9cbcde0c63..0cf5255758 100644 --- a/examples/next-wagmi/CHANGELOG.md +++ b/examples/next-wagmi/CHANGELOG.md @@ -1,5 +1,36 @@ # @examples/next-wagmi +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 +- Updated dependencies []: + - @web3modal/wagmi@5.0.7 + ## 5.0.6 ### Patch Changes diff --git a/examples/next-wagmi/package.json b/examples/next-wagmi/package.json index ec56b155c3..88b26d6e32 100644 --- a/examples/next-wagmi/package.json +++ b/examples/next-wagmi/package.json @@ -1,6 +1,6 @@ { "name": "@examples/next-wagmi", - "version": "5.0.6", + "version": "5.0.7", "private": true, "scripts": { "dev": "next dev", @@ -10,7 +10,7 @@ }, "dependencies": { "@tanstack/react-query": "5.24.8", - "@web3modal/wagmi": "5.0.6", + "@web3modal/wagmi": "5.0.7", "next": "14.2.3", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/examples/react-ethers/CHANGELOG.md b/examples/react-ethers/CHANGELOG.md index 10dbf4a9f7..f531c3e138 100644 --- a/examples/react-ethers/CHANGELOG.md +++ b/examples/react-ethers/CHANGELOG.md @@ -1,5 +1,36 @@ # @examples/react-ethers5 +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 +- Updated dependencies []: + - @web3modal/ethers@5.0.7 + ## 5.0.6 ### Patch Changes diff --git a/examples/react-ethers/package.json b/examples/react-ethers/package.json index f535d9b377..78bfdbf4a7 100644 --- a/examples/react-ethers/package.json +++ b/examples/react-ethers/package.json @@ -1,13 +1,13 @@ { "name": "@examples/react-ethers", "private": true, - "version": "5.0.6", + "version": "5.0.7", "scripts": { "dev:example": "vite --port 3012", "build:examples": "vite build" }, "dependencies": { - "@web3modal/ethers": "5.0.6", + "@web3modal/ethers": "5.0.7", "ethers": "6.9.0", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/examples/react-ethers5/CHANGELOG.md b/examples/react-ethers5/CHANGELOG.md index e4579a9f08..3d831fe659 100644 --- a/examples/react-ethers5/CHANGELOG.md +++ b/examples/react-ethers5/CHANGELOG.md @@ -1,5 +1,36 @@ # @examples/react-ethers5 +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 +- Updated dependencies []: + - @web3modal/ethers5@5.0.7 + ## 5.0.6 ### Patch Changes diff --git a/examples/react-ethers5/package.json b/examples/react-ethers5/package.json index d36063477b..3e82505c00 100644 --- a/examples/react-ethers5/package.json +++ b/examples/react-ethers5/package.json @@ -1,13 +1,13 @@ { "name": "@examples/react-ethers5", "private": true, - "version": "5.0.6", + "version": "5.0.7", "scripts": { "dev:example": "vite --port 3012", "build:examples": "vite build" }, "dependencies": { - "@web3modal/ethers5": "5.0.6", + "@web3modal/ethers5": "5.0.7", "ethers": "5.7.2", "react": "18.2.0", "react-dom": "18.2.0" diff --git a/examples/react-solana/CHANGELOG.md b/examples/react-solana/CHANGELOG.md index c83daa7b02..55aa36fe66 100644 --- a/examples/react-solana/CHANGELOG.md +++ b/examples/react-solana/CHANGELOG.md @@ -1,5 +1,36 @@ # @examples/react-wagmi +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 +- Updated dependencies []: + - @web3modal/solana@5.0.7 + ## 5.0.6 ### Patch Changes diff --git a/examples/react-solana/package.json b/examples/react-solana/package.json index 9b983b3133..a870530ad8 100644 --- a/examples/react-solana/package.json +++ b/examples/react-solana/package.json @@ -1,13 +1,13 @@ { "name": "@examples/react-solana", "private": true, - "version": "5.0.6", + "version": "5.0.7", "scripts": { "dev:example": "vite --port 3002", "build:examples": "vite build" }, "dependencies": { - "@web3modal/solana": "5.0.6", + "@web3modal/solana": "5.0.7", "@tanstack/react-query": "5.24.8", "react": "18.2.0", "react-dom": "18.2.0", diff --git a/examples/react-wagmi/CHANGELOG.md b/examples/react-wagmi/CHANGELOG.md index c83daa7b02..90d0ef4c7f 100644 --- a/examples/react-wagmi/CHANGELOG.md +++ b/examples/react-wagmi/CHANGELOG.md @@ -1,5 +1,36 @@ # @examples/react-wagmi +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 +- Updated dependencies []: + - @web3modal/wagmi@5.0.7 + ## 5.0.6 ### Patch Changes diff --git a/examples/react-wagmi/package.json b/examples/react-wagmi/package.json index bb3f461b9b..a36d96e672 100644 --- a/examples/react-wagmi/package.json +++ b/examples/react-wagmi/package.json @@ -1,14 +1,14 @@ { "name": "@examples/react-wagmi", "private": true, - "version": "5.0.6", + "version": "5.0.7", "scripts": { "dev:example": "vite --port 3002", "build:examples": "vite build" }, "dependencies": { "@tanstack/react-query": "5.24.8", - "@web3modal/wagmi": "5.0.6", + "@web3modal/wagmi": "5.0.7", "react": "18.2.0", "react-dom": "18.2.0", "vite": "5.2.11", diff --git a/examples/vue-ethers5/CHANGELOG.md b/examples/vue-ethers5/CHANGELOG.md index 9f99f6ab84..c5c85825f3 100644 --- a/examples/vue-ethers5/CHANGELOG.md +++ b/examples/vue-ethers5/CHANGELOG.md @@ -1,5 +1,36 @@ # @examples/vue-ethers5 +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 +- Updated dependencies []: + - @web3modal/ethers5@5.0.7 + ## 5.0.6 ### Patch Changes diff --git a/examples/vue-ethers5/package.json b/examples/vue-ethers5/package.json index 86a8b68817..ca2a846d5c 100644 --- a/examples/vue-ethers5/package.json +++ b/examples/vue-ethers5/package.json @@ -1,13 +1,13 @@ { "name": "@examples/vue-ethers5", "private": true, - "version": "5.0.6", + "version": "5.0.7", "scripts": { "dev:example": "vite --port 3013", "build:examples": "vite build" }, "dependencies": { - "@web3modal/ethers5": "5.0.6", + "@web3modal/ethers5": "5.0.7", "ethers": "5.7.2" }, "devDependencies": { diff --git a/examples/vue-solana/CHANGELOG.md b/examples/vue-solana/CHANGELOG.md index 9f99f6ab84..d9a54cfa07 100644 --- a/examples/vue-solana/CHANGELOG.md +++ b/examples/vue-solana/CHANGELOG.md @@ -1,5 +1,36 @@ # @examples/vue-ethers5 +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 +- Updated dependencies []: + - @web3modal/solana@5.0.7 + ## 5.0.6 ### Patch Changes diff --git a/examples/vue-solana/package.json b/examples/vue-solana/package.json index 0b99e7fd15..a388ecc438 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.6", + "version": "5.0.7", "scripts": { "dev:example": "vite --port 3013", "build:examples": "vite build" @@ -9,7 +9,7 @@ "dependencies": { "@solana/wallet-adapter-backpack": "0.1.14", "@solana/wallet-adapter-wallets": "0.19.32", - "@web3modal/solana": "5.0.6" + "@web3modal/solana": "5.0.7" }, "devDependencies": { "@vitejs/plugin-vue": "5.0.2" diff --git a/examples/vue-wagmi/CHANGELOG.md b/examples/vue-wagmi/CHANGELOG.md index 5d03c0552b..e572789d84 100644 --- a/examples/vue-wagmi/CHANGELOG.md +++ b/examples/vue-wagmi/CHANGELOG.md @@ -1,5 +1,36 @@ # @examples/vue-wagmi +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 +- Updated dependencies []: + - @web3modal/wagmi@5.0.7 + ## 5.0.6 ### Patch Changes diff --git a/examples/vue-wagmi/package.json b/examples/vue-wagmi/package.json index a3e2adbcf1..38b425df04 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.6", + "version": "5.0.7", "scripts": { "dev:example": "vite --port 3003", "build:examples": "vite build" @@ -9,7 +9,7 @@ "dependencies": { "@wagmi/connectors": "5.0.21", "@wagmi/core": "2.11.6", - "@web3modal/wagmi": "5.0.6" + "@web3modal/wagmi": "5.0.7" }, "devDependencies": { "@vitejs/plugin-vue": "5.0.2" diff --git a/package-lock.json b/package-lock.json index cd8cfa77fb..bfd90ce35c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -45,11 +45,11 @@ }, "apps/demo": { "name": "@apps/demo", - "version": "5.0.6", + "version": "5.0.7", "dependencies": { "@radix-ui/react-switch": "1.0.3", "@tanstack/react-query": "5.24.8", - "@web3modal/wagmi": "5.0.6", + "@web3modal/wagmi": "5.0.7", "clsx": "2.1.0", "framer-motion": "11.0.8", "next": "14.2.3", @@ -130,10 +130,10 @@ }, "apps/gallery": { "name": "@apps/gallery", - "version": "5.0.6", + "version": "5.0.7", "dependencies": { - "@web3modal/common": "5.0.6", - "@web3modal/ui": "5.0.6", + "@web3modal/common": "5.0.7", + "@web3modal/ui": "5.0.7", "lit": "3.1.0", "storybook": "7.6.7" }, @@ -149,7 +149,7 @@ }, "apps/laboratory": { "name": "@apps/laboratory", - "version": "5.0.6", + "version": "5.0.7", "dependencies": { "@chakra-ui/icons": "2.1.1", "@chakra-ui/react": "2.8.2", @@ -163,10 +163,10 @@ "@tanstack/react-query": "5.24.8", "@wagmi/connectors": "5.0.21", "@walletconnect/utils": "2.13.1", - "@web3modal/ethers": "5.0.6", - "@web3modal/siwe": "5.0.6", - "@web3modal/solana": "5.0.6", - "@web3modal/wagmi": "5.0.6", + "@web3modal/ethers": "5.0.7", + "@web3modal/siwe": "5.0.7", + "@web3modal/solana": "5.0.7", + "@web3modal/wagmi": "5.0.7", "bs58": "6.0.0", "ethers": "6.13.0", "framer-motion": "10.17.9", @@ -490,9 +490,9 @@ }, "examples/html-ethers5": { "name": "@examples/html-ethers5", - "version": "5.0.6", + "version": "5.0.7", "dependencies": { - "@web3modal/ethers5": "5.0.6", + "@web3modal/ethers5": "5.0.7", "ethers": "5.7.2" }, "devDependencies": { @@ -549,11 +549,11 @@ }, "examples/html-wagmi": { "name": "@examples/html-wagmi", - "version": "5.0.6", + "version": "5.0.7", "dependencies": { "@wagmi/connectors": "5.0.21", "@wagmi/core": "2.11.6", - "@web3modal/wagmi": "5.0.6", + "@web3modal/wagmi": "5.0.7", "react": "18.2.0", "react-dom": "18.2.0" }, @@ -787,10 +787,10 @@ }, "examples/next-wagmi": { "name": "@examples/next-wagmi", - "version": "5.0.6", + "version": "5.0.7", "dependencies": { "@tanstack/react-query": "5.24.8", - "@web3modal/wagmi": "5.0.6", + "@web3modal/wagmi": "5.0.7", "next": "14.2.3", "react": "18.2.0", "react-dom": "18.2.0", @@ -834,9 +834,9 @@ }, "examples/react-ethers": { "name": "@examples/react-ethers", - "version": "5.0.6", + "version": "5.0.7", "dependencies": { - "@web3modal/ethers": "5.0.6", + "@web3modal/ethers": "5.0.7", "ethers": "6.9.0", "react": "18.2.0", "react-dom": "18.2.0" @@ -888,9 +888,9 @@ }, "examples/react-ethers5": { "name": "@examples/react-ethers5", - "version": "5.0.6", + "version": "5.0.7", "dependencies": { - "@web3modal/ethers5": "5.0.6", + "@web3modal/ethers5": "5.0.7", "ethers": "5.7.2", "react": "18.2.0", "react-dom": "18.2.0" @@ -950,12 +950,12 @@ }, "examples/react-solana": { "name": "@examples/react-solana", - "version": "5.0.6", + "version": "5.0.7", "dependencies": { "@solana/wallet-adapter-backpack": "0.1.14", "@solana/wallet-adapter-wallets": "0.19.32", "@tanstack/react-query": "5.24.8", - "@web3modal/solana": "5.0.6", + "@web3modal/solana": "5.0.7", "react": "18.2.0", "react-dom": "18.2.0", "vite": "5.2.11" @@ -967,10 +967,10 @@ }, "examples/react-wagmi": { "name": "@examples/react-wagmi", - "version": "5.0.6", + "version": "5.0.7", "dependencies": { "@tanstack/react-query": "5.24.8", - "@web3modal/wagmi": "5.0.6", + "@web3modal/wagmi": "5.0.7", "react": "18.2.0", "react-dom": "18.2.0", "viem": "2.16.2", @@ -984,9 +984,9 @@ }, "examples/vue-ethers5": { "name": "@examples/vue-ethers5", - "version": "5.0.6", + "version": "5.0.7", "dependencies": { - "@web3modal/ethers5": "5.0.6", + "@web3modal/ethers5": "5.0.7", "ethers": "5.7.2" }, "devDependencies": { @@ -1043,11 +1043,11 @@ }, "examples/vue-solana": { "name": "@examples/vue-solana", - "version": "5.0.6", + "version": "5.0.7", "dependencies": { "@solana/wallet-adapter-backpack": "0.1.14", "@solana/wallet-adapter-wallets": "0.19.32", - "@web3modal/solana": "5.0.6" + "@web3modal/solana": "5.0.7" }, "devDependencies": { "@vitejs/plugin-vue": "5.0.2" @@ -1055,11 +1055,11 @@ }, "examples/vue-wagmi": { "name": "@examples/vue-wagmi", - "version": "5.0.6", + "version": "5.0.7", "dependencies": { "@wagmi/connectors": "5.0.21", "@wagmi/core": "2.11.6", - "@web3modal/wagmi": "5.0.6" + "@web3modal/wagmi": "5.0.7" }, "devDependencies": { "@vitejs/plugin-vue": "5.0.2" @@ -39398,12 +39398,12 @@ }, "packages/cdn": { "name": "@web3modal/cdn", - "version": "5.0.6", + "version": "5.0.7", "dependencies": { "@wagmi/connectors": "5.0.21", "@wagmi/core": "2.11.6", - "@web3modal/ethers": "5.0.6", - "@web3modal/wagmi": "5.0.6", + "@web3modal/ethers": "5.0.7", + "@web3modal/wagmi": "5.0.7", "viem": "2.16.2", "vite": "5.2.11" }, @@ -39669,7 +39669,7 @@ }, "packages/common": { "name": "@web3modal/common", - "version": "5.0.6", + "version": "5.0.7", "license": "Apache-2.0", "dependencies": { "bignumber.js": "9.1.2", @@ -39684,11 +39684,11 @@ }, "packages/core": { "name": "@web3modal/core", - "version": "5.0.6", + "version": "5.0.7", "license": "Apache-2.0", "dependencies": { - "@web3modal/common": "5.0.6", - "@web3modal/wallet": "5.0.6", + "@web3modal/common": "5.0.7", + "@web3modal/wallet": "5.0.7", "valtio": "1.11.2" }, "devDependencies": { @@ -39697,17 +39697,17 @@ }, "packages/ethers": { "name": "@web3modal/ethers", - "version": "5.0.6", + "version": "5.0.7", "license": "Apache-2.0", "dependencies": { "@coinbase/wallet-sdk": "4.0.3", "@walletconnect/ethereum-provider": "2.13.0", - "@web3modal/polyfills": "5.0.6", - "@web3modal/scaffold": "5.0.6", - "@web3modal/scaffold-react": "5.0.6", - "@web3modal/scaffold-utils": "5.0.6", - "@web3modal/scaffold-vue": "5.0.6", - "@web3modal/siwe": "5.0.6", + "@web3modal/polyfills": "5.0.7", + "@web3modal/scaffold": "5.0.7", + "@web3modal/scaffold-react": "5.0.7", + "@web3modal/scaffold-utils": "5.0.7", + "@web3modal/scaffold-vue": "5.0.7", + "@web3modal/siwe": "5.0.7", "valtio": "1.11.2" }, "devDependencies": { @@ -39872,17 +39872,17 @@ }, "packages/ethers5": { "name": "@web3modal/ethers5", - "version": "5.0.6", + "version": "5.0.7", "license": "Apache-2.0", "dependencies": { "@coinbase/wallet-sdk": "4.0.3", "@walletconnect/ethereum-provider": "2.13.0", - "@web3modal/polyfills": "5.0.6", - "@web3modal/scaffold": "5.0.6", - "@web3modal/scaffold-react": "5.0.6", - "@web3modal/scaffold-utils": "5.0.6", - "@web3modal/scaffold-vue": "5.0.6", - "@web3modal/siwe": "5.0.6", + "@web3modal/polyfills": "5.0.7", + "@web3modal/scaffold": "5.0.7", + "@web3modal/scaffold-react": "5.0.7", + "@web3modal/scaffold-utils": "5.0.7", + "@web3modal/scaffold-vue": "5.0.7", + "@web3modal/siwe": "5.0.7", "valtio": "1.11.2" }, "devDependencies": { @@ -40097,7 +40097,7 @@ }, "packages/polyfills": { "name": "@web3modal/polyfills", - "version": "5.0.6", + "version": "5.0.7", "license": "Apache-2.0", "dependencies": { "buffer": "6.0.3" @@ -40105,25 +40105,25 @@ }, "packages/scaffold": { "name": "@web3modal/scaffold", - "version": "5.0.6", + "version": "5.0.7", "license": "Apache-2.0", "dependencies": { - "@web3modal/common": "5.0.6", - "@web3modal/core": "5.0.6", - "@web3modal/scaffold-ui": "5.0.6", - "@web3modal/scaffold-utils": "5.0.6", - "@web3modal/siwe": "5.0.6", - "@web3modal/ui": "5.0.6", - "@web3modal/wallet": "5.0.6", + "@web3modal/common": "5.0.7", + "@web3modal/core": "5.0.7", + "@web3modal/scaffold-ui": "5.0.7", + "@web3modal/scaffold-utils": "5.0.7", + "@web3modal/siwe": "5.0.7", + "@web3modal/ui": "5.0.7", + "@web3modal/wallet": "5.0.7", "lit": "3.1.0" } }, "packages/scaffold-react": { "name": "@web3modal/scaffold-react", - "version": "5.0.6", + "version": "5.0.7", "license": "Apache-2.0", "dependencies": { - "@web3modal/scaffold": "5.0.6" + "@web3modal/scaffold": "5.0.7" }, "devDependencies": { "react": "18.2.0", @@ -40144,34 +40144,34 @@ }, "packages/scaffold-ui": { "name": "@web3modal/scaffold-ui", - "version": "5.0.6", + "version": "5.0.7", "license": "Apache-2.0", "dependencies": { - "@web3modal/common": "5.0.6", - "@web3modal/core": "5.0.6", - "@web3modal/scaffold-utils": "5.0.6", - "@web3modal/siwe": "5.0.6", - "@web3modal/ui": "5.0.6", - "@web3modal/wallet": "5.0.6", + "@web3modal/common": "5.0.7", + "@web3modal/core": "5.0.7", + "@web3modal/scaffold-utils": "5.0.7", + "@web3modal/siwe": "5.0.7", + "@web3modal/ui": "5.0.7", + "@web3modal/wallet": "5.0.7", "lit": "3.1.0" } }, "packages/scaffold-utils": { "name": "@web3modal/scaffold-utils", - "version": "5.0.6", + "version": "5.0.7", "license": "Apache-2.0", "dependencies": { - "@web3modal/core": "5.0.6", - "@web3modal/polyfills": "5.0.6", + "@web3modal/core": "5.0.7", + "@web3modal/polyfills": "5.0.7", "valtio": "1.11.2" } }, "packages/scaffold-vue": { "name": "@web3modal/scaffold-vue", - "version": "5.0.6", + "version": "5.0.7", "license": "Apache-2.0", "dependencies": { - "@web3modal/scaffold": "5.0.6" + "@web3modal/scaffold": "5.0.7" }, "devDependencies": { "vue": "3.4.3" @@ -40324,12 +40324,12 @@ }, "packages/siwe": { "name": "@web3modal/siwe", - "version": "5.0.6", + "version": "5.0.7", "license": "Apache-2.0", "dependencies": { "@walletconnect/utils": "2.12.0", - "@web3modal/core": "5.0.6", - "@web3modal/scaffold-utils": "5.0.6", + "@web3modal/core": "5.0.7", + "@web3modal/scaffold-utils": "5.0.7", "lit": "3.1.0", "valtio": "1.11.2" } @@ -40418,7 +40418,7 @@ }, "packages/solana": { "name": "@web3modal/solana", - "version": "5.0.6", + "version": "5.0.7", "license": "Apache-2.0", "dependencies": { "@ethersproject/sha2": "5.7.0", @@ -40427,12 +40427,12 @@ "@wallet-standard/app": "1.0.1", "@wallet-standard/base": "1.0.1", "@walletconnect/universal-provider": "2.13.3", - "@web3modal/common": "5.0.6", - "@web3modal/polyfills": "5.0.6", - "@web3modal/scaffold": "5.0.6", - "@web3modal/scaffold-react": "5.0.6", - "@web3modal/scaffold-utils": "5.0.6", - "@web3modal/scaffold-vue": "5.0.6", + "@web3modal/common": "5.0.7", + "@web3modal/polyfills": "5.0.7", + "@web3modal/scaffold": "5.0.7", + "@web3modal/scaffold-react": "5.0.7", + "@web3modal/scaffold-utils": "5.0.7", + "@web3modal/scaffold-vue": "5.0.7", "bn.js": "5.2.1", "bs58": "5.0.0" }, @@ -40474,7 +40474,7 @@ }, "packages/ui": { "name": "@web3modal/ui", - "version": "5.0.6", + "version": "5.0.7", "license": "Apache-2.0", "dependencies": { "lit": "3.1.0", @@ -40482,23 +40482,23 @@ }, "devDependencies": { "@types/qrcode": "1.5.5", - "@web3modal/common": "5.0.6", + "@web3modal/common": "5.0.7", "eslint-plugin-lit": "1.11.0", "eslint-plugin-wc": "2.0.4" } }, "packages/wagmi": { "name": "@web3modal/wagmi", - "version": "5.0.6", + "version": "5.0.7", "license": "Apache-2.0", "dependencies": { "@walletconnect/ethereum-provider": "2.13.0", - "@web3modal/polyfills": "5.0.6", - "@web3modal/scaffold": "5.0.6", - "@web3modal/scaffold-react": "5.0.6", - "@web3modal/scaffold-utils": "5.0.6", - "@web3modal/scaffold-vue": "5.0.6", - "@web3modal/siwe": "5.0.6" + "@web3modal/polyfills": "5.0.7", + "@web3modal/scaffold": "5.0.7", + "@web3modal/scaffold-react": "5.0.7", + "@web3modal/scaffold-utils": "5.0.7", + "@web3modal/scaffold-vue": "5.0.7", + "@web3modal/siwe": "5.0.7" }, "devDependencies": { "@wagmi/connectors": "5.0.21", @@ -40902,11 +40902,11 @@ }, "packages/wallet": { "name": "@web3modal/wallet", - "version": "5.0.6", + "version": "5.0.7", "license": "Apache-2.0", "dependencies": { "@walletconnect/logger": "2.1.2", - "@web3modal/polyfills": "5.0.6", + "@web3modal/polyfills": "5.0.7", "zod": "3.22.4" } } diff --git a/packages/cdn/CHANGELOG.md b/packages/cdn/CHANGELOG.md index 5dc374d69f..9ccce0320a 100644 --- a/packages/cdn/CHANGELOG.md +++ b/packages/cdn/CHANGELOG.md @@ -1,5 +1,37 @@ # @web3modal/cdn +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 +- Updated dependencies []: + - @web3modal/ethers@5.0.7 + - @web3modal/wagmi@5.0.7 + ## 5.0.6 ### Patch Changes diff --git a/packages/cdn/package.json b/packages/cdn/package.json index 1561d1cbd1..6adab19f96 100644 --- a/packages/cdn/package.json +++ b/packages/cdn/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/cdn", - "version": "5.0.6", + "version": "5.0.7", "main": "dist/wagmi.js", "type": "module", "files": [ @@ -28,8 +28,8 @@ "dependencies": { "@wagmi/connectors": "5.0.21", "@wagmi/core": "2.11.6", - "@web3modal/wagmi": "5.0.6", - "@web3modal/ethers": "5.0.6", + "@web3modal/wagmi": "5.0.7", + "@web3modal/ethers": "5.0.7", "viem": "2.16.2", "vite": "5.2.11" } diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index 85971e7260..12328f6d57 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,5 +1,34 @@ # @web3modal/common +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 + ## 5.0.6 ### Patch Changes diff --git a/packages/common/package.json b/packages/common/package.json index 65570e93f1..f87645a217 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/common", - "version": "5.0.6", + "version": "5.0.7", "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 ce97760349..986e0b7f0b 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,37 @@ # @web3modal/core +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 +- Updated dependencies []: + - @web3modal/common@5.0.7 + - @web3modal/wallet@5.0.7 + ## 5.0.6 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 815a042fae..24bf89dcdf 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/core", - "version": "5.0.6", + "version": "5.0.7", "type": "module", "main": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", @@ -17,8 +17,8 @@ "lint": "eslint . --ext .js,.jsx,.ts,.tsx" }, "dependencies": { - "@web3modal/common": "5.0.6", - "@web3modal/wallet": "5.0.6", + "@web3modal/common": "5.0.7", + "@web3modal/wallet": "5.0.7", "valtio": "1.11.2" }, "devDependencies": { diff --git a/packages/ethers/CHANGELOG.md b/packages/ethers/CHANGELOG.md index cf78f67807..d5495d610c 100644 --- a/packages/ethers/CHANGELOG.md +++ b/packages/ethers/CHANGELOG.md @@ -1,5 +1,41 @@ # @web3modal/ethers +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 +- Updated dependencies []: + - @web3modal/polyfills@5.0.7 + - @web3modal/scaffold@5.0.7 + - @web3modal/scaffold-react@5.0.7 + - @web3modal/scaffold-utils@5.0.7 + - @web3modal/scaffold-vue@5.0.7 + - @web3modal/siwe@5.0.7 + ## 5.0.6 ### Patch Changes diff --git a/packages/ethers/package.json b/packages/ethers/package.json index 2f6d009965..5c43f0f28b 100644 --- a/packages/ethers/package.json +++ b/packages/ethers/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/ethers", - "version": "5.0.6", + "version": "5.0.7", "type": "module", "main": "./dist/esm/exports/index.js", "types": "./dist/types/exports/index.d.ts", @@ -45,12 +45,12 @@ "dependencies": { "@coinbase/wallet-sdk": "4.0.3", "@walletconnect/ethereum-provider": "2.13.0", - "@web3modal/polyfills": "5.0.6", - "@web3modal/scaffold": "5.0.6", - "@web3modal/scaffold-react": "5.0.6", - "@web3modal/scaffold-utils": "5.0.6", - "@web3modal/scaffold-vue": "5.0.6", - "@web3modal/siwe": "5.0.6", + "@web3modal/polyfills": "5.0.7", + "@web3modal/scaffold": "5.0.7", + "@web3modal/scaffold-react": "5.0.7", + "@web3modal/scaffold-utils": "5.0.7", + "@web3modal/scaffold-vue": "5.0.7", + "@web3modal/siwe": "5.0.7", "valtio": "1.11.2" }, "peerDependencies": { diff --git a/packages/ethers5/CHANGELOG.md b/packages/ethers5/CHANGELOG.md index 4470a4b888..166ed61cb2 100644 --- a/packages/ethers5/CHANGELOG.md +++ b/packages/ethers5/CHANGELOG.md @@ -1,5 +1,41 @@ # @web3modal/ethers5 +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 +- Updated dependencies []: + - @web3modal/polyfills@5.0.7 + - @web3modal/scaffold@5.0.7 + - @web3modal/scaffold-react@5.0.7 + - @web3modal/scaffold-utils@5.0.7 + - @web3modal/scaffold-vue@5.0.7 + - @web3modal/siwe@5.0.7 + ## 5.0.6 ### Patch Changes diff --git a/packages/ethers5/package.json b/packages/ethers5/package.json index 1252d5388b..3af08156ba 100644 --- a/packages/ethers5/package.json +++ b/packages/ethers5/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/ethers5", - "version": "5.0.6", + "version": "5.0.7", "type": "module", "main": "./dist/esm/exports/index.js", "types": "./dist/types/exports/index.d.ts", @@ -45,12 +45,12 @@ "dependencies": { "@coinbase/wallet-sdk": "4.0.3", "@walletconnect/ethereum-provider": "2.13.0", - "@web3modal/polyfills": "5.0.6", - "@web3modal/scaffold": "5.0.6", - "@web3modal/scaffold-react": "5.0.6", - "@web3modal/scaffold-utils": "5.0.6", - "@web3modal/scaffold-vue": "5.0.6", - "@web3modal/siwe": "5.0.6", + "@web3modal/polyfills": "5.0.7", + "@web3modal/scaffold": "5.0.7", + "@web3modal/scaffold-react": "5.0.7", + "@web3modal/scaffold-utils": "5.0.7", + "@web3modal/scaffold-vue": "5.0.7", + "@web3modal/siwe": "5.0.7", "valtio": "1.11.2" }, "devDependencies": { diff --git a/packages/polyfills/CHANGELOG.md b/packages/polyfills/CHANGELOG.md index c7a179142f..a12a800cc0 100644 --- a/packages/polyfills/CHANGELOG.md +++ b/packages/polyfills/CHANGELOG.md @@ -1,5 +1,34 @@ # @web3modal/polyfills +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 + ## 5.0.6 ### Patch Changes diff --git a/packages/polyfills/package.json b/packages/polyfills/package.json index 6f3ac5f9e4..510f869242 100644 --- a/packages/polyfills/package.json +++ b/packages/polyfills/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/polyfills", - "version": "5.0.6", + "version": "5.0.7", "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 3e1bbf7b83..2ea120fcc0 100644 --- a/packages/scaffold-react/CHANGELOG.md +++ b/packages/scaffold-react/CHANGELOG.md @@ -1,5 +1,36 @@ # @web3modal/scaffold-react +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 +- Updated dependencies []: + - @web3modal/scaffold@5.0.7 + ## 5.0.6 ### Patch Changes diff --git a/packages/scaffold-react/package.json b/packages/scaffold-react/package.json index 56816356a3..d240bdf851 100644 --- a/packages/scaffold-react/package.json +++ b/packages/scaffold-react/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/scaffold-react", - "version": "5.0.6", + "version": "5.0.7", "type": "module", "main": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", @@ -16,7 +16,7 @@ "lint": "eslint . --ext .js,.jsx,.ts,.tsx" }, "dependencies": { - "@web3modal/scaffold": "5.0.6" + "@web3modal/scaffold": "5.0.7" }, "peerDependencies": { "react": ">=17", diff --git a/packages/scaffold-ui/CHANGELOG.md b/packages/scaffold-ui/CHANGELOG.md index c820047d1a..bb6d9ecc07 100644 --- a/packages/scaffold-ui/CHANGELOG.md +++ b/packages/scaffold-ui/CHANGELOG.md @@ -1,5 +1,41 @@ # @web3modal/scaffold +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 +- Updated dependencies []: + - @web3modal/common@5.0.7 + - @web3modal/core@5.0.7 + - @web3modal/scaffold-utils@5.0.7 + - @web3modal/siwe@5.0.7 + - @web3modal/ui@5.0.7 + - @web3modal/wallet@5.0.7 + ## 5.0.6 ### Patch Changes diff --git a/packages/scaffold-ui/package.json b/packages/scaffold-ui/package.json index 2f76d5c247..b54259e734 100644 --- a/packages/scaffold-ui/package.json +++ b/packages/scaffold-ui/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/scaffold-ui", - "version": "5.0.6", + "version": "5.0.7", "type": "module", "main": "./dist/esm/exports/index.js", "types": "./dist/types/exports/index.d.ts", @@ -28,13 +28,13 @@ "lint": "eslint . --ext .js,.jsx,.ts,.tsx" }, "dependencies": { - "@web3modal/common": "5.0.6", - "@web3modal/scaffold-utils": "5.0.6", - "@web3modal/core": "5.0.6", - "@web3modal/ui": "5.0.6", + "@web3modal/common": "5.0.7", + "@web3modal/scaffold-utils": "5.0.7", + "@web3modal/core": "5.0.7", + "@web3modal/ui": "5.0.7", "lit": "3.1.0", - "@web3modal/siwe": "5.0.6", - "@web3modal/wallet": "5.0.6" + "@web3modal/siwe": "5.0.7", + "@web3modal/wallet": "5.0.7" }, "keywords": [ "web3", diff --git a/packages/scaffold-utils/CHANGELOG.md b/packages/scaffold-utils/CHANGELOG.md index ba3842b49f..5ef89b333d 100644 --- a/packages/scaffold-utils/CHANGELOG.md +++ b/packages/scaffold-utils/CHANGELOG.md @@ -1,5 +1,37 @@ # @web3modal/scaffold-utils +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 +- Updated dependencies []: + - @web3modal/core@5.0.7 + - @web3modal/polyfills@5.0.7 + ## 5.0.6 ### Patch Changes diff --git a/packages/scaffold-utils/package.json b/packages/scaffold-utils/package.json index f51e303714..36fd6eac7d 100644 --- a/packages/scaffold-utils/package.json +++ b/packages/scaffold-utils/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/scaffold-utils", - "version": "5.0.6", + "version": "5.0.7", "type": "module", "main": "./dist/esm/exports/index.js", "types": "./dist/types/exports/index.d.ts", @@ -40,8 +40,8 @@ "lint": "eslint . --ext .js,.jsx,.ts,.tsx" }, "dependencies": { - "@web3modal/core": "5.0.6", - "@web3modal/polyfills": "5.0.6", + "@web3modal/core": "5.0.7", + "@web3modal/polyfills": "5.0.7", "valtio": "1.11.2" }, "keywords": [ diff --git a/packages/scaffold-utils/src/ConstantsUtil.ts b/packages/scaffold-utils/src/ConstantsUtil.ts index 4155c2c339..ec08d04b90 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.6' + VERSION: '5.0.7' } diff --git a/packages/scaffold-vue/CHANGELOG.md b/packages/scaffold-vue/CHANGELOG.md index 5b988dcbaa..f4e4dab932 100644 --- a/packages/scaffold-vue/CHANGELOG.md +++ b/packages/scaffold-vue/CHANGELOG.md @@ -1,5 +1,36 @@ # @web3modal/scaffold-vue +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 +- Updated dependencies []: + - @web3modal/scaffold@5.0.7 + ## 5.0.6 ### Patch Changes diff --git a/packages/scaffold-vue/package.json b/packages/scaffold-vue/package.json index 06c72d7e54..03562dbb37 100644 --- a/packages/scaffold-vue/package.json +++ b/packages/scaffold-vue/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/scaffold-vue", - "version": "5.0.6", + "version": "5.0.7", "type": "module", "main": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", @@ -16,7 +16,7 @@ "lint": "eslint . --ext .js,.jsx,.ts,.tsx" }, "dependencies": { - "@web3modal/scaffold": "5.0.6" + "@web3modal/scaffold": "5.0.7" }, "peerDependencies": { "vue": ">=3" diff --git a/packages/scaffold/CHANGELOG.md b/packages/scaffold/CHANGELOG.md index 6949effbd7..8fab2efc33 100644 --- a/packages/scaffold/CHANGELOG.md +++ b/packages/scaffold/CHANGELOG.md @@ -1,5 +1,42 @@ # @web3modal/scaffold +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 +- Updated dependencies []: + - @web3modal/common@5.0.7 + - @web3modal/core@5.0.7 + - @web3modal/scaffold-ui@5.0.7 + - @web3modal/scaffold-utils@5.0.7 + - @web3modal/siwe@5.0.7 + - @web3modal/ui@5.0.7 + - @web3modal/wallet@5.0.7 + ## 5.0.6 ### Patch Changes diff --git a/packages/scaffold/package.json b/packages/scaffold/package.json index c6d1acf1a8..b063e607af 100644 --- a/packages/scaffold/package.json +++ b/packages/scaffold/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/scaffold", - "version": "5.0.6", + "version": "5.0.7", "type": "module", "main": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", @@ -16,14 +16,14 @@ "lint": "eslint . --ext .js,.jsx,.ts,.tsx" }, "dependencies": { - "@web3modal/common": "5.0.6", - "@web3modal/scaffold-utils": "5.0.6", - "@web3modal/scaffold-ui": "5.0.6", - "@web3modal/core": "5.0.6", - "@web3modal/ui": "5.0.6", + "@web3modal/common": "5.0.7", + "@web3modal/scaffold-utils": "5.0.7", + "@web3modal/scaffold-ui": "5.0.7", + "@web3modal/core": "5.0.7", + "@web3modal/ui": "5.0.7", "lit": "3.1.0", - "@web3modal/siwe": "5.0.6", - "@web3modal/wallet": "5.0.6" + "@web3modal/siwe": "5.0.7", + "@web3modal/wallet": "5.0.7" }, "keywords": [ "web3", diff --git a/packages/siwe/CHANGELOG.md b/packages/siwe/CHANGELOG.md index e0dae6fb07..22c7f9578d 100644 --- a/packages/siwe/CHANGELOG.md +++ b/packages/siwe/CHANGELOG.md @@ -1,5 +1,37 @@ # @web3modal/siwe +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 +- Updated dependencies []: + - @web3modal/core@5.0.7 + - @web3modal/scaffold-utils@5.0.7 + ## 5.0.6 ### Patch Changes diff --git a/packages/siwe/package.json b/packages/siwe/package.json index e8f88c6e1b..8a1ecb1226 100644 --- a/packages/siwe/package.json +++ b/packages/siwe/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/siwe", - "version": "5.0.6", + "version": "5.0.7", "type": "module", "main": "./dist/esm/exports/index.js", "types": "./dist/types/exports/index.d.ts", @@ -17,8 +17,8 @@ }, "dependencies": { "@walletconnect/utils": "2.12.0", - "@web3modal/core": "5.0.6", - "@web3modal/scaffold-utils": "5.0.6", + "@web3modal/core": "5.0.7", + "@web3modal/scaffold-utils": "5.0.7", "valtio": "1.11.2", "lit": "3.1.0" }, diff --git a/packages/solana/CHANGELOG.md b/packages/solana/CHANGELOG.md index 26456331ed..40408968e5 100644 --- a/packages/solana/CHANGELOG.md +++ b/packages/solana/CHANGELOG.md @@ -1,5 +1,41 @@ # @web3modal/solana +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 +- Updated dependencies []: + - @web3modal/common@5.0.7 + - @web3modal/polyfills@5.0.7 + - @web3modal/scaffold@5.0.7 + - @web3modal/scaffold-react@5.0.7 + - @web3modal/scaffold-utils@5.0.7 + - @web3modal/scaffold-vue@5.0.7 + ## 5.0.6 ### Patch Changes diff --git a/packages/solana/package.json b/packages/solana/package.json index 3e44163f90..fac4a2aae3 100644 --- a/packages/solana/package.json +++ b/packages/solana/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/solana", - "version": "5.0.6", + "version": "5.0.7", "type": "module", "main": "./dist/esm/exports/index.js", "types": "./dist/types/exports/index.d.ts", @@ -49,12 +49,12 @@ "@wallet-standard/app": "1.0.1", "@wallet-standard/base": "1.0.1", "@walletconnect/universal-provider": "2.13.3", - "@web3modal/common": "5.0.6", - "@web3modal/polyfills": "5.0.6", - "@web3modal/scaffold": "5.0.6", - "@web3modal/scaffold-react": "5.0.6", - "@web3modal/scaffold-utils": "5.0.6", - "@web3modal/scaffold-vue": "5.0.6", + "@web3modal/common": "5.0.7", + "@web3modal/polyfills": "5.0.7", + "@web3modal/scaffold": "5.0.7", + "@web3modal/scaffold-react": "5.0.7", + "@web3modal/scaffold-utils": "5.0.7", + "@web3modal/scaffold-vue": "5.0.7", "bn.js": "5.2.1", "bs58": "5.0.0" }, diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 5c30d13108..ed9d952787 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,34 @@ # @web3modal/ui +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 + ## 5.0.6 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index 91720b226d..5fe6e7fd16 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/ui", - "version": "5.0.6", + "version": "5.0.7", "type": "module", "main": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", @@ -22,7 +22,7 @@ }, "devDependencies": { "@types/qrcode": "1.5.5", - "@web3modal/common": "5.0.6", + "@web3modal/common": "5.0.7", "eslint-plugin-lit": "1.11.0", "eslint-plugin-wc": "2.0.4" }, diff --git a/packages/wagmi/CHANGELOG.md b/packages/wagmi/CHANGELOG.md index ddb7a8d4db..dedb99a5a1 100644 --- a/packages/wagmi/CHANGELOG.md +++ b/packages/wagmi/CHANGELOG.md @@ -1,5 +1,41 @@ # @web3modal/wagmi +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 +- Updated dependencies []: + - @web3modal/polyfills@5.0.7 + - @web3modal/scaffold@5.0.7 + - @web3modal/scaffold-react@5.0.7 + - @web3modal/scaffold-utils@5.0.7 + - @web3modal/scaffold-vue@5.0.7 + - @web3modal/siwe@5.0.7 + ## 5.0.6 ### Patch Changes diff --git a/packages/wagmi/package.json b/packages/wagmi/package.json index b6f38368ba..e221b6ef3d 100644 --- a/packages/wagmi/package.json +++ b/packages/wagmi/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/wagmi", - "version": "5.0.6", + "version": "5.0.7", "type": "module", "main": "./dist/esm/exports/index.js", "types": "./dist/types/exports/index.d.ts", @@ -52,12 +52,12 @@ }, "dependencies": { "@walletconnect/ethereum-provider": "2.13.0", - "@web3modal/polyfills": "5.0.6", - "@web3modal/scaffold": "5.0.6", - "@web3modal/scaffold-react": "5.0.6", - "@web3modal/scaffold-utils": "5.0.6", - "@web3modal/scaffold-vue": "5.0.6", - "@web3modal/siwe": "5.0.6" + "@web3modal/polyfills": "5.0.7", + "@web3modal/scaffold": "5.0.7", + "@web3modal/scaffold-react": "5.0.7", + "@web3modal/scaffold-utils": "5.0.7", + "@web3modal/scaffold-vue": "5.0.7", + "@web3modal/siwe": "5.0.7" }, "devDependencies": { "@wagmi/connectors": "5.0.21", diff --git a/packages/wallet/CHANGELOG.md b/packages/wallet/CHANGELOG.md index 670a30cbc9..520d0a89db 100644 --- a/packages/wallet/CHANGELOG.md +++ b/packages/wallet/CHANGELOG.md @@ -1,5 +1,36 @@ # @web3modal/wallet +## 5.0.7 + +### Patch Changes + +- - feat: multi address by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2286 + - feat: feat: added vue for exports in solana by @phoenixVS in https://github.com/WalletConnect/web3modal/pull/2449 + - fix: wagmi authConnector connectExternal resolving issue and enable wagmi email tests by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2504 + - chore: configures report-only CSP for lab by @bkrem in https://github.com/WalletConnect/web3modal/pull/2388 + - fix: settings btn styling by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2523 + - Add Wallet Standard to AppKit + Solana by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2482 + - chore: remove onramp widget from labs by @tomiir in https://github.com/WalletConnect/web3modal/pull/2526 + - feat: support custom connectors by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2119 + - fix: disconnect logic for EIP6963 & Injected provider types for @web3modal/ethers by @hmzakhalid in https://github.com/WalletConnect/web3modal/pull/2289 + - Feat ERC7715 grant_permissions support on lab by @KannuSingh in https://github.com/WalletConnect/web3modal/pull/2500 + - update chain on network change by @glitch-txs in https://github.com/WalletConnect/web3modal/pull/2497 + - fix: make accounts optional in social response by @tomiir in https://github.com/WalletConnect/web3modal/pull/2520 + - chore: SA Tests switch network before flow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2529 + - chore: changed react native universal links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2535 + - chore: change labs' ethers rpc urls to walletconnect.org by @tomiir in https://github.com/WalletConnect/web3modal/pull/2530 + - chore: remove 'no-cache' from API requests by @tomiir in https://github.com/WalletConnect/web3modal/pull/2538 + - fix: makes `getMessageParams` siwe client method optional by @ganchoradkov in https://github.com/WalletConnect/web3modal/pull/2305 + - chore: update secure site url to org domain by @tomiir in https://github.com/WalletConnect/web3modal/pull/2537 + - fix: multiple name by @tomiir in https://github.com/WalletConnect/web3modal/pull/2410 + - refactor(common): utils by @Simon-He95 in https://github.com/WalletConnect/web3modal/pull/2447 + - fix: reorder chains to have current chain Id as main message by @tomiir in https://github.com/WalletConnect/web3modal/pull/2423 + - refactor: change solana testnet and devnet rpcs to wc by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2541 + - refactor: laboratory wagmi tests by @zoruka in https://github.com/WalletConnect/web3modal/pull/2552 + - fix: sync accounts in wagmi and subscribe to account change by @tomiir in https://github.com/WalletConnect/web3modal/pull/2544 +- Updated dependencies []: + - @web3modal/polyfills@5.0.7 + ## 5.0.6 ### Patch Changes diff --git a/packages/wallet/package.json b/packages/wallet/package.json index 37e41bbb0b..27c498e750 100644 --- a/packages/wallet/package.json +++ b/packages/wallet/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/wallet", - "version": "5.0.6", + "version": "5.0.7", "type": "module", "main": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", @@ -17,7 +17,7 @@ }, "dependencies": { "@walletconnect/logger": "2.1.2", - "@web3modal/polyfills": "5.0.6", + "@web3modal/polyfills": "5.0.7", "zod": "3.22.4" }, "keywords": [