Skip to content

Commit 1d1e5ea

Browse files
committed
version 1.9.0
1 parent 4f57af1 commit 1d1e5ea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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.8.2",
3+
"version": "1.9.0",
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.8.2';
1+
export const CONNECTKIT_VERSION = '1.9.0';
22

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

0 commit comments

Comments
 (0)