Skip to content

Commit bb24d1d

Browse files
committed
1.7.2 release + changelog
1 parent 2328989 commit bb24d1d

5 files changed

Lines changed: 16 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# 1.7.2
2+
3+
This update fixes an issue with the order of React Hooks, and improves the stability of the SIWE Provider.
4+
5+
## Improved
6+
7+
- Remove `initialData` from `useQuery` Hooks.
8+
9+
## Fixed
10+
11+
- Fix order of Hooks in `useChainIsSupported`.
12+
113
# 1.7.1
214

315
This update fixes a bug where the chain was incorrectly detected as unsupported when only one chain is configured.

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.1",
3+
"version": "1.7.2",
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.1';
1+
export const CONNECTKIT_VERSION = '1.7.2';
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.1",
11+
"connectkit": "^1.7.2",
1212
"typescript": "^5.0.4",
1313
"viem": "^2.0.6",
1414
"wagmi": "^2.2.1",

yarn.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19375,6 +19375,7 @@ __metadata:
1937519375
version: 0.0.0-use.local
1937619376
resolution: "vite@workspace:examples/vite"
1937719377
dependencies:
19378+
"@tanstack/react-query": ^5.17.10
1937819379
"@types/react": ^18.0.17
1937919380
"@types/react-dom": ^18.0.6
1938019381
"@vitejs/plugin-react": ^2.1.0

0 commit comments

Comments
 (0)