Skip to content

Commit

Permalink
1.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lochie committed Jun 5, 2024
1 parent 33eefb1 commit 6820ab3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# x.y.z
# 1.8.0

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

Expand Down
2 changes: 1 addition & 1 deletion packages/connectkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "connectkit",
"version": "1.7.3",
"version": "1.8.0",
"author": "Family",
"homepage": "https://docs.family.co/connectkit",
"license": "BSD-2-Clause license",
Expand Down
2 changes: 1 addition & 1 deletion packages/connectkit/src/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
export const CONNECTKIT_VERSION = '1.7.3';
export const CONNECTKIT_VERSION = '1.8.0';

export * as Types from './types';
export { default as getDefaultConfig } from './defaultConfig';
Expand Down

0 comments on commit 6820ab3

Please sign in to comment.