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 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 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/*" ],