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

Commit c923005

Browse files
committed
v1.1.0
1 parent 949a80c commit c923005

File tree

14 files changed

+108
-14
lines changed

14 files changed

+108
-14
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
<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

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

packages/h2x-core/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+
<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

packages/h2x-core/package.json

Lines changed: 4 additions & 4 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.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",
@@ -13,8 +13,8 @@
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
}

packages/h2x-generate/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+
<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

packages/h2x-generate/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -13,6 +13,6 @@
1313
"prepublishOnly": "yarn run build"
1414
},
1515
"dependencies": {
16-
"h2x-traverse": "^1.0.0"
16+
"h2x-traverse": "^1.1.0"
1717
}
1818
}

packages/h2x-parse/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+
<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

packages/h2x-parse/package.json

Lines changed: 2 additions & 2 deletions
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.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",
@@ -13,7 +13,7 @@
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
}

packages/h2x-plugin-jsx/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,23 @@
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+
<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

packages/h2x-plugin-jsx/package.json

Lines changed: 2 additions & 2 deletions
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.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",
@@ -13,6 +13,6 @@
1313
"prepublishOnly": "yarn run build"
1414
},
1515
"dependencies": {
16-
"h2x-types": "^1.0.0"
16+
"h2x-types": "^1.1.0"
1717
}
1818
}

0 commit comments

Comments
 (0)