diff --git a/examples/nextjs/CHANGELOG.md b/examples/nextjs/CHANGELOG.md new file mode 100644 index 0000000..1408527 --- /dev/null +++ b/examples/nextjs/CHANGELOG.md @@ -0,0 +1,8 @@ +# nextjs + +## 1.0.1 + +### Patch Changes + +- Updated dependencies + - zustand-sync-tabs@0.1.0 diff --git a/examples/nextjs/package.json b/examples/nextjs/package.json index ade8658..19e23be 100644 --- a/examples/nextjs/package.json +++ b/examples/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "nextjs", - "version": "1.0.0", + "version": "1.0.1", "private": true, "scripts": { "dev": "next dev --port 3001", diff --git a/packages/zustand-sync-tabs/CHANGELOG.md b/packages/zustand-sync-tabs/CHANGELOG.md new file mode 100644 index 0000000..894e0a6 --- /dev/null +++ b/packages/zustand-sync-tabs/CHANGELOG.md @@ -0,0 +1,7 @@ +# zustand-sync-tabs + +## 0.1.0 + +### Minor Changes + +- Sync on load diff --git a/packages/zustand-sync-tabs/package.json b/packages/zustand-sync-tabs/package.json index b256207..36335e3 100644 --- a/packages/zustand-sync-tabs/package.json +++ b/packages/zustand-sync-tabs/package.json @@ -1,7 +1,7 @@ { "name": "zustand-sync-tabs", "author": "Mayank Kumar Chaudhari ", - "version": "0.0.1", + "version": "0.1.0", "description": "Zustand middleware to easily sync Zustand state between tabs and windows", "main": "dist/index.js", "types": "dist/index.d.ts",