Skip to content

Commit

Permalink
update changelog and package version to 1.1.4 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
lochie authored Feb 22, 2023
1 parent 37f4e0a commit 2336ebb
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
10 changes: 8 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,13 @@
# Working
# 1.1.4

Add `chain` to `ConnectKitButton.Custom` exports.
This update adds some minor quality of life features to ConnectKit.

## Improved

- Included `shimChainChangedDisconnect` option to `MetaMaskConnector` to automatically disconnect the wallet when the chain changes in particular version of MetaMask (thanks [Songkeys](https://github.com/Songkeys)).
- Added `size` prop to `ChainIcon` component to allow for custom sizing (thanks [JamieLottering](https://github.com/JamieLottering)).
- Exported type `ConnectKitOptions` for better TypeScript support when creating a wagmi client (thanks [ryanberckmans](https://github.com/ryanberckmans)).
- Included `chain` to `ConnectKitButton.custom` to allow for chains to be passed to custom buttons.

# 1.1.3

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.1.3",
"version": "1.1.4",
"author": "Family",
"homepage": "https://docs.family.co/connectkit",
"license": "BSD-2-Clause license",
Expand Down
4 changes: 2 additions & 2 deletions packages/cra-template/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"connectkit": "^1.1.3",
"connectkit": "^1.1.4",
"ethers": "^5.6.5",
"typescript": "^4.4.2",
"typescript": "^4.9.5",
"wagmi": "^0.10.11",
"web-vitals": "^2.1.0"
},
Expand Down

4 comments on commit 2336ebb

@vercel
Copy link

@vercel vercel bot commented on 2336ebb Feb 22, 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-git-main-lfe.vercel.app
connectkit-vite-lfe.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 2336ebb Feb 22, 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.vercel.app
connectkit-nextjs-lfe.vercel.app
connectkit-nextjs-git-main-lfe.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 2336ebb Feb 22, 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.vercel.app
connectkit-cra-lfe.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 2336ebb Feb 22, 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

Please sign in to comment.