Skip to content

Commit

Permalink
chore: release v1.0.10-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yzh990918 committed Sep 21, 2022
1 parent 82c7e24 commit 3272e5e
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 11 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vbs/magic-cli",
"version": "1.0.10-beta.0",
"version": "1.0.10-beta.1",
"private": true,
"packageManager": "[email protected]",
"description": "",
Expand All @@ -24,12 +24,13 @@
"@commitlint/config-conventional": "^12.1.4",
"@vbs/eslint-config": "^1.0.0",
"bumpp": "^8.2.1",
"consola": "^2.15.3",
"eslint": "^8.23.0",
"husky": "^7.0.4",
"lint-staged": "^10.5.4",
"vitepress": "1.0.0-alpha.12",
"vitest": "^0.10.5",
"za-zi": "^0.0.8"
"za-zi": "^0.0.10"
},
"lint-staged": {
"*": "npm run lint"
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vbs/magic-cli-core",
"version": "1.0.10-beta.0",
"version": "1.0.10-beta.1",
"description": "",
"keywords": [],
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/init/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vbs/magic-cli-init",
"version": "1.0.10-beta.0",
"version": "1.0.10-beta.1",
"description": "",
"keywords": [],
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/models/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@vbs/magic-cli-models",
"type": "module",
"version": "1.0.10-beta.0",
"version": "1.0.10-beta.1",
"description": "",
"keywords": [],
"license": "ISC",
Expand Down
2 changes: 1 addition & 1 deletion packages/templates/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vbs/magic-cli-templates",
"version": "1.0.10-beta.0",
"version": "1.0.10-beta.1",
"description": "",
"keywords": [],
"license": "ISC",
Expand Down
6 changes: 1 addition & 5 deletions packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vbs/magic-cli-utils",
"version": "1.0.10-beta.0",
"version": "1.0.10-beta.1",
"description": "",
"keywords": [],
"license": "ISC",
Expand Down Expand Up @@ -33,21 +33,17 @@
"@types/figlet": "^1.5.4",
"@types/gradient-string": "^1.1.2",
"@types/node": "^18.6.4",
"@types/npmlog": "^4.1.4",
"@types/ora": "^3.2.0",
"@types/semver": "^7.3.12",
"@types/semver-sort": "^0.0.1",
"@types/strip-ansi": "^5.2.1",
"axios": "^0.27.2",
"chalk": "4.1.1",
"clear": "^0.1.0",
"figlet": "^1.5.2",
"gradient-string": "^2.0.1",
"npmlog": "^6.0.2",
"ora": "^6.1.2",
"semver": "^7.3.7",
"semver-sort": "^1.0.0",
"strip-ansi": "^7.0.1",
"tslib": "^2.3.1",
"typescript": "^4.5.2",
"unbuild": "^0.8.8"
Expand Down

0 comments on commit 3272e5e

Please sign in to comment.