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

Commit

Permalink
v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
gregberge committed Oct 5, 2018
1 parent 1b25c34 commit a0d09de
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 5 deletions.
12 changes: 12 additions & 0 deletions 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.

## [1.1.1](https://github.com/smooth-code/h2x/compare/v1.1.0...v1.1.1) (2018-10-05)


### Bug Fixes

* handle special SVG attributes ([efc529c](https://github.com/smooth-code/h2x/commit/efc529c))
* handle style attribute ([b1c70ae](https://github.com/smooth-code/h2x/commit/b1c70ae))





<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)

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

## [1.1.1](https://github.com/smooth-code/h2x/tree/master/packages/h2x-core/compare/v1.1.0...v1.1.1) (2018-10-05)

**Note:** Version bump only for package h2x-core





<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)

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

## [1.1.1](https://github.com/smooth-code/h2x/tree/master/packages/h2x-parse/compare/v1.1.0...v1.1.1) (2018-10-05)

**Note:** Version bump only for package h2x-parse





<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)

Expand Down
2 changes: 1 addition & 1 deletion 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.1.0",
"version": "1.1.1",
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-parse",
"author": "Bergé Greg <[email protected]>",
"license": "MIT",
Expand Down
12 changes: 12 additions & 0 deletions packages/h2x-plugin-jsx/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.

## [1.1.1](https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx/compare/v1.1.0...v1.1.1) (2018-10-05)


### Bug Fixes

* handle special SVG attributes ([efc529c](https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx/commit/efc529c))
* handle style attribute ([b1c70ae](https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx/commit/b1c70ae))





<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)

Expand Down
2 changes: 1 addition & 1 deletion 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.1.0",
"version": "1.1.1",
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx",
"author": "Bergé Greg <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit a0d09de

Please sign in to comment.