From da107dd11fa0e1aea10229f23ce7fcedea99a361 Mon Sep 17 00:00:00 2001 From: chenshenhai Date: Sat, 28 Mar 2026 21:26:36 +0800 Subject: [PATCH 1/3] ci: fix npmrc --- .npmrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.npmrc b/.npmrc index 0038fe7..91e1497 100644 --- a/.npmrc +++ b/.npmrc @@ -1,2 +1,2 @@ # registry=https://registry.npmmirror.com -auto-install-peers = true \ No newline at end of file +# auto-install-peers = true \ No newline at end of file From 75240e1687ee94ef3785eabfb59338f5f1fb51c6 Mon Sep 17 00:00:00 2001 From: chenshenhai Date: Sat, 28 Mar 2026 21:27:21 +0800 Subject: [PATCH 2/3] chore: bump version 1.0.0-alpha.1 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 7989840..a3a1e75 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "private": false, - "version": "1.0.0-alpha.0", + "version": "1.0.0-alpha.1", "workspaces": [ "packages/*" ], From 34f7687c2b5e6e13d1120a81d236529ff3f453dd Mon Sep 17 00:00:00 2001 From: chenshenhai Date: Sat, 28 Mar 2026 21:29:55 +0800 Subject: [PATCH 3/3] ci: update action scripts --- .github/workflows/release.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1e8336..c8e43b6 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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