Skip to content

Commit

Permalink
chore: bump versions to 5.1.7 (#2832)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomiir authored Sep 10, 2024
1 parent 1b55e5d commit b9003eb
Show file tree
Hide file tree
Showing 57 changed files with 717 additions and 29 deletions.
23 changes: 23 additions & 0 deletions apps/demo/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @apps/demo

## 5.1.7

### Patch Changes

- - chore: version bump for 5.1.6 by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2797
- fix(deps): update walletconnect to v2.15.2 by @renovate in https://github.com/WalletConnect/web3modal/pull/2722
- chore: fix public URL by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2806
- fix: RPC requests causing modal to close by @tomiir in https://github.com/WalletConnect/web3modal/pull/2799
- chore: use apiVersion v2 on names endpoint by @tomiir in https://github.com/WalletConnect/web3modal/pull/2805
- fix: import valtio from vanilla path by @jd1378 in https://github.com/WalletConnect/web3modal/pull/2810
- chore: use shared gh token by @tomiir in https://github.com/WalletConnect/web3modal/pull/2809
- chore: add input secrets to setup workflow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2822
- fix: remove deprecated params from sign transaction wc rpc request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2816
- chore: changed android and ios links for react native sample apps by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2825
- chore: changed order of links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2826
- fix(siwe): fix undefined SIWE chainId by @Cali93 in https://github.com/WalletConnect/web3modal/pull/2820
- chore: update monorepo deps to 2.16.1 by @tomiir in https://github.com/WalletConnect/web3modal/pull/2829
- fix: don't capitalize first character of email field on mobile by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2815
- chore(deps): update dependency ethers to v6.13.2 by @renovate in https://github.com/WalletConnect/web3modal/pull/2434
- chore(deps): update wagmi by @renovate in https://github.com/WalletConnect/web3modal/pull/2711
- Updated dependencies []:
- @web3modal/wagmi@5.1.7

## 5.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/demo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apps/demo",
"version": "5.1.6",
"version": "5.1.7",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
24 changes: 24 additions & 0 deletions apps/gallery/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# @apps/gallery

## 5.1.7

### Patch Changes

- - chore: version bump for 5.1.6 by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2797
- fix(deps): update walletconnect to v2.15.2 by @renovate in https://github.com/WalletConnect/web3modal/pull/2722
- chore: fix public URL by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2806
- fix: RPC requests causing modal to close by @tomiir in https://github.com/WalletConnect/web3modal/pull/2799
- chore: use apiVersion v2 on names endpoint by @tomiir in https://github.com/WalletConnect/web3modal/pull/2805
- fix: import valtio from vanilla path by @jd1378 in https://github.com/WalletConnect/web3modal/pull/2810
- chore: use shared gh token by @tomiir in https://github.com/WalletConnect/web3modal/pull/2809
- chore: add input secrets to setup workflow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2822
- fix: remove deprecated params from sign transaction wc rpc request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2816
- chore: changed android and ios links for react native sample apps by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2825
- chore: changed order of links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2826
- fix(siwe): fix undefined SIWE chainId by @Cali93 in https://github.com/WalletConnect/web3modal/pull/2820
- chore: update monorepo deps to 2.16.1 by @tomiir in https://github.com/WalletConnect/web3modal/pull/2829
- fix: don't capitalize first character of email field on mobile by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2815
- chore(deps): update dependency ethers to v6.13.2 by @renovate in https://github.com/WalletConnect/web3modal/pull/2434
- chore(deps): update wagmi by @renovate in https://github.com/WalletConnect/web3modal/pull/2711
- Updated dependencies []:
- @web3modal/common@5.1.7
- @web3modal/ui@5.1.7

## 5.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/gallery/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@apps/gallery",
"version": "5.1.6",
"version": "5.1.7",
"private": true,
"main": "index.js",
"scripts": {
Expand Down
29 changes: 29 additions & 0 deletions apps/laboratory/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# @apps/laboratory

## 5.1.7

### Patch Changes

- - chore: version bump for 5.1.6 by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2797
- fix(deps): update walletconnect to v2.15.2 by @renovate in https://github.com/WalletConnect/web3modal/pull/2722
- chore: fix public URL by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2806
- fix: RPC requests causing modal to close by @tomiir in https://github.com/WalletConnect/web3modal/pull/2799
- chore: use apiVersion v2 on names endpoint by @tomiir in https://github.com/WalletConnect/web3modal/pull/2805
- fix: import valtio from vanilla path by @jd1378 in https://github.com/WalletConnect/web3modal/pull/2810
- chore: use shared gh token by @tomiir in https://github.com/WalletConnect/web3modal/pull/2809
- chore: add input secrets to setup workflow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2822
- fix: remove deprecated params from sign transaction wc rpc request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2816
- chore: changed android and ios links for react native sample apps by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2825
- chore: changed order of links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2826
- fix(siwe): fix undefined SIWE chainId by @Cali93 in https://github.com/WalletConnect/web3modal/pull/2820
- chore: update monorepo deps to 2.16.1 by @tomiir in https://github.com/WalletConnect/web3modal/pull/2829
- fix: don't capitalize first character of email field on mobile by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2815
- chore(deps): update dependency ethers to v6.13.2 by @renovate in https://github.com/WalletConnect/web3modal/pull/2434
- chore(deps): update wagmi by @renovate in https://github.com/WalletConnect/web3modal/pull/2711
- Updated dependencies []:
- @web3modal/base@5.1.7
- @web3modal/ethers@5.1.7
- @web3modal/ethers5@5.1.7
- @web3modal/siwe@5.1.7
- @web3modal/solana@5.1.7
- @web3modal/wagmi@5.1.7
- @web3modal/wallet@5.1.7

## 5.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion apps/laboratory/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@apps/laboratory",
"type": "module",
"version": "5.1.6",
"version": "5.1.7",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
23 changes: 23 additions & 0 deletions examples/html-ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @examples/html-ethers5

## 5.1.6

### Patch Changes

- - chore: version bump for 5.1.6 by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2797
- fix(deps): update walletconnect to v2.15.2 by @renovate in https://github.com/WalletConnect/web3modal/pull/2722
- chore: fix public URL by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2806
- fix: RPC requests causing modal to close by @tomiir in https://github.com/WalletConnect/web3modal/pull/2799
- chore: use apiVersion v2 on names endpoint by @tomiir in https://github.com/WalletConnect/web3modal/pull/2805
- fix: import valtio from vanilla path by @jd1378 in https://github.com/WalletConnect/web3modal/pull/2810
- chore: use shared gh token by @tomiir in https://github.com/WalletConnect/web3modal/pull/2809
- chore: add input secrets to setup workflow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2822
- fix: remove deprecated params from sign transaction wc rpc request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2816
- chore: changed android and ios links for react native sample apps by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2825
- chore: changed order of links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2826
- fix(siwe): fix undefined SIWE chainId by @Cali93 in https://github.com/WalletConnect/web3modal/pull/2820
- chore: update monorepo deps to 2.16.1 by @tomiir in https://github.com/WalletConnect/web3modal/pull/2829
- fix: don't capitalize first character of email field on mobile by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2815
- chore(deps): update dependency ethers to v6.13.2 by @renovate in https://github.com/WalletConnect/web3modal/pull/2434
- chore(deps): update wagmi by @renovate in https://github.com/WalletConnect/web3modal/pull/2711
- Updated dependencies []:
- @web3modal/ethers@5.1.7

## 5.1.5

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/html-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/html-ethers",
"private": true,
"version": "5.1.5",
"version": "5.1.6",
"scripts": {
"dev": "vite --port 3011",
"build": "vite build"
Expand Down
23 changes: 23 additions & 0 deletions examples/html-ethers5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @examples/html-ethers5

## 5.1.7

### Patch Changes

- - chore: version bump for 5.1.6 by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2797
- fix(deps): update walletconnect to v2.15.2 by @renovate in https://github.com/WalletConnect/web3modal/pull/2722
- chore: fix public URL by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2806
- fix: RPC requests causing modal to close by @tomiir in https://github.com/WalletConnect/web3modal/pull/2799
- chore: use apiVersion v2 on names endpoint by @tomiir in https://github.com/WalletConnect/web3modal/pull/2805
- fix: import valtio from vanilla path by @jd1378 in https://github.com/WalletConnect/web3modal/pull/2810
- chore: use shared gh token by @tomiir in https://github.com/WalletConnect/web3modal/pull/2809
- chore: add input secrets to setup workflow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2822
- fix: remove deprecated params from sign transaction wc rpc request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2816
- chore: changed android and ios links for react native sample apps by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2825
- chore: changed order of links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2826
- fix(siwe): fix undefined SIWE chainId by @Cali93 in https://github.com/WalletConnect/web3modal/pull/2820
- chore: update monorepo deps to 2.16.1 by @tomiir in https://github.com/WalletConnect/web3modal/pull/2829
- fix: don't capitalize first character of email field on mobile by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2815
- chore(deps): update dependency ethers to v6.13.2 by @renovate in https://github.com/WalletConnect/web3modal/pull/2434
- chore(deps): update wagmi by @renovate in https://github.com/WalletConnect/web3modal/pull/2711
- Updated dependencies []:
- @web3modal/ethers5@5.1.7

## 5.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/html-ethers5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/html-ethers5",
"private": true,
"version": "5.1.6",
"version": "5.1.7",
"scripts": {
"dev": "vite --port 3011",
"build": "vite build"
Expand Down
23 changes: 23 additions & 0 deletions examples/html-wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @examples/html-wagmi

## 5.1.7

### Patch Changes

- - chore: version bump for 5.1.6 by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2797
- fix(deps): update walletconnect to v2.15.2 by @renovate in https://github.com/WalletConnect/web3modal/pull/2722
- chore: fix public URL by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2806
- fix: RPC requests causing modal to close by @tomiir in https://github.com/WalletConnect/web3modal/pull/2799
- chore: use apiVersion v2 on names endpoint by @tomiir in https://github.com/WalletConnect/web3modal/pull/2805
- fix: import valtio from vanilla path by @jd1378 in https://github.com/WalletConnect/web3modal/pull/2810
- chore: use shared gh token by @tomiir in https://github.com/WalletConnect/web3modal/pull/2809
- chore: add input secrets to setup workflow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2822
- fix: remove deprecated params from sign transaction wc rpc request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2816
- chore: changed android and ios links for react native sample apps by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2825
- chore: changed order of links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2826
- fix(siwe): fix undefined SIWE chainId by @Cali93 in https://github.com/WalletConnect/web3modal/pull/2820
- chore: update monorepo deps to 2.16.1 by @tomiir in https://github.com/WalletConnect/web3modal/pull/2829
- fix: don't capitalize first character of email field on mobile by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2815
- chore(deps): update dependency ethers to v6.13.2 by @renovate in https://github.com/WalletConnect/web3modal/pull/2434
- chore(deps): update wagmi by @renovate in https://github.com/WalletConnect/web3modal/pull/2711
- Updated dependencies []:
- @web3modal/wagmi@5.1.7

## 5.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/html-wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/html-wagmi",
"private": true,
"version": "5.1.6",
"version": "5.1.7",
"scripts": {
"dev": "vite --port 3001",
"build": "vite build"
Expand Down
23 changes: 23 additions & 0 deletions examples/next-wagmi/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @examples/next-wagmi

## 5.1.7

### Patch Changes

- - chore: version bump for 5.1.6 by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2797
- fix(deps): update walletconnect to v2.15.2 by @renovate in https://github.com/WalletConnect/web3modal/pull/2722
- chore: fix public URL by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2806
- fix: RPC requests causing modal to close by @tomiir in https://github.com/WalletConnect/web3modal/pull/2799
- chore: use apiVersion v2 on names endpoint by @tomiir in https://github.com/WalletConnect/web3modal/pull/2805
- fix: import valtio from vanilla path by @jd1378 in https://github.com/WalletConnect/web3modal/pull/2810
- chore: use shared gh token by @tomiir in https://github.com/WalletConnect/web3modal/pull/2809
- chore: add input secrets to setup workflow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2822
- fix: remove deprecated params from sign transaction wc rpc request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2816
- chore: changed android and ios links for react native sample apps by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2825
- chore: changed order of links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2826
- fix(siwe): fix undefined SIWE chainId by @Cali93 in https://github.com/WalletConnect/web3modal/pull/2820
- chore: update monorepo deps to 2.16.1 by @tomiir in https://github.com/WalletConnect/web3modal/pull/2829
- fix: don't capitalize first character of email field on mobile by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2815
- chore(deps): update dependency ethers to v6.13.2 by @renovate in https://github.com/WalletConnect/web3modal/pull/2434
- chore(deps): update wagmi by @renovate in https://github.com/WalletConnect/web3modal/pull/2711
- Updated dependencies []:
- @web3modal/wagmi@5.1.7

## 5.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/next-wagmi/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@examples/next-wagmi",
"version": "5.1.6",
"version": "5.1.7",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
23 changes: 23 additions & 0 deletions examples/react-ethers/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @examples/react-ethers5

## 5.1.7

### Patch Changes

- - chore: version bump for 5.1.6 by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2797
- fix(deps): update walletconnect to v2.15.2 by @renovate in https://github.com/WalletConnect/web3modal/pull/2722
- chore: fix public URL by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2806
- fix: RPC requests causing modal to close by @tomiir in https://github.com/WalletConnect/web3modal/pull/2799
- chore: use apiVersion v2 on names endpoint by @tomiir in https://github.com/WalletConnect/web3modal/pull/2805
- fix: import valtio from vanilla path by @jd1378 in https://github.com/WalletConnect/web3modal/pull/2810
- chore: use shared gh token by @tomiir in https://github.com/WalletConnect/web3modal/pull/2809
- chore: add input secrets to setup workflow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2822
- fix: remove deprecated params from sign transaction wc rpc request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2816
- chore: changed android and ios links for react native sample apps by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2825
- chore: changed order of links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2826
- fix(siwe): fix undefined SIWE chainId by @Cali93 in https://github.com/WalletConnect/web3modal/pull/2820
- chore: update monorepo deps to 2.16.1 by @tomiir in https://github.com/WalletConnect/web3modal/pull/2829
- fix: don't capitalize first character of email field on mobile by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2815
- chore(deps): update dependency ethers to v6.13.2 by @renovate in https://github.com/WalletConnect/web3modal/pull/2434
- chore(deps): update wagmi by @renovate in https://github.com/WalletConnect/web3modal/pull/2711
- Updated dependencies []:
- @web3modal/ethers@5.1.7

## 5.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/react-ethers/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/react-ethers",
"private": true,
"version": "5.1.6",
"version": "5.1.7",
"scripts": {
"dev": "vite --port 3012",
"build": "vite build"
Expand Down
23 changes: 23 additions & 0 deletions examples/react-ethers5/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# @examples/react-ethers5

## 5.1.7

### Patch Changes

- - chore: version bump for 5.1.6 by @enesozturk in https://github.com/WalletConnect/web3modal/pull/2797
- fix(deps): update walletconnect to v2.15.2 by @renovate in https://github.com/WalletConnect/web3modal/pull/2722
- chore: fix public URL by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2806
- fix: RPC requests causing modal to close by @tomiir in https://github.com/WalletConnect/web3modal/pull/2799
- chore: use apiVersion v2 on names endpoint by @tomiir in https://github.com/WalletConnect/web3modal/pull/2805
- fix: import valtio from vanilla path by @jd1378 in https://github.com/WalletConnect/web3modal/pull/2810
- chore: use shared gh token by @tomiir in https://github.com/WalletConnect/web3modal/pull/2809
- chore: add input secrets to setup workflow by @tomiir in https://github.com/WalletConnect/web3modal/pull/2822
- fix: remove deprecated params from sign transaction wc rpc request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2816
- chore: changed android and ios links for react native sample apps by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2825
- chore: changed order of links by @ignaciosantise in https://github.com/WalletConnect/web3modal/pull/2826
- fix(siwe): fix undefined SIWE chainId by @Cali93 in https://github.com/WalletConnect/web3modal/pull/2820
- chore: update monorepo deps to 2.16.1 by @tomiir in https://github.com/WalletConnect/web3modal/pull/2829
- fix: don't capitalize first character of email field on mobile by @chris13524 in https://github.com/WalletConnect/web3modal/pull/2815
- chore(deps): update dependency ethers to v6.13.2 by @renovate in https://github.com/WalletConnect/web3modal/pull/2434
- chore(deps): update wagmi by @renovate in https://github.com/WalletConnect/web3modal/pull/2711
- Updated dependencies []:
- @web3modal/ethers5@5.1.7

## 5.1.6

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/react-ethers5/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@examples/react-ethers5",
"private": true,
"version": "5.1.6",
"version": "5.1.7",
"scripts": {
"dev": "vite --port 3012",
"build": "vite build"
Expand Down
Loading

0 comments on commit b9003eb

Please sign in to comment.