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

Commit

Permalink
v0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Dec 7, 2017
1 parent 1028f04 commit ef4d120
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
"lerna": "2.1.0",
"npmClient": "yarn",
"useWorkspaces": true,
"version": "0.1.8"
"version": "0.1.9"
}
6 changes: 3 additions & 3 deletions packages/h2x-core/package.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
{
"name": "h2x-core",
"description": "H2X compiler core.",
"version": "0.1.6",
"version": "0.1.9",
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-core",
"author": "Bergé Greg <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/smooth-code/h2x",
"main": "lib/index.js",
"dependencies": {
"h2x-generate": "^0.1.6",
"h2x-generate": "^0.1.9",
"h2x-parse": "^0.1.0",
"h2x-traverse": "^0.1.6"
"h2x-traverse": "^0.1.9"
},
"devDependencies": {
"h2x-types": "^0.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/h2x-generate/package.json
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"name": "h2x-generate",
"description": "Convert h2x AST into code.",
"version": "0.1.6",
"version": "0.1.9",
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-generate",
"author": "Bergé Greg <[email protected]>",
"license": "MIT",
"homepage": "https://github.com/smooth-code/h2x",
"main": "lib/index.js",
"dependencies": {
"h2x-traverse": "^0.1.6"
"h2x-traverse": "^0.1.9"
},
"devDependencies": {
"h2x-parse": "^0.1.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/h2x-plugin-jsx/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "h2x-plugin-jsx",
"description": "Transform HTML into JSX.",
"version": "0.1.8",
"version": "0.1.9",
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx",
"author": "Bergé Greg <[email protected]>",
"license": "MIT",
Expand All @@ -11,6 +11,6 @@
"h2x-types": "^0.1.0"
},
"devDependencies": {
"h2x-core": "^0.1.6"
"h2x-core": "^0.1.9"
}
}
2 changes: 1 addition & 1 deletion packages/h2x-traverse/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "h2x-traverse",
"description": "Traverse and modify h2x AST.",
"version": "0.1.6",
"version": "0.1.9",
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-traverse",
"author": "Bergé Greg <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit ef4d120

Please sign in to comment.