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

Commit a0d09de

Browse files
committed
v1.1.1
1 parent 1b25c34 commit a0d09de

File tree

8 files changed

+45
-5
lines changed

8 files changed

+45
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.1](https://github.com/smooth-code/h2x/compare/v1.1.0...v1.1.1) (2018-10-05)
7+
8+
9+
### Bug Fixes
10+
11+
* handle special SVG attributes ([efc529c](https://github.com/smooth-code/h2x/commit/efc529c))
12+
* handle style attribute ([b1c70ae](https://github.com/smooth-code/h2x/commit/b1c70ae))
13+
14+
15+
16+
17+
618
<a name="1.1.0"></a>
719
# [1.1.0](https://github.com/smooth-code/h2x/compare/v1.0.0...v1.1.0) (2018-09-15)
820

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": "1.1.0"
5+
"version": "1.1.1"
66
}

packages/h2x-core/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.1](https://github.com/smooth-code/h2x/tree/master/packages/h2x-core/compare/v1.1.0...v1.1.1) (2018-10-05)
7+
8+
**Note:** Version bump only for package h2x-core
9+
10+
11+
12+
13+
614
<a name="1.1.0"></a>
715
# [1.1.0](https://github.com/smooth-code/h2x/tree/master/packages/h2x-core/compare/v1.0.0...v1.1.0) (2018-09-15)
816

packages/h2x-core/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "h2x-core",
33
"description": "H2X compiler core.",
4-
"version": "1.1.0",
4+
"version": "1.1.1",
55
"repository": "https://github.com/smooth-code/h2x/tree/master/packages/h2x-core",
66
"author": "Bergé Greg <berge.greg@gmail.com>",
77
"license": "MIT",
@@ -14,7 +14,7 @@
1414
},
1515
"dependencies": {
1616
"h2x-generate": "^1.1.0",
17-
"h2x-parse": "^1.1.0",
17+
"h2x-parse": "^1.1.1",
1818
"h2x-traverse": "^1.1.0"
1919
}
2020
}

packages/h2x-parse/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [1.1.1](https://github.com/smooth-code/h2x/tree/master/packages/h2x-parse/compare/v1.1.0...v1.1.1) (2018-10-05)
7+
8+
**Note:** Version bump only for package h2x-parse
9+
10+
11+
12+
13+
614
<a name="1.1.0"></a>
715
# [1.1.0](https://github.com/smooth-code/h2x/tree/master/packages/h2x-parse/compare/v1.0.0...v1.1.0) (2018-09-15)
816

packages/h2x-parse/package.json

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

packages/h2x-plugin-jsx/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [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)
7+
8+
9+
### Bug Fixes
10+
11+
* handle special SVG attributes ([efc529c](https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx/commit/efc529c))
12+
* handle style attribute ([b1c70ae](https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx/commit/b1c70ae))
13+
14+
15+
16+
17+
618
<a name="1.1.0"></a>
719
# [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)
820

packages/h2x-plugin-jsx/package.json

Lines changed: 1 addition & 1 deletion
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": "1.1.0",
4+
"version": "1.1.1",
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",

0 commit comments

Comments
 (0)