Skip to content

Commit f1ad042

Browse files
committed
chore: add changeset for stricter peer dependencies
1 parent c2a52f3 commit f1ad042

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
22

3+
## 1.0.5
4+
5+
### Patch Changes
6+
7+
- Updated dependencies
8+
9+
310
## 1.0.4
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",
3-
"version": "1.0.4",
3+
"version": "1.0.5",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --port 3001",

packages/zustand-sync-tabs/CHANGELOG.md

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

3+
## 0.2.3
4+
5+
### Patch Changes
6+
7+
- Fix peer dependency warning while installing, for strict package managers like pnpm.
8+
39
## 0.2.2
410

511
### Patch Changes

packages/zustand-sync-tabs/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "zustand-sync-tabs",
33
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
4-
"version": "0.2.2",
4+
"version": "0.2.3",
55
"description": "Zustand middleware to easily sync Zustand state between tabs and windows",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",

0 commit comments

Comments
 (0)