Skip to content

Commit b5aaf59

Browse files
authored
chore: release v0.0.2 (#10)
1 parent 16040f8 commit b5aaf59

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# [](https://github.com/razorsjs/vue-next-jsx/compare/v0.0.2-alpha.0...v) (2020-08-12)
2+
3+
4+
### Features
5+
6+
* **component:** support namespace component ([10d05f5](https://github.com/razorsjs/vue-next-jsx/commit/10d05f5a0457e1d7531729ce266296dadee165c0))
7+
8+
9+

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"npmClient": "yarn",
33
"useWorkspaces": true,
4-
"version": "0.0.2-alpha.0"
4+
"version": "0.0.2"
55
}

packages/babel-plugin-vue-next-jsx/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@razors/babel-plugin-vue-next-jsx",
3-
"version": "0.0.2-alpha.0",
3+
"version": "0.0.2",
44
"main": "./dist/index.cjs.js",
55
"module": "./dist/index.es.js",
66
"dependencies": {

packages/babel-plugin-vue-next-unwrap-ref/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@razors/babel-plugin-vue-next-unwrap-ref",
3-
"version": "0.0.2-alpha.0",
3+
"version": "0.0.2",
44
"main": "./dist/index.cjs.js",
55
"module": "./dist/index.es.js",
66
"repository": "https://github.com/marsprince/slate-vue-next.git",

0 commit comments

Comments
 (0)