Skip to content

Commit

Permalink
release: connectkit 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lochie committed Jan 10, 2024
1 parent 5f9243b commit 35aeecd
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 2 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 1.6.0

This update adds [EIP-6963](https://eips.ethereum.org/EIPS/eip-6963) support for enhanced wallet discovery and improves the functionality and developer experience of using ConnectKit.

## New

- Support for [EIP-6963](https://eips.ethereum.org/EIPS/eip-6963).
- Includes dependency [`mipd`](https://www.npmjs.com/package/mipd) for EIP-6963 TypeScript utilities, built by the team at [wevm](https://github.com/wevm) (creators of [wagmi](https://wagmi.sh/) and [viem](https://viem.sh/)).
- Added [Zerion](https://zerion.io) extension support.

## Improved

- Hide SIWE tooltip when using `hideTooltips` option.

# 1.5.3

This update adds branding support for additional detectable injected connectors and improves the functionality and developer experience of using ConnectKit.
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.5.3",
"version": "1.6.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.5.3';
export const CONNECTKIT_VERSION = '1.6.0';

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

4 comments on commit 35aeecd

@vercel
Copy link

@vercel vercel bot commented on 35aeecd Jan 10, 2024

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-git-main-avaraxyz.vercel.app
connectkit-vite-avaraxyz.vercel.app
connectkit-vite.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 35aeecd Jan 10, 2024

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-avaraxyz.vercel.app
connectkit-cra-avaraxyz.vercel.app
connectkit-cra.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 35aeecd Jan 10, 2024

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-avaraxyz.vercel.app
connectkit-nextjs.vercel.app
connectkit-nextjs-git-main-avaraxyz.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 35aeecd Jan 10, 2024

Choose a reason for hiding this comment

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

Please sign in to comment.