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 69af4ea commit 4820c12Copy full SHA for 4820c12
packages/connectkit/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "connectkit",
3
- "version": "1.7.2",
+ "version": "1.7.3",
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.7.2';
+export const CONNECTKIT_VERSION = '1.7.3';
export * as Types from './types';
export { default as getDefaultConfig } from './defaultConfig';
packages/cra-template/template.json
@@ -8,7 +8,7 @@
8
"@types/node": "^16.7.13",
9
"@types/react": "^18.0.0",
10
"@types/react-dom": "^18.0.0",
11
- "connectkit": "^1.7.2",
+ "connectkit": "^1.7.3",
12
"typescript": "^5.0.4",
13
"viem": "^2.0.6",
14
"wagmi": "^2.2.1",
0 commit comments