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

Commit

Permalink
v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Sep 15, 2018
1 parent 949a80c commit c923005
Show file tree
Hide file tree
Showing 14 changed files with 108 additions and 14 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.1.0"></a>
# [1.1.0](https://github.com/smooth-code/h2x/compare/v1.0.0...v1.1.0) (2018-09-15)


### Bug Fixes

* JSXAttribute generation typo ([#13](https://github.com/smooth-code/h2x/issues/13)) ([cc03a02](https://github.com/smooth-code/h2x/commit/cc03a02))


### Features

* upgrade to JSDOM v12 ([#14](https://github.com/smooth-code/h2x/issues/14)) ([949a80c](https://github.com/smooth-code/h2x/commit/949a80c))





<a name="1.0.0"></a>
# [1.0.0](https://github.com/smooth-code/h2x/compare/v0.1.9...v1.0.0) (2018-05-14)

Expand Down
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": "1.0.0"
"version": "1.1.0"
}
12 changes: 12 additions & 0 deletions packages/h2x-core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.1.0"></a>
# [1.1.0](https://github.com/smooth-code/h2x/tree/master/packages/h2x-core/compare/v1.0.0...v1.1.0) (2018-09-15)


### Features

* upgrade to JSDOM v12 ([#14](https://github.com/smooth-code/h2x/tree/master/packages/h2x-core/issues/14)) ([949a80c](https://github.com/smooth-code/h2x/tree/master/packages/h2x-core/commit/949a80c))





<a name="1.0.0"></a>
# [1.0.0](https://github.com/smooth-code/h2x/tree/master/packages/h2x-core/compare/v0.1.9...v1.0.0) (2018-05-14)

Expand Down
8 changes: 4 additions & 4 deletions packages/h2x-core/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "h2x-core",
"description": "H2X compiler core.",
"version": "1.0.0",
"version": "1.1.0",
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-core",
"author": "Bergé Greg <[email protected]>",
"license": "MIT",
Expand All @@ -13,8 +13,8 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"h2x-generate": "^1.0.0",
"h2x-parse": "^1.0.0",
"h2x-traverse": "^1.0.0"
"h2x-generate": "^1.1.0",
"h2x-parse": "^1.1.0",
"h2x-traverse": "^1.1.0"
}
}
12 changes: 12 additions & 0 deletions packages/h2x-generate/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.1.0"></a>
# [1.1.0](https://github.com/smooth-code/h2x/tree/master/packages/h2x-generate/compare/v1.0.0...v1.1.0) (2018-09-15)


### Features

* upgrade to JSDOM v12 ([#14](https://github.com/smooth-code/h2x/tree/master/packages/h2x-generate/issues/14)) ([949a80c](https://github.com/smooth-code/h2x/tree/master/packages/h2x-generate/commit/949a80c))





<a name="1.0.0"></a>
# [1.0.0](https://github.com/smooth-code/h2x/tree/master/packages/h2x-generate/compare/v0.1.9...v1.0.0) (2018-05-14)

Expand Down
4 changes: 2 additions & 2 deletions packages/h2x-generate/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "h2x-generate",
"description": "Convert h2x AST into code.",
"version": "1.0.0",
"version": "1.1.0",
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-generate",
"author": "Bergé Greg <[email protected]>",
"license": "MIT",
Expand All @@ -13,6 +13,6 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"h2x-traverse": "^1.0.0"
"h2x-traverse": "^1.1.0"
}
}
12 changes: 12 additions & 0 deletions packages/h2x-parse/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.1.0"></a>
# [1.1.0](https://github.com/smooth-code/h2x/tree/master/packages/h2x-parse/compare/v1.0.0...v1.1.0) (2018-09-15)


### Features

* upgrade to JSDOM v12 ([#14](https://github.com/smooth-code/h2x/tree/master/packages/h2x-parse/issues/14)) ([949a80c](https://github.com/smooth-code/h2x/tree/master/packages/h2x-parse/commit/949a80c))





<a name="1.0.0"></a>
# [1.0.0](https://github.com/smooth-code/h2x/tree/master/packages/h2x-parse/compare/v0.1.9...v1.0.0) (2018-05-14)

Expand Down
4 changes: 2 additions & 2 deletions packages/h2x-parse/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "h2x-parse",
"description": "Convert HTML code into h2x AST.",
"version": "1.0.0",
"version": "1.1.0",
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-parse",
"author": "Bergé Greg <[email protected]>",
"license": "MIT",
Expand All @@ -13,7 +13,7 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"h2x-types": "^1.0.0",
"h2x-types": "^1.1.0",
"jsdom": "^12.0.0"
}
}
17 changes: 17 additions & 0 deletions packages/h2x-plugin-jsx/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,23 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.1.0"></a>
# [1.1.0](https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx/compare/v1.0.0...v1.1.0) (2018-09-15)


### Bug Fixes

* JSXAttribute generation typo ([#13](https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx/issues/13)) ([cc03a02](https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx/commit/cc03a02))


### Features

* upgrade to JSDOM v12 ([#14](https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx/issues/14)) ([949a80c](https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx/commit/949a80c))





<a name="1.0.0"></a>
# [1.0.0](https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx/compare/v0.1.9...v1.0.0) (2018-05-14)

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": "1.0.0",
"version": "1.1.0",
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx",
"author": "Bergé Greg <[email protected]>",
"license": "MIT",
Expand All @@ -13,6 +13,6 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"h2x-types": "^1.0.0"
"h2x-types": "^1.1.0"
}
}
12 changes: 12 additions & 0 deletions packages/h2x-traverse/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.1.0"></a>
# [1.1.0](https://github.com/smooth-code/h2x/tree/master/packages/h2x-traverse/compare/v1.0.0...v1.1.0) (2018-09-15)


### Features

* upgrade to JSDOM v12 ([#14](https://github.com/smooth-code/h2x/tree/master/packages/h2x-traverse/issues/14)) ([949a80c](https://github.com/smooth-code/h2x/tree/master/packages/h2x-traverse/commit/949a80c))





<a name="1.0.0"></a>
# [1.0.0](https://github.com/smooth-code/h2x/tree/master/packages/h2x-traverse/compare/v0.1.9...v1.0.0) (2018-05-14)

Expand Down
4 changes: 2 additions & 2 deletions 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": "1.0.0",
"version": "1.1.0",
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-traverse",
"author": "Bergé Greg <[email protected]>",
"license": "MIT",
Expand All @@ -13,6 +13,6 @@
"prepublishOnly": "yarn run build"
},
"dependencies": {
"h2x-types": "^1.0.0"
"h2x-types": "^1.1.0"
}
}
12 changes: 12 additions & 0 deletions packages/h2x-types/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,18 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="1.1.0"></a>
# [1.1.0](https://github.com/smooth-code/h2x/tree/master/packages/h2x-types/compare/v1.0.0...v1.1.0) (2018-09-15)


### Features

* upgrade to JSDOM v12 ([#14](https://github.com/smooth-code/h2x/tree/master/packages/h2x-types/issues/14)) ([949a80c](https://github.com/smooth-code/h2x/tree/master/packages/h2x-types/commit/949a80c))





<a name="1.0.0"></a>
# [1.0.0](https://github.com/smooth-code/h2x/tree/master/packages/h2x-types/compare/v0.1.9...v1.0.0) (2018-05-14)

Expand Down
2 changes: 1 addition & 1 deletion packages/h2x-types/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "h2x-types",
"description": "Check types of h2x AST nodes.",
"version": "1.0.0",
"version": "1.1.0",
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-types",
"author": "Bergé Greg <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit c923005

Please sign in to comment.