Skip to content

Commit

Permalink
Merge branch 'react18-tools:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
mayank1513 authored Apr 18, 2024
2 parents 23b1b7f + 19d4dad commit 4a8eec2
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ jobs:
permissions:
packages: write
contents: write
id-token: write

defaults:
run:
Expand Down
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-example

## 1.0.6

### Patch Changes

- Updated dependencies
- persist-and-sync@1.2.1

## 1.0.5

### 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-example",
"version": "1.0.5",
"version": "1.0.6",
"private": true,
"scripts": {
"dev": "next dev --port 3001",
Expand Down
6 changes: 6 additions & 0 deletions packages/persist-and-sync/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# persist-and-sync

## 1.2.1

### Patch Changes

- Add provance

## 1.2.0

### Minor Changes
Expand Down
4 changes: 2 additions & 2 deletions packages/persist-and-sync/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "persist-and-sync",
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
"version": "1.2.0",
"version": "1.2.1",
"description": "Zustand middleware to easily persist and sync Zustand state between tabs and windows",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand All @@ -17,7 +17,7 @@
"license": "MIT",
"scripts": {
"build": "tsc && node touchup.js",
"publish-package": "cd dist && npm publish && node ../legacy-support.js && npm publish",
"publish-package": "cd dist && npm publish && node ../legacy-support.js && npm publish --provenance --access public",
"test": "vitest run --coverage"
},
"funding": {
Expand Down

0 comments on commit 4a8eec2

Please sign in to comment.