Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
  • Loading branch information
shanyuhai123 committed Mar 22, 2021
1 parent 946a4f6 commit e07d85b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
"packages": [
"packages/*"
],
"version": "2.0.0",
"version": "2.1.0",
"command": {
"publish": {
"ignoreChanges": ["*.md"],
"ignoreChanges": [
"*.md"
],
"message": "chore(release): publish",
"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.0.0",
"version": "2.1.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.0.0"
"vuepress-plugin-auto-sidebar": "^2.1.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.0.0",
"version": "2.1.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.0.0"
"vuepress-plugin-auto-sidebar": "^2.1.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.0.0",
"version": "2.1.0",
"description": "A vuepress plugin for generate sidebar",
"keywords": [
"vuepress",
Expand Down

0 comments on commit e07d85b

Please sign in to comment.