Skip to content

Commit 35aeecd

Browse files
committedJan 10, 2024
release: connectkit 1.6.0
1 parent 5f9243b commit 35aeecd

File tree

3 files changed

+16
-2
lines changed

3 files changed

+16
-2
lines changed
 

Diff for: ‎CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
# 1.6.0
2+
3+
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.
4+
5+
## New
6+
7+
- Support for [EIP-6963](https://eips.ethereum.org/EIPS/eip-6963).
8+
- 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/)).
9+
- Added [Zerion](https://zerion.io) extension support.
10+
11+
## Improved
12+
13+
- Hide SIWE tooltip when using `hideTooltips` option.
14+
115
# 1.5.3
216

317
This update adds branding support for additional detectable injected connectors and improves the functionality and developer experience of using ConnectKit.

Diff for: ‎packages/connectkit/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "connectkit",
3-
"version": "1.5.3",
3+
"version": "1.6.0",
44
"author": "Family",
55
"homepage": "https://docs.family.co/connectkit",
66
"license": "BSD-2-Clause license",

Diff for: ‎packages/connectkit/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const CONNECTKIT_VERSION = '1.5.3';
1+
export const CONNECTKIT_VERSION = '1.6.0';
22

33
export * as Types from './types';
44
export { default as getDefaultConfig } from './defaultConfig';

4 commit comments

Comments
 (4)

vercel[bot] commented on Jan 10, 2024

@vercel[bot]

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[bot] commented on Jan 10, 2024

@vercel[bot]

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[bot] commented on Jan 10, 2024

@vercel[bot]

vercel[bot] commented on Jan 10, 2024

@vercel[bot]
Please sign in to comment.