Skip to content
This repository was archived by the owner on Aug 24, 2019. It is now read-only.

Commit 6be2b9f

Browse files
committed
v0.1.2
1 parent f172bc4 commit 6be2b9f

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"lerna": "2.1.0",
33
"npmClient": "yarn",
44
"useWorkspaces": true,
5-
"version": "0.1.1"
5+
"version": "0.1.2"
66
}

packages/h2x-core/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,16 @@
11
{
22
"name": "h2x-core",
33
"description": "H2X compiler core.",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-core",
66
"author": "Bergé Greg <berge.greg@gmail.com>",
77
"license": "MIT",
88
"homepage": "https://github.com/smooth-code/h2x",
99
"main": "lib/index.js",
1010
"dependencies": {
11-
"h2x-generate": "^0.1.1",
11+
"h2x-generate": "^0.1.2",
1212
"h2x-parse": "^0.1.0",
13-
"h2x-traverse": "^0.1.1"
13+
"h2x-traverse": "^0.1.2"
1414
},
1515
"devDependencies": {
1616
"h2x-types": "^0.1.0"

packages/h2x-generate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
{
22
"name": "h2x-generate",
33
"description": "Convert h2x AST into code.",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-generate",
66
"author": "Bergé Greg <berge.greg@gmail.com>",
77
"license": "MIT",
88
"homepage": "https://github.com/smooth-code/h2x",
99
"main": "lib/index.js",
1010
"dependencies": {
11-
"h2x-traverse": "^0.1.1"
11+
"h2x-traverse": "^0.1.2"
1212
},
1313
"devDependencies": {
1414
"h2x-parse": "^0.1.0"
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "h2x-plugin-jsx",
33
"description": "Transform HTML into JSX.",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx",
66
"author": "Bergé Greg <berge.greg@gmail.com>",
77
"license": "MIT",
@@ -11,6 +11,6 @@
1111
"h2x-types": "^0.1.0"
1212
},
1313
"devDependencies": {
14-
"h2x-core": "^0.1.1"
14+
"h2x-core": "^0.1.2"
1515
}
1616
}

packages/h2x-traverse/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "h2x-traverse",
33
"description": "Traverse and modify h2x AST.",
4-
"version": "0.1.1",
4+
"version": "0.1.2",
55
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-traverse",
66
"author": "Bergé Greg <berge.greg@gmail.com>",
77
"license": "MIT",

0 commit comments

Comments
 (0)