Skip to content

Commit

Permalink
version 1.7.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
lochie committed Mar 28, 2024
1 parent 69af4ea commit 4820c12
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion packages/connectkit/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "connectkit",
"version": "1.7.2",
"version": "1.7.3",
"author": "Family",
"homepage": "https://docs.family.co/connectkit",
"license": "BSD-2-Clause license",
Expand Down
2 changes: 1 addition & 1 deletion packages/connectkit/src/index.ts
Original file line number Diff line number Diff line change
@@ -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';
Expand Down
2 changes: 1 addition & 1 deletion packages/cra-template/template.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"@types/node": "^16.7.13",
"@types/react": "^18.0.0",
"@types/react-dom": "^18.0.0",
"connectkit": "^1.7.2",
"connectkit": "^1.7.3",
"typescript": "^5.0.4",
"viem": "^2.0.6",
"wagmi": "^2.2.1",
Expand Down

0 comments on commit 4820c12

Please sign in to comment.