Skip to content

Commit 1f7cbe2

Browse files
chore: version packages (#4498)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 408e5b2 commit 1f7cbe2

File tree

4 files changed

+8
-7
lines changed

4 files changed

+8
-7
lines changed

.changeset/cyan-parents-rhyme.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

packages/react/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# wagmi
22

3+
## 2.14.7
4+
5+
### Patch Changes
6+
7+
- [#4497](https://github.com/wevm/wagmi/pull/4497) [`00c144b21bac3f0797b683d8a4a81f7399c6e042`](https://github.com/wevm/wagmi/commit/00c144b21bac3f0797b683d8a4a81f7399c6e042) Thanks [@tmm](https://github.com/tmm)! - Bumped `use-sync-external-store` version for React 19.
8+
39
## 2.14.6
410

511
### Patch Changes

packages/react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "wagmi",
33
"description": "React Hooks for Ethereum",
4-
"version": "2.14.6",
4+
"version": "2.14.7",
55
"license": "MIT",
66
"repository": {
77
"type": "git",

packages/react/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '2.14.6'
1+
export const version = '2.14.7'

0 commit comments

Comments
 (0)