From 7160a5ddd2477fe16b3f9895517bce15023f5019 Mon Sep 17 00:00:00 2001 From: Felipe Mendes Date: Mon, 2 Sep 2024 13:19:31 -0300 Subject: [PATCH] chore: version bump for 5.1.5 --- apps/demo/CHANGELOG.md | 14 +++++++++++++ apps/demo/package.json | 2 +- apps/gallery/CHANGELOG.md | 15 ++++++++++++++ apps/gallery/package.json | 2 +- apps/laboratory/CHANGELOG.md | 20 +++++++++++++++++++ apps/laboratory/package.json | 2 +- examples/html-ethers5/CHANGELOG.md | 14 +++++++++++++ examples/html-ethers5/package.json | 2 +- examples/html-wagmi/CHANGELOG.md | 14 +++++++++++++ examples/html-wagmi/package.json | 2 +- examples/next-wagmi/CHANGELOG.md | 14 +++++++++++++ examples/next-wagmi/package.json | 2 +- examples/react-ethers/CHANGELOG.md | 14 +++++++++++++ examples/react-ethers/package.json | 2 +- examples/react-ethers5/CHANGELOG.md | 14 +++++++++++++ examples/react-ethers5/package.json | 2 +- examples/react-solana/CHANGELOG.md | 14 +++++++++++++ examples/react-solana/package.json | 2 +- examples/react-wagmi/CHANGELOG.md | 14 +++++++++++++ examples/react-wagmi/package.json | 2 +- examples/vue-ethers5/CHANGELOG.md | 14 +++++++++++++ examples/vue-ethers5/package.json | 2 +- examples/vue-solana/CHANGELOG.md | 14 +++++++++++++ examples/vue-solana/package.json | 2 +- examples/vue-wagmi/CHANGELOG.md | 14 +++++++++++++ examples/vue-wagmi/package.json | 2 +- packages/base/CHANGELOG.md | 21 ++++++++++++++++++++ packages/base/package.json | 2 +- packages/cdn/CHANGELOG.md | 16 +++++++++++++++ packages/cdn/package.json | 2 +- packages/common/CHANGELOG.md | 12 +++++++++++ packages/common/package.json | 2 +- packages/core/CHANGELOG.md | 15 ++++++++++++++ packages/core/package.json | 2 +- packages/ethers/CHANGELOG.md | 19 ++++++++++++++++++ packages/ethers/package.json | 2 +- packages/ethers5/CHANGELOG.md | 18 +++++++++++++++++ packages/ethers5/package.json | 2 +- packages/polyfills/CHANGELOG.md | 12 +++++++++++ packages/polyfills/package.json | 2 +- packages/scaffold-ui/CHANGELOG.md | 19 ++++++++++++++++++ packages/scaffold-ui/package.json | 2 +- packages/scaffold-utils/CHANGELOG.md | 17 ++++++++++++++++ packages/scaffold-utils/package.json | 2 +- packages/scaffold-utils/src/ConstantsUtil.ts | 2 +- packages/siwe/CHANGELOG.md | 18 +++++++++++++++++ packages/siwe/package.json | 2 +- packages/solana/CHANGELOG.md | 19 ++++++++++++++++++ packages/solana/package.json | 2 +- packages/ui/CHANGELOG.md | 12 +++++++++++ packages/ui/package.json | 2 +- packages/wagmi/CHANGELOG.md | 19 ++++++++++++++++++ packages/wagmi/package.json | 2 +- packages/wallet/CHANGELOG.md | 15 ++++++++++++++ packages/wallet/package.json | 2 +- 55 files changed, 449 insertions(+), 28 deletions(-) diff --git a/apps/demo/CHANGELOG.md b/apps/demo/CHANGELOG.md index 97181f13b7..51bca1bea0 100644 --- a/apps/demo/CHANGELOG.md +++ b/apps/demo/CHANGELOG.md @@ -1,5 +1,19 @@ # @apps/demo +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 +- Updated dependencies []: + - @web3modal/wagmi@5.1.5 + ## 5.1.4 ### Patch Changes diff --git a/apps/demo/package.json b/apps/demo/package.json index 6c555a338d..11ec60a355 100644 --- a/apps/demo/package.json +++ b/apps/demo/package.json @@ -1,6 +1,6 @@ { "name": "@apps/demo", - "version": "5.1.4", + "version": "5.1.5", "private": true, "scripts": { "dev": "next dev", diff --git a/apps/gallery/CHANGELOG.md b/apps/gallery/CHANGELOG.md index 77e14d1648..a0cb3abc4f 100644 --- a/apps/gallery/CHANGELOG.md +++ b/apps/gallery/CHANGELOG.md @@ -1,5 +1,20 @@ # @apps/gallery +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 +- Updated dependencies []: + - @web3modal/common@5.1.5 + - @web3modal/ui@5.1.5 + ## 5.1.4 ### Patch Changes diff --git a/apps/gallery/package.json b/apps/gallery/package.json index 0e10701af9..cf99c0ae63 100644 --- a/apps/gallery/package.json +++ b/apps/gallery/package.json @@ -1,6 +1,6 @@ { "name": "@apps/gallery", - "version": "5.1.4", + "version": "5.1.5", "private": true, "main": "index.js", "scripts": { diff --git a/apps/laboratory/CHANGELOG.md b/apps/laboratory/CHANGELOG.md index 572747c322..b9b626012d 100644 --- a/apps/laboratory/CHANGELOG.md +++ b/apps/laboratory/CHANGELOG.md @@ -1,5 +1,25 @@ # @apps/laboratory +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 +- Updated dependencies []: + - @web3modal/base@5.1.5 + - @web3modal/ethers@5.1.5 + - @web3modal/ethers5@5.1.5 + - @web3modal/siwe@5.1.5 + - @web3modal/solana@5.1.5 + - @web3modal/wagmi@5.1.5 + - @web3modal/wallet@5.1.5 + ## 5.1.4 ### Patch Changes diff --git a/apps/laboratory/package.json b/apps/laboratory/package.json index ab0ca499b6..f3b253a383 100644 --- a/apps/laboratory/package.json +++ b/apps/laboratory/package.json @@ -1,7 +1,7 @@ { "name": "@apps/laboratory", "type": "module", - "version": "5.1.4", + "version": "5.1.5", "private": true, "scripts": { "dev": "next dev", diff --git a/examples/html-ethers5/CHANGELOG.md b/examples/html-ethers5/CHANGELOG.md index 2534039b8f..a70e6f3639 100644 --- a/examples/html-ethers5/CHANGELOG.md +++ b/examples/html-ethers5/CHANGELOG.md @@ -1,5 +1,19 @@ # @examples/html-ethers5 +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 +- Updated dependencies []: + - @web3modal/ethers5@5.1.5 + ## 5.1.4 ### Patch Changes diff --git a/examples/html-ethers5/package.json b/examples/html-ethers5/package.json index febdfe0f37..c37e6a50a3 100644 --- a/examples/html-ethers5/package.json +++ b/examples/html-ethers5/package.json @@ -1,7 +1,7 @@ { "name": "@examples/html-ethers5", "private": true, - "version": "5.1.4", + "version": "5.1.5", "scripts": { "dev": "vite --port 3011", "build": "vite build" diff --git a/examples/html-wagmi/CHANGELOG.md b/examples/html-wagmi/CHANGELOG.md index 76d090eda0..7a491da585 100644 --- a/examples/html-wagmi/CHANGELOG.md +++ b/examples/html-wagmi/CHANGELOG.md @@ -1,5 +1,19 @@ # @examples/html-wagmi +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 +- Updated dependencies []: + - @web3modal/wagmi@5.1.5 + ## 5.1.4 ### Patch Changes diff --git a/examples/html-wagmi/package.json b/examples/html-wagmi/package.json index 4bf9c5aa49..4e747cd461 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.1.4", + "version": "5.1.5", "scripts": { "dev": "vite --port 3001", "build": "vite build" diff --git a/examples/next-wagmi/CHANGELOG.md b/examples/next-wagmi/CHANGELOG.md index 4e792be61a..e31969aee6 100644 --- a/examples/next-wagmi/CHANGELOG.md +++ b/examples/next-wagmi/CHANGELOG.md @@ -1,5 +1,19 @@ # @examples/next-wagmi +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 +- Updated dependencies []: + - @web3modal/wagmi@5.1.5 + ## 5.1.4 ### Patch Changes diff --git a/examples/next-wagmi/package.json b/examples/next-wagmi/package.json index 798f6de06d..028115201b 100644 --- a/examples/next-wagmi/package.json +++ b/examples/next-wagmi/package.json @@ -1,6 +1,6 @@ { "name": "@examples/next-wagmi", - "version": "5.1.4", + "version": "5.1.5", "private": true, "scripts": { "dev": "next dev", diff --git a/examples/react-ethers/CHANGELOG.md b/examples/react-ethers/CHANGELOG.md index 16d3e9b995..43d37cc197 100644 --- a/examples/react-ethers/CHANGELOG.md +++ b/examples/react-ethers/CHANGELOG.md @@ -1,5 +1,19 @@ # @examples/react-ethers5 +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 +- Updated dependencies []: + - @web3modal/ethers@5.1.5 + ## 5.1.4 ### Patch Changes diff --git a/examples/react-ethers/package.json b/examples/react-ethers/package.json index 872a7db612..0f00574c75 100644 --- a/examples/react-ethers/package.json +++ b/examples/react-ethers/package.json @@ -1,7 +1,7 @@ { "name": "@examples/react-ethers", "private": true, - "version": "5.1.4", + "version": "5.1.5", "scripts": { "dev": "vite --port 3012", "build": "vite build" diff --git a/examples/react-ethers5/CHANGELOG.md b/examples/react-ethers5/CHANGELOG.md index 1990c34053..a54c089b64 100644 --- a/examples/react-ethers5/CHANGELOG.md +++ b/examples/react-ethers5/CHANGELOG.md @@ -1,5 +1,19 @@ # @examples/react-ethers5 +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 +- Updated dependencies []: + - @web3modal/ethers5@5.1.5 + ## 5.1.4 ### Patch Changes diff --git a/examples/react-ethers5/package.json b/examples/react-ethers5/package.json index c82ccc7a3d..ee4f28a3a7 100644 --- a/examples/react-ethers5/package.json +++ b/examples/react-ethers5/package.json @@ -1,7 +1,7 @@ { "name": "@examples/react-ethers5", "private": true, - "version": "5.1.4", + "version": "5.1.5", "scripts": { "dev": "vite --port 3012", "build": "vite build" diff --git a/examples/react-solana/CHANGELOG.md b/examples/react-solana/CHANGELOG.md index d945a209b1..f335d02641 100644 --- a/examples/react-solana/CHANGELOG.md +++ b/examples/react-solana/CHANGELOG.md @@ -1,5 +1,19 @@ # @examples/react-wagmi +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 +- Updated dependencies []: + - @web3modal/solana@5.1.5 + ## 5.1.4 ### Patch Changes diff --git a/examples/react-solana/package.json b/examples/react-solana/package.json index d45c714790..d91298c428 100644 --- a/examples/react-solana/package.json +++ b/examples/react-solana/package.json @@ -1,7 +1,7 @@ { "name": "@examples/react-solana", "private": true, - "version": "5.1.4", + "version": "5.1.5", "scripts": { "dev": "vite --port 3002", "build": "vite build" diff --git a/examples/react-wagmi/CHANGELOG.md b/examples/react-wagmi/CHANGELOG.md index 4df4808f73..a6d01e31b3 100644 --- a/examples/react-wagmi/CHANGELOG.md +++ b/examples/react-wagmi/CHANGELOG.md @@ -1,5 +1,19 @@ # @examples/react-wagmi +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 +- Updated dependencies []: + - @web3modal/wagmi@5.1.5 + ## 5.1.4 ### Patch Changes diff --git a/examples/react-wagmi/package.json b/examples/react-wagmi/package.json index d60aad1b93..7e972b468f 100644 --- a/examples/react-wagmi/package.json +++ b/examples/react-wagmi/package.json @@ -1,7 +1,7 @@ { "name": "@examples/react-wagmi", "private": true, - "version": "5.1.4", + "version": "5.1.5", "scripts": { "dev": "vite --port 3002", "build": "vite build", diff --git a/examples/vue-ethers5/CHANGELOG.md b/examples/vue-ethers5/CHANGELOG.md index c9cf359444..b1f7836b97 100644 --- a/examples/vue-ethers5/CHANGELOG.md +++ b/examples/vue-ethers5/CHANGELOG.md @@ -1,5 +1,19 @@ # @examples/vue-ethers5 +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 +- Updated dependencies []: + - @web3modal/ethers5@5.1.5 + ## 5.1.4 ### Patch Changes diff --git a/examples/vue-ethers5/package.json b/examples/vue-ethers5/package.json index b3fc1eac5f..70af7fbd02 100644 --- a/examples/vue-ethers5/package.json +++ b/examples/vue-ethers5/package.json @@ -1,7 +1,7 @@ { "name": "@examples/vue-ethers5", "private": true, - "version": "5.1.4", + "version": "5.1.5", "scripts": { "dev": "vite --port 3013", "build": "vite build" diff --git a/examples/vue-solana/CHANGELOG.md b/examples/vue-solana/CHANGELOG.md index 8fc18852f7..e0b0149a2d 100644 --- a/examples/vue-solana/CHANGELOG.md +++ b/examples/vue-solana/CHANGELOG.md @@ -1,5 +1,19 @@ # @examples/vue-ethers5 +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 +- Updated dependencies []: + - @web3modal/solana@5.1.5 + ## 5.1.4 ### Patch Changes diff --git a/examples/vue-solana/package.json b/examples/vue-solana/package.json index b8c2edd1d2..b0bc4ae0be 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.1.4", + "version": "5.1.5", "scripts": { "dev": "vite --port 3013", "build": "vite build" diff --git a/examples/vue-wagmi/CHANGELOG.md b/examples/vue-wagmi/CHANGELOG.md index eca8294c36..84b77977fb 100644 --- a/examples/vue-wagmi/CHANGELOG.md +++ b/examples/vue-wagmi/CHANGELOG.md @@ -1,5 +1,19 @@ # @examples/vue-wagmi +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 +- Updated dependencies []: + - @web3modal/wagmi@5.1.5 + ## 5.1.4 ### Patch Changes diff --git a/examples/vue-wagmi/package.json b/examples/vue-wagmi/package.json index 4d5d45cb8b..1d68424c71 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.1.4", + "version": "5.1.5", "scripts": { "dev": "vite --port 3003", "build": "vite build" diff --git a/packages/base/CHANGELOG.md b/packages/base/CHANGELOG.md index edae1fca32..7577254a9a 100644 --- a/packages/base/CHANGELOG.md +++ b/packages/base/CHANGELOG.md @@ -1,5 +1,26 @@ # @web3modal/scaffold +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 +- Updated dependencies []: + - @web3modal/scaffold-utils@5.1.5 + - @web3modal/common@5.1.5 + - @web3modal/core@5.1.5 + - @web3modal/polyfills@5.1.5 + - @web3modal/scaffold-ui@5.1.5 + - @web3modal/siwe@5.1.5 + - @web3modal/ui@5.1.5 + - @web3modal/wallet@5.1.5 + ## 5.1.4 ### Patch Changes diff --git a/packages/base/package.json b/packages/base/package.json index 73f878b9da..0108f6f5c3 100644 --- a/packages/base/package.json +++ b/packages/base/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/base", - "version": "5.1.4", + "version": "5.1.5", "type": "module", "main": "./dist/esm/exports/index.js", "types": "./dist/types/exports/index.d.ts", diff --git a/packages/cdn/CHANGELOG.md b/packages/cdn/CHANGELOG.md index 5466925ca0..5ff0ed7a05 100644 --- a/packages/cdn/CHANGELOG.md +++ b/packages/cdn/CHANGELOG.md @@ -1,5 +1,21 @@ # @web3modal/cdn +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 +- Updated dependencies []: + - @web3modal/ethers@5.1.5 + - @web3modal/ethers5@5.1.5 + - @web3modal/wagmi@5.1.5 + ## 5.1.4 ### Patch Changes diff --git a/packages/cdn/package.json b/packages/cdn/package.json index 3ad9058ed3..1322a5ccba 100644 --- a/packages/cdn/package.json +++ b/packages/cdn/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/cdn", - "version": "5.1.4", + "version": "5.1.5", "main": "dist/wagmi.js", "type": "module", "files": [ diff --git a/packages/common/CHANGELOG.md b/packages/common/CHANGELOG.md index f9d9d1cfb9..3885d416a6 100644 --- a/packages/common/CHANGELOG.md +++ b/packages/common/CHANGELOG.md @@ -1,5 +1,17 @@ # @web3modal/common +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 + ## 5.1.4 ### Patch Changes diff --git a/packages/common/package.json b/packages/common/package.json index ff6d2c1f88..0c368ec3ab 100644 --- a/packages/common/package.json +++ b/packages/common/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/common", - "version": "5.1.4", + "version": "5.1.5", "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 83aad26a9f..1f30283ac8 100644 --- a/packages/core/CHANGELOG.md +++ b/packages/core/CHANGELOG.md @@ -1,5 +1,20 @@ # @web3modal/core +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 +- Updated dependencies []: + - @web3modal/common@5.1.5 + - @web3modal/wallet@5.1.5 + ## 5.1.4 ### Patch Changes diff --git a/packages/core/package.json b/packages/core/package.json index 8397f5ddbe..e436e7a011 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/core", - "version": "5.1.4", + "version": "5.1.5", "type": "module", "main": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", diff --git a/packages/ethers/CHANGELOG.md b/packages/ethers/CHANGELOG.md index 585d63c8d0..b201316d4c 100644 --- a/packages/ethers/CHANGELOG.md +++ b/packages/ethers/CHANGELOG.md @@ -1,5 +1,24 @@ # @web3modal/ethers +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 +- Updated dependencies []: + - @web3modal/scaffold-utils@5.1.5 + - @web3modal/base@5.1.5 + - @web3modal/common@5.1.5 + - @web3modal/polyfills@5.1.5 + - @web3modal/siwe@5.1.5 + - @web3modal/wallet@5.1.5 + ## 5.1.4 ### Patch Changes diff --git a/packages/ethers/package.json b/packages/ethers/package.json index f91b247490..db074d8092 100644 --- a/packages/ethers/package.json +++ b/packages/ethers/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/ethers", - "version": "5.1.4", + "version": "5.1.5", "type": "module", "main": "./dist/esm/exports/index.js", "types": "./dist/types/exports/index.d.ts", diff --git a/packages/ethers5/CHANGELOG.md b/packages/ethers5/CHANGELOG.md index 34fe702d0d..8420a3cadf 100644 --- a/packages/ethers5/CHANGELOG.md +++ b/packages/ethers5/CHANGELOG.md @@ -1,5 +1,23 @@ # @web3modal/ethers5 +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 +- Updated dependencies []: + - @web3modal/scaffold-utils@5.1.5 + - @web3modal/base@5.1.5 + - @web3modal/common@5.1.5 + - @web3modal/polyfills@5.1.5 + - @web3modal/siwe@5.1.5 + ## 5.1.4 ### Patch Changes diff --git a/packages/ethers5/package.json b/packages/ethers5/package.json index f61d12135a..0314b05ffc 100644 --- a/packages/ethers5/package.json +++ b/packages/ethers5/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/ethers5", - "version": "5.1.4", + "version": "5.1.5", "type": "module", "main": "./dist/esm/exports/index.js", "types": "./dist/types/exports/index.d.ts", diff --git a/packages/polyfills/CHANGELOG.md b/packages/polyfills/CHANGELOG.md index af487f6301..ccc75b2413 100644 --- a/packages/polyfills/CHANGELOG.md +++ b/packages/polyfills/CHANGELOG.md @@ -1,5 +1,17 @@ # @web3modal/polyfills +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 + ## 5.1.4 ### Patch Changes diff --git a/packages/polyfills/package.json b/packages/polyfills/package.json index 19cc5157b8..50a060aaf3 100644 --- a/packages/polyfills/package.json +++ b/packages/polyfills/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/polyfills", - "version": "5.1.4", + "version": "5.1.5", "type": "module", "main": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", diff --git a/packages/scaffold-ui/CHANGELOG.md b/packages/scaffold-ui/CHANGELOG.md index a64388c2b0..a2865039f4 100644 --- a/packages/scaffold-ui/CHANGELOG.md +++ b/packages/scaffold-ui/CHANGELOG.md @@ -1,5 +1,24 @@ # @web3modal/scaffold +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 +- Updated dependencies []: + - @web3modal/scaffold-utils@5.1.5 + - @web3modal/common@5.1.5 + - @web3modal/core@5.1.5 + - @web3modal/siwe@5.1.5 + - @web3modal/ui@5.1.5 + - @web3modal/wallet@5.1.5 + ## 5.1.4 ### Patch Changes diff --git a/packages/scaffold-ui/package.json b/packages/scaffold-ui/package.json index 22e15ca4b0..766a4e6a21 100644 --- a/packages/scaffold-ui/package.json +++ b/packages/scaffold-ui/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/scaffold-ui", - "version": "5.1.4", + "version": "5.1.5", "type": "module", "main": "./dist/esm/exports/index.js", "types": "./dist/types/exports/index.d.ts", diff --git a/packages/scaffold-utils/CHANGELOG.md b/packages/scaffold-utils/CHANGELOG.md index 93ce3aac44..aa74962199 100644 --- a/packages/scaffold-utils/CHANGELOG.md +++ b/packages/scaffold-utils/CHANGELOG.md @@ -1,5 +1,22 @@ # @web3modal/scaffold-utils +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 +- Updated dependencies []: + - @web3modal/common@5.1.5 + - @web3modal/core@5.1.5 + - @web3modal/polyfills@5.1.5 + - @web3modal/wallet@5.1.5 + ## 5.1.4 ### Patch Changes diff --git a/packages/scaffold-utils/package.json b/packages/scaffold-utils/package.json index 433f5aadb6..6922158ff6 100644 --- a/packages/scaffold-utils/package.json +++ b/packages/scaffold-utils/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/scaffold-utils", - "version": "5.1.4", + "version": "5.1.5", "type": "module", "main": "./dist/esm/exports/index.js", "types": "./dist/types/exports/index.d.ts", diff --git a/packages/scaffold-utils/src/ConstantsUtil.ts b/packages/scaffold-utils/src/ConstantsUtil.ts index e8d53d67c1..d51e78df5b 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.1.4' + VERSION: '5.1.5' } diff --git a/packages/siwe/CHANGELOG.md b/packages/siwe/CHANGELOG.md index e13be22116..72f5930036 100644 --- a/packages/siwe/CHANGELOG.md +++ b/packages/siwe/CHANGELOG.md @@ -1,5 +1,23 @@ # @web3modal/siwe +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 +- Updated dependencies []: + - @web3modal/scaffold-utils@5.1.5 + - @web3modal/common@5.1.5 + - @web3modal/core@5.1.5 + - @web3modal/ui@5.1.5 + - @web3modal/wallet@5.1.5 + ## 5.1.4 ### Patch Changes diff --git a/packages/siwe/package.json b/packages/siwe/package.json index 40e37289b7..1f01293b66 100644 --- a/packages/siwe/package.json +++ b/packages/siwe/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/siwe", - "version": "5.1.4", + "version": "5.1.5", "type": "module", "main": "./dist/esm/exports/index.js", "types": "./dist/types/exports/index.d.ts", diff --git a/packages/solana/CHANGELOG.md b/packages/solana/CHANGELOG.md index 8330b00316..121865e8bb 100644 --- a/packages/solana/CHANGELOG.md +++ b/packages/solana/CHANGELOG.md @@ -1,5 +1,24 @@ # @web3modal/solana +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 +- Updated dependencies []: + - @web3modal/scaffold-utils@5.1.5 + - @web3modal/base@5.1.5 + - @web3modal/common@5.1.5 + - @web3modal/core@5.1.5 + - @web3modal/polyfills@5.1.5 + - @web3modal/wallet@5.1.5 + ## 5.1.4 ### Patch Changes diff --git a/packages/solana/package.json b/packages/solana/package.json index c4f6199cb4..ca840e3a7c 100644 --- a/packages/solana/package.json +++ b/packages/solana/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/solana", - "version": "5.1.4", + "version": "5.1.5", "type": "module", "main": "./dist/esm/exports/index.js", "types": "./dist/types/exports/index.d.ts", diff --git a/packages/ui/CHANGELOG.md b/packages/ui/CHANGELOG.md index 2ef0a01cee..f64c3f5e56 100644 --- a/packages/ui/CHANGELOG.md +++ b/packages/ui/CHANGELOG.md @@ -1,5 +1,17 @@ # @web3modal/ui +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 + ## 5.1.4 ### Patch Changes diff --git a/packages/ui/package.json b/packages/ui/package.json index a33982355d..de10960dc0 100644 --- a/packages/ui/package.json +++ b/packages/ui/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/ui", - "version": "5.1.4", + "version": "5.1.5", "type": "module", "main": "./dist/esm/index.js", "types": "./dist/types/index.d.ts", diff --git a/packages/wagmi/CHANGELOG.md b/packages/wagmi/CHANGELOG.md index da39f61a97..df480241bb 100644 --- a/packages/wagmi/CHANGELOG.md +++ b/packages/wagmi/CHANGELOG.md @@ -1,5 +1,24 @@ # @web3modal/wagmi +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 +- Updated dependencies []: + - @web3modal/scaffold-utils@5.1.5 + - @web3modal/base@5.1.5 + - @web3modal/common@5.1.5 + - @web3modal/polyfills@5.1.5 + - @web3modal/siwe@5.1.5 + - @web3modal/wallet@5.1.5 + ## 5.1.4 ### Patch Changes diff --git a/packages/wagmi/package.json b/packages/wagmi/package.json index a2a119e045..8d4754c2b0 100644 --- a/packages/wagmi/package.json +++ b/packages/wagmi/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/wagmi", - "version": "5.1.4", + "version": "5.1.5", "type": "module", "main": "./dist/esm/exports/index.js", "types": "./dist/types/exports/index.d.ts", diff --git a/packages/wallet/CHANGELOG.md b/packages/wallet/CHANGELOG.md index bcda2cebb4..81acfb1286 100644 --- a/packages/wallet/CHANGELOG.md +++ b/packages/wallet/CHANGELOG.md @@ -1,5 +1,20 @@ # @web3modal/wallet +## 5.1.5 + +### Patch Changes + +- - chore: add safety for localstorage by @zoruka in https://github.com/WalletConnect/web3modal/pull/2770 + - fix: impossible to press on send placeholder input on mobile by @magiziz in https://github.com/WalletConnect/web3modal/pull/2771 + - feat: solana sign all transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2772 + - chore: change universal provider relay url and move to constants file by @zoruka in https://github.com/WalletConnect/web3modal/pull/2776 + - chore: remove coinbase SDK de-duplication by @tomiir in https://github.com/WalletConnect/web3modal/pull/2768 + - fix: add missing chainId param for transactions request by @zoruka in https://github.com/WalletConnect/web3modal/pull/2779 + - fix: remove coming message from solana transactions by @zoruka in https://github.com/WalletConnect/web3modal/pull/2780 +- Updated dependencies []: + - @web3modal/common@5.1.5 + - @web3modal/polyfills@5.1.5 + ## 5.1.4 ### Patch Changes diff --git a/packages/wallet/package.json b/packages/wallet/package.json index f655222761..33551e0cda 100644 --- a/packages/wallet/package.json +++ b/packages/wallet/package.json @@ -1,6 +1,6 @@ { "name": "@web3modal/wallet", - "version": "5.1.4", + "version": "5.1.5", "type": "module", "main": "./dist/esm/index.js", "types": "./dist/types/index.d.ts",