Skip to content

Commit 29dd83c

Browse files
committed
v2.0.0-pre.3
1 parent 1cafb57 commit 29dd83c

File tree

6 files changed

+37
-4
lines changed

6 files changed

+37
-4
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+
<a name="2.0.0-pre.3"></a>
7+
# [2.0.0-pre.3](https://github.com/simon360/react-from-markup/compare/v2.0.0-pre.2...v2.0.0-pre.3) (2018-09-25)
8+
9+
10+
### Bug Fixes
11+
12+
* ensure attribute name map is complete ([03ba355](https://github.com/simon360/react-from-markup/commit/03ba355))
13+
14+
15+
16+
17+
618
<a name="2.0.0-pre.2"></a>
719
# [2.0.0-pre.2](https://github.com/simon360/react-from-markup/compare/v2.0.0-pre.1...v2.0.0-pre.2) (2018-09-21)
820

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@
88
"packages": [
99
"packages/*"
1010
],
11-
"version": "2.0.0-pre.2"
11+
"version": "2.0.0-pre.3"
1212
}

packages/dom-element-to-react/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="2.0.0-pre.3"></a>
7+
# [2.0.0-pre.3](https://github.com/simon360/react-from-markup/compare/v2.0.0-pre.2...v2.0.0-pre.3) (2018-09-25)
8+
9+
10+
### Bug Fixes
11+
12+
* ensure attribute name map is complete ([03ba355](https://github.com/simon360/react-from-markup/commit/03ba355))
13+
14+
15+
16+
17+
618
<a name="2.0.0-pre.2"></a>
719
# [2.0.0-pre.2](https://github.com/simon360/react-from-markup/compare/v2.0.0-pre.1...v2.0.0-pre.2) (2018-09-21)
820

packages/dom-element-to-react/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dom-element-to-react",
3-
"version": "2.0.0-pre.2",
3+
"version": "2.0.0-pre.3",
44
"description": "Convert the children of a node to React elements",
55
"main": "lib/index.js",
66
"author": "Simon Andrews <me@simonandrews.ca>",

packages/react-from-markup/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,15 @@
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="2.0.0-pre.3"></a>
7+
# [2.0.0-pre.3](https://github.com/simon360/react-from-markup/compare/v2.0.0-pre.2...v2.0.0-pre.3) (2018-09-25)
8+
9+
**Note:** Version bump only for package react-from-markup
10+
11+
12+
13+
14+
615
<a name="2.0.0-pre.2"></a>
716
# [2.0.0-pre.2](https://github.com/simon360/react-from-markup/compare/v2.0.0-pre.1...v2.0.0-pre.2) (2018-09-21)
817

packages/react-from-markup/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-from-markup",
3-
"version": "2.0.0-pre.2",
3+
"version": "2.0.0-pre.3",
44
"description": "Convert regions of markup into React, with custom callbacks",
55
"main": "lib/index.js",
66
"author": "Simon Andrews <me@simonandrews.ca>",
@@ -9,7 +9,7 @@
99
"compile": "tsc"
1010
},
1111
"dependencies": {
12-
"dom-element-to-react": "^2.0.0-pre.2"
12+
"dom-element-to-react": "^2.0.0-pre.3"
1313
},
1414
"peerDependencies": {
1515
"react": "^16.4.0",

0 commit comments

Comments
 (0)