Skip to content

Commit 20581da

Browse files
committed
fix peer deps
1 parent f96582a commit 20581da

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

examples/nextjs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# nextjs-example
22

3+
## 1.0.7
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
9+
310
## 1.0.6
411

512
### Patch Changes

examples/nextjs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nextjs-example",
3-
"version": "1.0.6",
3+
"version": "1.0.7",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --port 3001",

packages/persist-and-sync/CHANGELOG.md

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

3+
## 1.2.2
4+
5+
### Patch Changes
6+
7+
- Update peerDependencies
8+
39
## 1.2.1
410

511
### Patch Changes

packages/persist-and-sync/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "persist-and-sync",
33
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
4-
"version": "1.2.1",
4+
"version": "1.2.2",
55
"description": "Zustand middleware to easily persist and sync Zustand state between tabs and windows",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
@@ -36,7 +36,7 @@
3636
"zustand": "^4.4.7"
3737
},
3838
"peerDependencies": {
39-
"zustand": "^3 || ^4"
39+
"zustand": "3-5"
4040
},
4141
"keywords": [
4242
"web",

0 commit comments

Comments
 (0)