Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @vuese/cli@2.2.6
 - @vuese/markdown-render@2.2.6
 - @vuese/parser@2.1.5
  • Loading branch information
HcySunYang committed Apr 4, 2019
1 parent b534f88 commit d60343d
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.2.5",
"version": "2.2.6",
"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.2.5",
"@vuese/parser": "^2.1.4",
"@vuese/markdown-render": "^2.2.6",
"@vuese/parser": "^2.1.5",
"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.2.5",
"version": "2.2.6",
"description": "Render raw markdown string according to AST",
"keywords": [
"markdown",
Expand Down Expand Up @@ -29,7 +29,7 @@
"extractDts": true
},
"devDependencies": {
"@vuese/parser": "^2.1.4"
"@vuese/parser": "^2.1.5"
},
"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.1.4",
"version": "2.1.5",
"description": "Vue file parser for automatic document generation",
"keywords": [
"parser",
Expand Down

0 comments on commit d60343d

Please sign in to comment.