Skip to content

Commit 97040a2

Browse files
committed
Update version and publish workflow
1 parent a594347 commit 97040a2

File tree

6 files changed

+17
-9
lines changed

6 files changed

+17
-9
lines changed

.changeset/dirty-kiwis-jam.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,11 @@ jobs:
1919
working-directory: ./packages/zustand-sync-tabs
2020

2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
with:
2424
token: ${{ secrets.GITHUB_TOKEN }}
2525

26-
- uses: actions/setup-node@v3
26+
- uses: actions/setup-node@v4
2727
with:
2828
node-version: 18
2929
registry-url: https://registry.npmjs.org

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.4
4+
5+
### Patch Changes
6+
7+
- Updated dependencies [a594347]
8+
9+
310
## 1.0.3
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.3",
3+
"version": "1.0.4",
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.2
4+
5+
### Patch Changes
6+
7+
- a594347: Update peerdeps
8+
39
## 0.2.1
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.1",
4+
"version": "0.2.2",
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)