Skip to content

Commit

Permalink
Changeset
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 committed Dec 29, 2023
1 parent 16f0d44 commit 57eefca
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 7 deletions.
5 changes: 0 additions & 5 deletions .changeset/unlucky-boxes-pump.md

This file was deleted.

7 changes: 7 additions & 0 deletions examples/nextjs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# nextjs

## 1.0.2

### Patch Changes

- Updated dependencies [2894d47]
- [email protected]

## 1.0.1

### Patch Changes
Expand Down
2 changes: 1 addition & 1 deletion examples/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "nextjs",
"version": "1.0.1",
"version": "1.0.2",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
Expand Down
6 changes: 6 additions & 0 deletions packages/zustand-sync-tabs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# zustand-sync-tabs

## 0.2.0

### Minor Changes

- 2894d47: Add include and exclude options

## 0.1.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/zustand-sync-tabs/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "zustand-sync-tabs",
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
"version": "0.1.0",
"version": "0.2.0",
"description": "Zustand middleware to easily sync Zustand state between tabs and windows",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 57eefca

Please sign in to comment.