Skip to content

Commit 19d4dad

Browse files
authored
Merge pull request #12 from react18-tools/provance
Provance
2 parents 04de9a9 + f019c17 commit 19d4dad

File tree

5 files changed

+17
-3
lines changed

5 files changed

+17
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ jobs:
1212
permissions:
1313
packages: write
1414
contents: write
15+
id-token: write
1516

1617
defaults:
1718
run:

examples/nextjs/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# nextjs-example
22

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

packages/persist-and-sync/CHANGELOG.md

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

3+
## 1.2.1
4+
5+
### Patch Changes
6+
7+
- Add provance
8+
39
## 1.2.0
410

511
### Minor Changes

packages/persist-and-sync/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "persist-and-sync",
33
"author": "Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"description": "Zustand middleware to easily persist and sync Zustand state between tabs and windows",
66
"main": "dist/index.js",
77
"types": "dist/index.d.ts",
@@ -17,7 +17,7 @@
1717
"license": "MIT",
1818
"scripts": {
1919
"build": "tsc && node touchup.js",
20-
"publish-package": "cd dist && npm publish && node ../legacy-support.js && npm publish",
20+
"publish-package": "cd dist && npm publish && node ../legacy-support.js && npm publish --provenance --access public",
2121
"test": "vitest run --coverage"
2222
},
2323
"funding": {

0 commit comments

Comments
 (0)