Skip to content

Commit 6820ab3

Browse files
committed
1.8.0 release
1 parent 33eefb1 commit 6820ab3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# x.y.z
1+
# 1.8.0
22

33
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).
44

packages/connectkit/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "connectkit",
3-
"version": "1.7.3",
3+
"version": "1.8.0",
44
"author": "Family",
55
"homepage": "https://docs.family.co/connectkit",
66
"license": "BSD-2-Clause license",

packages/connectkit/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const CONNECTKIT_VERSION = '1.7.3';
1+
export const CONNECTKIT_VERSION = '1.8.0';
22

33
export * as Types from './types';
44
export { default as getDefaultConfig } from './defaultConfig';

0 commit comments

Comments
 (0)