Skip to content

Commit

Permalink
remove beta tag from ver9
Browse files Browse the repository at this point in the history
  • Loading branch information
jchip committed Feb 25, 2021
1 parent e86e769 commit b68766e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
},
"beta": {
"enabled": true,
"enabled": false,
"packages": {
"@xarc/app": true,
"@xarc/app-dev": true,
Expand Down
3 changes: 1 addition & 2 deletions packages/xarc-app-dev/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,8 +179,7 @@
},
"publishConfig": {
"registry": "https://registry.npmjs.com/",
"access": "public",
"tag": "beta"
"access": "public"
},
"@xarc/module-dev": {
"srcDir": [
Expand Down
3 changes: 1 addition & 2 deletions packages/xarc-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,8 +103,7 @@
},
"publishConfig": {
"registry": "https://registry.npmjs.com/",
"access": "public",
"tag": "beta"
"access": "public"
},
"prettier": {
"printWidth": 100,
Expand Down

0 comments on commit b68766e

Please sign in to comment.