This repository was archived by the owner on Aug 24, 2019. It is now read-only.
File tree Expand file tree Collapse file tree 14 files changed +108
-14
lines changed
Expand file tree Collapse file tree 14 files changed +108
-14
lines changed Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ <a name =" 1.1.0 " ></a >
7+ # [ 1.1.0] ( https://github.com/smooth-code/h2x/compare/v1.0.0...v1.1.0 ) (2018-09-15)
8+
9+
10+ ### Bug Fixes
11+
12+ * JSXAttribute generation typo ([ #13 ] ( https://github.com/smooth-code/h2x/issues/13 ) ) ([ cc03a02] ( https://github.com/smooth-code/h2x/commit/cc03a02 ) )
13+
14+
15+ ### Features
16+
17+ * upgrade to JSDOM v12 ([ #14 ] ( https://github.com/smooth-code/h2x/issues/14 ) ) ([ 949a80c] ( https://github.com/smooth-code/h2x/commit/949a80c ) )
18+
19+
20+
21+
22+
623<a name =" 1.0.0 " ></a >
724# [ 1.0.0] ( https://github.com/smooth-code/h2x/compare/v0.1.9...v1.0.0 ) (2018-05-14)
825
Original file line number Diff line number Diff line change 22 "lerna" : " 2.1.0" ,
33 "npmClient" : " yarn" ,
44 "useWorkspaces" : true ,
5- "version" : " 1.0 .0"
5+ "version" : " 1.1 .0"
66}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ <a name =" 1.1.0 " ></a >
7+ # [ 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+
9+
10+ ### Features
11+
12+ * 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 ) )
13+
14+
15+
16+
17+
618<a name =" 1.0.0 " ></a >
719# [ 1.0.0] ( https://github.com/smooth-code/h2x/tree/master/packages/h2x-core/compare/v0.1.9...v1.0.0 ) (2018-05-14)
820
Original file line number Diff line number Diff line change 11{
22 "name" : " h2x-core" ,
33 "description" : " H2X compiler core." ,
4- "version" : " 1.0 .0" ,
4+ "version" : " 1.1 .0" ,
55 "repository" : " https://github.com/smooth-code/h2x/tree/master/packages/h2x-core" ,
66 "author" :
" Bergé Greg <[email protected] >" ,
77 "license" : " MIT" ,
1313 "prepublishOnly" : " yarn run build"
1414 },
1515 "dependencies" : {
16- "h2x-generate" : " ^1.0 .0" ,
17- "h2x-parse" : " ^1.0 .0" ,
18- "h2x-traverse" : " ^1.0 .0"
16+ "h2x-generate" : " ^1.1 .0" ,
17+ "h2x-parse" : " ^1.1 .0" ,
18+ "h2x-traverse" : " ^1.1 .0"
1919 }
2020}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ <a name =" 1.1.0 " ></a >
7+ # [ 1.1.0] ( https://github.com/smooth-code/h2x/tree/master/packages/h2x-generate/compare/v1.0.0...v1.1.0 ) (2018-09-15)
8+
9+
10+ ### Features
11+
12+ * 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 ) )
13+
14+
15+
16+
17+
618<a name =" 1.0.0 " ></a >
719# [ 1.0.0] ( https://github.com/smooth-code/h2x/tree/master/packages/h2x-generate/compare/v0.1.9...v1.0.0 ) (2018-05-14)
820
Original file line number Diff line number Diff line change 11{
22 "name" : " h2x-generate" ,
33 "description" : " Convert h2x AST into code." ,
4- "version" : " 1.0 .0" ,
4+ "version" : " 1.1 .0" ,
55 "repository" : " https://github.com/smooth-code/h2x/tree/master/packages/h2x-generate" ,
66 "author" :
" Bergé Greg <[email protected] >" ,
77 "license" : " MIT" ,
1313 "prepublishOnly" : " yarn run build"
1414 },
1515 "dependencies" : {
16- "h2x-traverse" : " ^1.0 .0"
16+ "h2x-traverse" : " ^1.1 .0"
1717 }
1818}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ <a name =" 1.1.0 " ></a >
7+ # [ 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+
9+
10+ ### Features
11+
12+ * 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 ) )
13+
14+
15+
16+
17+
618<a name =" 1.0.0 " ></a >
719# [ 1.0.0] ( https://github.com/smooth-code/h2x/tree/master/packages/h2x-parse/compare/v0.1.9...v1.0.0 ) (2018-05-14)
820
Original file line number Diff line number Diff line change 11{
22 "name" : " h2x-parse" ,
33 "description" : " Convert HTML code into h2x AST." ,
4- "version" : " 1.0 .0" ,
4+ "version" : " 1.1 .0" ,
55 "repository" : " https://github.com/smooth-code/h2x/tree/master/packages/h2x-parse" ,
66 "author" :
" Bergé Greg <[email protected] >" ,
77 "license" : " MIT" ,
1313 "prepublishOnly" : " yarn run build"
1414 },
1515 "dependencies" : {
16- "h2x-types" : " ^1.0 .0" ,
16+ "h2x-types" : " ^1.1 .0" ,
1717 "jsdom" : " ^12.0.0"
1818 }
1919}
Original file line number Diff line number Diff line change 33All notable changes to this project will be documented in this file.
44See [ Conventional Commits] ( https://conventionalcommits.org ) for commit guidelines.
55
6+ <a name =" 1.1.0 " ></a >
7+ # [ 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+
9+
10+ ### Bug Fixes
11+
12+ * 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 ) )
13+
14+
15+ ### Features
16+
17+ * 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 ) )
18+
19+
20+
21+
22+
623<a name =" 1.0.0 " ></a >
724# [ 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)
825
Original file line number Diff line number Diff line change 11{
22 "name" : " h2x-plugin-jsx" ,
33 "description" : " Transform HTML into JSX." ,
4- "version" : " 1.0 .0" ,
4+ "version" : " 1.1 .0" ,
55 "repository" : " https://github.com/smooth-code/h2x/tree/master/packages/h2x-plugin-jsx" ,
66 "author" :
" Bergé Greg <[email protected] >" ,
77 "license" : " MIT" ,
1313 "prepublishOnly" : " yarn run build"
1414 },
1515 "dependencies" : {
16- "h2x-types" : " ^1.0 .0"
16+ "h2x-types" : " ^1.1 .0"
1717 }
1818}
You can’t perform that action at this time.
0 commit comments