We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f57af1 commit 1d1e5eaCopy full SHA for 1d1e5ea
packages/connectkit/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "connectkit",
3
- "version": "1.8.2",
+ "version": "1.9.0",
4
"author": "Family",
5
"homepage": "https://docs.family.co/connectkit",
6
"license": "BSD-2-Clause license",
packages/connectkit/src/index.ts
@@ -1,4 +1,4 @@
-export const CONNECTKIT_VERSION = '1.8.2';
+export const CONNECTKIT_VERSION = '1.9.0';
export * as Types from './types';
export { default as getDefaultConfig } from './defaultConfig';
0 commit comments