Skip to content

Commit 009c2de

Browse files
committed
Release
1 parent 90b9ace commit 009c2de

File tree

4 files changed

+15
-2
lines changed

4 files changed

+15
-2
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.8
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
9+
310
## 1.0.7
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.7",
3+
"version": "1.0.8",
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.3
4+
5+
### Patch Changes
6+
7+
- Upgrade Zustand support to v5
8+
39
## 1.2.2
410

511
### Patch Changes

packages/persist-and-sync/package.json

Lines changed: 1 addition & 1 deletion
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.2",
4+
"version": "1.2.3",
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",

0 commit comments

Comments
 (0)