File tree Expand file tree Collapse file tree 5 files changed +20
-6
lines changed
packages/zustand-sync-tabs Expand file tree Collapse file tree 5 files changed +20
-6
lines changed Original file line number Diff line number Diff line change 1212 permissions :
1313 packages : write
1414 contents : write
15+ id-token : write
1516
1617 defaults :
1718 run :
3031 name : Install dependencies
3132 - name : Publish to NPM
3233 run : |
33- pnpm build && cd dist && npm publish
34- sed -i -e "s/.*name.*/\t\"name\": \"zustand-sync\",/" package.json && npm publish
35- sed -i -e "s/.*name.*/\t\"name\": \"sync-zustand\",/" package.json && npm publish
36- sed -i -e "s/.*name.*/\t\"name\": \"sync-tabs-zustand\",/" package.json && npm publish
34+ pnpm build && cd dist && npm publish --provenance --access public
35+ sed -i -e "s/.*name.*/\t\"name\": \"zustand-sync\",/" package.json && npm publish --provenance --access public
36+ sed -i -e "s/.*name.*/\t\"name\": \"sync-zustand\",/" package.json && npm publish --provenance --access public
37+ sed -i -e "s/.*name.*/\t\"name\": \"sync-tabs-zustand\",/" package.json && npm publish --provenance --access public
3738 env :
3839 NODE_AUTH_TOKEN : ${{ secrets.NPM_AUTH_TOKEN }}
Original file line number Diff line number Diff line change 11# nextjs
22
3+ ## 1.0.3
4+
5+ ### Patch Changes
6+
7+ - Updated dependencies
8+ 9+
310## 1.0.2
411
512### Patch Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " nextjs" ,
3- "version" : " 1.0.2 " ,
3+ "version" : " 1.0.3 " ,
44 "private" : true ,
55 "scripts" : {
66 "dev" : " next dev --port 3001" ,
Original file line number Diff line number Diff line change 11# zustand-sync-tabs
22
3+ ## 0.2.1
4+
5+ ### Patch Changes
6+
7+ - Add provance
8+
39## 0.2.0
410
511### Minor Changes
Original file line number Diff line number Diff line change 11{
22 "name" : " zustand-sync-tabs" ,
33 "author" : " Mayank Kumar Chaudhari <https://mayank-chaudhari.vercel.app>" ,
4- "version" : " 0.2.0 " ,
4+ "version" : " 0.2.1 " ,
55 "description" : " Zustand middleware to easily sync Zustand state between tabs and windows" ,
66 "main" : " dist/index.js" ,
77 "types" : " dist/index.d.ts" ,
You can’t perform that action at this time.
0 commit comments