Skip to content

Commit

Permalink
1.7.2 release + changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
lochie committed Feb 27, 2024
1 parent 2328989 commit bb24d1d
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# 1.7.2

This update fixes an issue with the order of React Hooks, and improves the stability of the SIWE Provider.

## Improved

- Remove `initialData` from `useQuery` Hooks.

## Fixed

- Fix order of Hooks in `useChainIsSupported`.

# 1.7.1

This update fixes a bug where the chain was incorrectly detected as unsupported when only one chain is configured.
Expand Down
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.1",
"version": "1.7.2",
"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.1';
export const CONNECTKIT_VERSION = '1.7.2';

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.1",
"connectkit": "^1.7.2",
"typescript": "^5.0.4",
"viem": "^2.0.6",
"wagmi": "^2.2.1",
Expand Down
1 change: 1 addition & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -19375,6 +19375,7 @@ __metadata:
version: 0.0.0-use.local
resolution: "vite@workspace:examples/vite"
dependencies:
"@tanstack/react-query": ^5.17.10
"@types/react": ^18.0.17
"@types/react-dom": ^18.0.6
"@vitejs/plugin-react": ^2.1.0
Expand Down

0 comments on commit bb24d1d

Please sign in to comment.