Skip to content

Commit

Permalink
version 1.2.3 + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lochie committed Apr 21, 2023
1 parent 7073976 commit dd00513
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.2.3

This update adds some minor quality of life features to ConnectKit.

## Improved

- Updated styling of the switch chain page for better readability.
- Adds prefix to LocalStorage keys to avoid collisions with other apps.
- Restyled [documentation site](https://docs.family.co/connectkit) to make following guides even easier.

# 1.2.2

This update improves the functionality and developer experience of using ConnectKit and moves the peer dependency wagmi up a version to `0.12.x`.
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.2.2",
"version": "1.2.3",
"author": "Family",
"homepage": "https://docs.family.co/connectkit",
"license": "BSD-2-Clause license",
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"connectkit": "^1.2.2",
"connectkit": "^1.2.3",
"ethers": "^5.6.5",
"typescript": "^4.9.5",
"wagmi": "^0.12.0",
Expand Down

4 comments on commit dd00513

@vercel
Copy link

@vercel vercel bot commented on dd00513 Apr 21, 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 dd00513 Apr 21, 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-cra – ./

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

@vercel
Copy link

@vercel vercel bot commented on dd00513 Apr 21, 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-lfe.vercel.app
connectkit-testbench-git-main-lfe.vercel.app
connectkit-testbench.vercel.app

@vercel
Copy link

@vercel vercel bot commented on dd00513 Apr 21, 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.vercel.app
connectkit-nextjs-git-main-lfe.vercel.app

Please sign in to comment.