This repository was archived by the owner on Aug 24, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 8 files changed +45
-5
lines changed Expand file tree Collapse file tree 8 files changed +45
-5
lines changed Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
18
<a name =" 1.1.0 " ></a >
7
19
# [ 1.1.0] ( https://github.com/smooth-code/h2x/compare/v1.0.0...v1.1.0 ) (2018-09-15)
8
20
Original file line number Diff line number Diff line change 2
2
"lerna" : " 2.1.0" ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true ,
5
- "version" : " 1.1.0 "
5
+ "version" : " 1.1.1 "
6
6
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
<a name =" 1.1.0 " ></a >
7
15
# [ 1.1.0] ( https://github.com/smooth-code/h2x/tree/master/packages/h2x-core/compare/v1.0.0...v1.1.0 ) (2018-09-15)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " h2x-core" ,
3
3
"description" : " H2X compiler core." ,
4
- "version" : " 1.1.0 " ,
4
+ "version" : " 1.1.1 " ,
5
5
"repository" : " https://github.com/smooth-code/h2x/tree/master/packages/h2x-core" ,
6
6
"author" : " Bergé Greg <berge.greg@gmail.com>" ,
7
7
"license" : " MIT" ,
14
14
},
15
15
"dependencies" : {
16
16
"h2x-generate" : " ^1.1.0" ,
17
- "h2x-parse" : " ^1.1.0 " ,
17
+ "h2x-parse" : " ^1.1.1 " ,
18
18
"h2x-traverse" : " ^1.1.0"
19
19
}
20
20
}
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
14
<a name =" 1.1.0 " ></a >
7
15
# [ 1.1.0] ( https://github.com/smooth-code/h2x/tree/master/packages/h2x-parse/compare/v1.0.0...v1.1.0 ) (2018-09-15)
8
16
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " h2x-parse" ,
3
3
"description" : " Convert HTML code into h2x AST." ,
4
- "version" : " 1.1.0 " ,
4
+ "version" : " 1.1.1 " ,
5
5
"repository" : " https://github.com/smooth-code/h2x/tree/master/packages/h2x-parse" ,
6
6
"author" : " Bergé Greg <berge.greg@gmail.com>" ,
7
7
"license" : " MIT" ,
Original file line number Diff line number Diff line change 3
3
All notable changes to this project will be documented in this file.
4
4
See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
5
5
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
+
6
18
<a name =" 1.1.0 " ></a >
7
19
# [ 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)
8
20
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " h2x-plugin-jsx" ,
3
3
"description" : " Transform HTML into JSX." ,
4
- "version" : " 1.1.0 " ,
4
+ "version" : " 1.1.1 " ,
5
5
"repository" : " https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx" ,
6
6
"author" : " Bergé Greg <berge.greg@gmail.com>" ,
7
7
"license" : " MIT" ,
You can’t perform that action at this time.
0 commit comments