Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @vuese/cli@2.2.0
 - @vuese/markdown-render@2.2.0
 - @vuese/parser@2.1.0
  • Loading branch information
HcySunYang committed Mar 21, 2019
1 parent a38320c commit c03c636
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuese/cli",
"version": "2.1.2",
"version": "2.2.0",
"description": "Automatically generate markdown documents based on your vue file",
"keywords": [
"markdown",
Expand Down Expand Up @@ -33,8 +33,8 @@
"extractDts": false
},
"dependencies": {
"@vuese/markdown-render": "^2.1.2",
"@vuese/parser": "^2.0.4",
"@vuese/markdown-render": "^2.2.0",
"@vuese/parser": "^2.1.0",
"cac": "^6.4.0",
"carlo": "^0.9.10",
"chokidar": "^2.0.4",
Expand Down
4 changes: 2 additions & 2 deletions packages/markdown-render/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuese/markdown-render",
"version": "2.1.2",
"version": "2.2.0",
"description": "Render raw markdown string according to AST",
"keywords": [
"markdown",
Expand Down Expand Up @@ -29,7 +29,7 @@
"extractDts": true
},
"devDependencies": {
"@vuese/parser": "^2.0.4"
"@vuese/parser": "^2.1.0"
},
"gitHead": "2bc1b0691aaf9480fa6fc0ad59ff1bc991b81efe"
}
2 changes: 1 addition & 1 deletion packages/parser/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuese/parser",
"version": "2.0.4",
"version": "2.1.0",
"description": "Vue file parser for automatic document generation",
"keywords": [
"parser",
Expand Down

0 comments on commit c03c636

Please sign in to comment.