Skip to content

Commit

Permalink
package version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
lochie committed Feb 1, 2024
1 parent f99ee95 commit 4b72e57
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.6.0",
"version": "1.7.0",
"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.6.0';
export const CONNECTKIT_VERSION = '1.7.0';

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.2.3",
"connectkit": "^1.7.0",
"typescript": "^5.0.4",
"viem": "^2.0.6",
"wagmi": "^2.2.1",
Expand Down

0 comments on commit 4b72e57

Please sign in to comment.