Skip to content

Commit cf8a1e2

Browse files
committed
version 1.9.1
1 parent b9ba493 commit cf8a1e2

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 1.9.1
2+
3+
This update includes updates to the peer dependencies and improvements to the Family Accounts features.
4+
5+
## Updated
6+
7+
- `family` package updated to latest.
8+
9+
## Improved
10+
11+
- Improved support for `family` features.
12+
113
# 1.9.0
214

315
We're thrilled to announce a major upgrade to ConnectKit—designed to make onboarding and navigating Ethereum simpler and safer than ever.

packages/connectkit/package.json

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

packages/connectkit/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const CONNECTKIT_VERSION = '1.9.0';
1+
export const CONNECTKIT_VERSION = '1.9.1';
22

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

0 commit comments

Comments
 (0)