Skip to content

Commit

Permalink
chore(release): publish
Browse files Browse the repository at this point in the history
 - @vuese/cli@2.0.0-beta.2
 - @vuese/markdown-render@2.0.0-beta.2
 - @vuese/parser@2.0.0-beta.2
 - @vuese/utils@2.0.0-beta.2
  • Loading branch information
HcySunYang committed Jan 13, 2019
1 parent 1598abc commit 2bc1b06
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/cli/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuese/cli",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "Automatically generate markdown documents based on your vue file",
"keywords": [
"markdown",
Expand Down
2 changes: 1 addition & 1 deletion 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.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "Render raw markdown string according to AST",
"keywords": [
"markdown",
Expand Down
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.0-beta.1",
"version": "2.0.0-beta.2",
"description": "Vue file parser for automatic document generation",
"keywords": [
"parser",
Expand Down
2 changes: 1 addition & 1 deletion packages/utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@vuese/utils",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"private": true,
"description": "Private tool module",
"dependencies": {
Expand Down

0 comments on commit 2bc1b06

Please sign in to comment.