Merge pull request #372 from idrawjs/dev-v1.x

Dev v1.x
This commit is contained in:
Deepsea 2026-03-28 21:34:40 +08:00 committed by GitHub
commit 9ecf487f07
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 6 additions and 6 deletions

View file

@ -25,16 +25,16 @@ jobs:
# - run: npm publish --provenance --access public -w ./packages/types
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm publish --provenance --access public -w ./packages/util
- run: npm publish --provenance --access public -w ./packages/util --tag next
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm publish --provenance --access public -w ./packages/renderer
- run: npm publish --provenance --access public -w ./packages/renderer --tag next
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm publish --provenance --access public -w ./packages/core
- run: npm publish --provenance --access public -w ./packages/core --tag next
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
- run: npm publish --provenance --access public -w ./packages/idraw
- run: npm publish --provenance --access public -w ./packages/idraw --tag next
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
# - run: npm publish --provenance --access public -w ./packages/figma

2
.npmrc
View file

@ -1,2 +1,2 @@
# registry=https://registry.npmmirror.com
auto-install-peers = true
# auto-install-peers = true

View file

@ -1,6 +1,6 @@
{
"private": false,
"version": "1.0.0-alpha.0",
"version": "1.0.0-alpha.1",
"workspaces": [
"packages/*"
],