Skip to content

Commit

Permalink
changelog + version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lochie committed May 25, 2023
1 parent a7944d3 commit cb287f1
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
19 changes: 17 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
# 1.3.0
# 1.4.0

This update improves the developer experience of using ConnectKit by upgrading the peer dependency wagmi up a version to `1.x.x`, and removes the peer dependency `ethers` in favor of [`viem`](https://viem.sh).

> **Note**
>
> This version of ConnectKit has breaking changes. Make sure your application is compatible by following the [migration guide](https://docs.family.co/connectkit/migration-guide#140-breaking-changes).
Today we’re releasing support for WalletConnect v2.
## New

- Updates peer dependency `wagmi` to `1.x.x`.
- Adds peer dependency [`viem`](https://viem.sh).

## Deprecated

- Removes peer dependency on `ethers`.

# 1.3.0

WalletConnect v1 is scheduled to shut down and will be no longer be supported after **June 28 2023.** It is advised to update your dApps immediately to support WalletConnect v2.

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.3.0",
"version": "1.4.0",
"author": "Family",
"homepage": "https://docs.family.co/connectkit",
"license": "BSD-2-Clause license",
Expand Down

3 comments on commit cb287f1

@vercel
Copy link

@vercel vercel bot commented on cb287f1 May 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

connectkit-vite – ./

connectkit-vite.vercel.app
connectkit-vite-lfe.vercel.app
connectkit-vite-git-main-lfe.vercel.app

@vercel
Copy link

@vercel vercel bot commented on cb287f1 May 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

connectkit-testbench – ./

connectkit-testbench-git-main-lfe.vercel.app
connectkit-testbench-lfe.vercel.app
connectkit-testbench.vercel.app

@vercel
Copy link

@vercel vercel bot commented on cb287f1 May 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

connectkit-nextjs – ./

connectkit-nextjs-lfe.vercel.app
connectkit-nextjs-git-main-lfe.vercel.app
connectkit-nextjs.vercel.app

Please sign in to comment.