Skip to content

Commit

Permalink
chore: bump versions to 5.0.7 (#2554)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiir authored Jul 17, 2024
1 parent f7f565c commit 802b30f
Show file tree
Hide file tree
Showing 60 changed files with 1,123 additions and 191 deletions.
31 changes: 31 additions & 0 deletions apps/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions apps/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apps/demo",
"version": "5.0.6",
"version": "5.0.7",
"private": true,
"scripts": {
"dev:demo": "next dev",
Expand All @@ -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",
Expand Down
32 changes: 32 additions & 0 deletions apps/gallery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
6 changes: 3 additions & 3 deletions apps/gallery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apps/gallery",
"version": "5.0.6",
"version": "5.0.7",
"private": true,
"main": "index.js",
"scripts": {
Expand All @@ -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"
},
Expand Down
34 changes: 34 additions & 0 deletions apps/laboratory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
10 changes: 5 additions & 5 deletions apps/laboratory/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apps/laboratory",
"version": "5.0.6",
"version": "5.0.7",
"private": true,
"scripts": {
"dev:laboratory": "next dev",
Expand Down Expand Up @@ -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",
Expand Down
31 changes: 31 additions & 0 deletions examples/html-ethers5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions examples/html-ethers5/package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down
31 changes: 31 additions & 0 deletions examples/html-wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions examples/html-wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"name": "@examples/html-wagmi",
"private": true,
"version": "5.0.6",
"version": "5.0.7",
"scripts": {
"dev:example": "vite --port 3001",
"build:examples": "vite build"
},
"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"
},
Expand Down
Loading

0 comments on commit 802b30f

Please sign in to comment.