Skip to content

Commit 4820c12

Browse files
committed
version 1.7.3 release
1 parent 69af4ea commit 4820c12

File tree

3 files changed

+3
-3
lines changed

3 files changed

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

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

packages/cra-template/template.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"@types/node": "^16.7.13",
99
"@types/react": "^18.0.0",
1010
"@types/react-dom": "^18.0.0",
11-
"connectkit": "^1.7.2",
11+
"connectkit": "^1.7.3",
1212
"typescript": "^5.0.4",
1313
"viem": "^2.0.6",
1414
"wagmi": "^2.2.1",

0 commit comments

Comments
 (0)