Skip to content

Commit

Permalink
chore(release): publish 2.5.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shanyuhai123 committed Jul 3, 2021
1 parent d86ddda commit d9c2067
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 9 deletions.
6 changes: 2 additions & 4 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,10 @@
"packages": [
"packages/*"
],
"version": "2.4.0-alpha.0",
"version": "2.5.0-alpha.0",
"command": {
"publish": {
"ignoreChanges": [

],
"ignoreChanges": [],
"message": "chore(release): publish %v",
"registry": "https://registry.npmjs.org/"
}
Expand Down
4 changes: 2 additions & 2 deletions packages/vuepress-docs-gh-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-docs-gh-pages",
"version": "2.4.0-alpha.0",
"version": "2.5.0-alpha.0",
"private": true,
"description": "> TODO: description",
"author": "shanyuhai123 <[email protected]>",
Expand All @@ -21,6 +21,6 @@
"@vuepress/plugin-google-analytics": "^1.8.2",
"moment": "^2.29.1",
"vuepress": "^1.8.2",
"vuepress-plugin-auto-sidebar": "^2.4.0-alpha.0"
"vuepress-plugin-auto-sidebar": "^2.5.0-alpha.0"
}
}
4 changes: 2 additions & 2 deletions packages/vuepress-docs-test/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-docs-test",
"version": "2.4.0-alpha.0",
"version": "2.5.0-alpha.0",
"private": true,
"description": "> TODO: description",
"author": "shanyuhai123 <[email protected]>",
Expand All @@ -20,6 +20,6 @@
"dependencies": {
"moment": "^2.29.1",
"vuepress": "^1.8.2",
"vuepress-plugin-auto-sidebar": "^2.4.0-alpha.0"
"vuepress-plugin-auto-sidebar": "^2.5.0-alpha.0"
}
}
2 changes: 1 addition & 1 deletion packages/vuepress-plugin-auto-sidebar/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vuepress-plugin-auto-sidebar",
"version": "2.4.0-alpha.0",
"version": "2.5.0-alpha.0",
"description": "A vuepress plugin for generate sidebar",
"keywords": [
"vuepress",
Expand Down

0 comments on commit d9c2067

Please sign in to comment.