Skip to content

Commit

Permalink
chore: release v0.0.2 (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
marsprince authored Aug 12, 2020
1 parent 16040f8 commit b5aaf59
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# [](https://github.com/razorsjs/vue-next-jsx/compare/v0.0.2-alpha.0...v) (2020-08-12)


### Features

* **component:** support namespace component ([10d05f5](https://github.com/razorsjs/vue-next-jsx/commit/10d05f5a0457e1d7531729ce266296dadee165c0))



2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.0.2-alpha.0"
"version": "0.0.2"
}
2 changes: 1 addition & 1 deletion packages/babel-plugin-vue-next-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@razors/babel-plugin-vue-next-jsx",
"version": "0.0.2-alpha.0",
"version": "0.0.2",
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
"dependencies": {
Expand Down
2 changes: 1 addition & 1 deletion packages/babel-plugin-vue-next-unwrap-ref/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@razors/babel-plugin-vue-next-unwrap-ref",
"version": "0.0.2-alpha.0",
"version": "0.0.2",
"main": "./dist/index.cjs.js",
"module": "./dist/index.es.js",
"repository": "https://github.com/marsprince/slate-vue-next.git",
Expand Down

0 comments on commit b5aaf59

Please sign in to comment.