Skip to content

Commit 9ecf487

Browse files
authored
Merge pull request #372 from idrawjs/dev-v1.x
Dev v1.x
2 parents bc97544 + 34f7687 commit 9ecf487

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,16 @@ jobs:
2525
# - run: npm publish --provenance --access public -w ./packages/types
2626
env:
2727
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
28-
- run: npm publish --provenance --access public -w ./packages/util
28+
- run: npm publish --provenance --access public -w ./packages/util --tag next
2929
env:
3030
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
31-
- run: npm publish --provenance --access public -w ./packages/renderer
31+
- run: npm publish --provenance --access public -w ./packages/renderer --tag next
3232
env:
3333
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
34-
- run: npm publish --provenance --access public -w ./packages/core
34+
- run: npm publish --provenance --access public -w ./packages/core --tag next
3535
env:
3636
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
37-
- run: npm publish --provenance --access public -w ./packages/idraw
37+
- run: npm publish --provenance --access public -w ./packages/idraw --tag next
3838
env:
3939
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
4040
# - run: npm publish --provenance --access public -w ./packages/figma

.npmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# registry=https://registry.npmmirror.com
2-
auto-install-peers = true
2+
# auto-install-peers = true

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": false,
3-
"version": "1.0.0-alpha.0",
3+
"version": "1.0.0-alpha.1",
44
"workspaces": [
55
"packages/*"
66
],

0 commit comments

Comments
 (0)