chore: bump version 0.4.0-beta.45

This commit is contained in:
chenshenhai 2025-05-24 10:47:41 +08:00
parent 64f89efdbd
commit 5fe7d27c00
2 changed files with 4 additions and 4 deletions

View file

@ -37,6 +37,6 @@ jobs:
- run: npm publish --provenance --access public -w ./packages/idraw
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm publish --provenance --access public -w ./packages/figma
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# - run: npm publish --provenance --access public -w ./packages/figma
# env:
# NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

View file

@ -1,6 +1,6 @@
{
"private": false,
"version": "0.4.0-beta.44",
"version": "0.4.0-beta.45",
"workspaces": [
"packages/*"
],