You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,6 @@
1
-
2
1
# x.y.z
3
2
4
-
This update adds support for [Coinbase Smart Wallet](https://smartwallet.dev) and adds additional support for the latest versions of peer dependencies `wagmi` and `viem`.
3
+
This update adds support for [Coinbase Smart Wallet](https://smartwallet.dev), adds additional support for the latest versions of peer dependencies `wagmi` and `viem`, and removes the dependency `ethers` from `connectkit-next-siwe` in favor of `viem`'s [SIWE implementation](https://viem.sh/docs/siwe/actions/verifySiweMessage).
5
4
6
5
## New
7
6
@@ -10,6 +9,11 @@ This update adds support for [Coinbase Smart Wallet](https://smartwallet.dev) an
10
9
## Updated
11
10
12
11
- Changed default setting for `enforceSupportedChains` to `false` to allow for a better default user and developer experience.
12
+
- Updates peer dependency `viem` to `>=2.13.x`.
13
+
14
+
## Deprecated
15
+
16
+
- Removes dependency `ethers` from `connectkit-next-siwe` in favor of `viem`'s [SIWE implementation](https://viem.sh/docs/siwe/actions/verifySiweMessage).
0 commit comments