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

Commit 1f3ca0c

Browse files
committed
v0.1.4
1 parent f0689a2 commit 1f3ca0c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
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.3"
5+
"version": "0.1.4"
66
}

packages/h2x-core/package.json

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

packages/h2x-plugin-jsx/package.json

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.3",
4+
"version": "0.1.4",
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.3"
14+
"h2x-core": "^0.1.4"
1515
}
1616
}

0 commit comments

Comments
 (0)