Skip to content

Commit 85959b3

Browse files
committed
v2.0.0-pre.5
1 parent 62193a7 commit 85959b3

File tree

6 files changed

+42
-4
lines changed

6 files changed

+42
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.5"></a>
7+
# [2.0.0-pre.5](https://github.com/simon360/react-from-markup/compare/v2.0.0-pre.4...v2.0.0-pre.5) (2018-12-11)
8+
9+
10+
### Bug Fixes
11+
12+
* don't output __tests__ in lib ([cd77a34](https://github.com/simon360/react-from-markup/commit/cd77a34))
13+
* skip nested markup containers ([efa6060](https://github.com/simon360/react-from-markup/commit/efa6060))
14+
15+
16+
17+
18+
619
<a name="2.0.0-pre.4"></a>
720
# [2.0.0-pre.4](https://github.com/simon360/react-from-markup/compare/v2.0.0-pre.3...v2.0.0-pre.4) (2018-12-10)
821

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.4"
11+
"version": "2.0.0-pre.5"
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.5"></a>
7+
# [2.0.0-pre.5](https://github.com/simon360/react-from-markup/compare/v2.0.0-pre.4...v2.0.0-pre.5) (2018-12-11)
8+
9+
10+
### Bug Fixes
11+
12+
* don't output __tests__ in lib ([cd77a34](https://github.com/simon360/react-from-markup/commit/cd77a34))
13+
14+
15+
16+
17+
618
<a name="2.0.0-pre.4"></a>
719
# [2.0.0-pre.4](https://github.com/simon360/react-from-markup/compare/v2.0.0-pre.3...v2.0.0-pre.4) (2018-12-10)
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.4",
3+
"version": "2.0.0-pre.5",
44
"description": "Convert the children of a node to React elements",
55
"main": "lib/index.js",
66
"author": "Simon Andrews <[email protected]>",

packages/react-from-markup/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,19 @@
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.5"></a>
7+
# [2.0.0-pre.5](https://github.com/simon360/react-from-markup/compare/v2.0.0-pre.4...v2.0.0-pre.5) (2018-12-11)
8+
9+
10+
### Bug Fixes
11+
12+
* don't output __tests__ in lib ([cd77a34](https://github.com/simon360/react-from-markup/commit/cd77a34))
13+
* skip nested markup containers ([efa6060](https://github.com/simon360/react-from-markup/commit/efa6060))
14+
15+
16+
17+
18+
619
<a name="2.0.0-pre.4"></a>
720
# [2.0.0-pre.4](https://github.com/simon360/react-from-markup/compare/v2.0.0-pre.3...v2.0.0-pre.4) (2018-12-10)
821

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.4",
3+
"version": "2.0.0-pre.5",
44
"description": "Convert regions of markup into React, with custom callbacks",
55
"main": "lib/index.js",
66
"author": "Simon Andrews <[email protected]>",
@@ -9,7 +9,7 @@
99
"compile": "tsc"
1010
},
1111
"dependencies": {
12-
"dom-element-to-react": "^2.0.0-pre.4"
12+
"dom-element-to-react": "^2.0.0-pre.5"
1313
},
1414
"peerDependencies": {
1515
"react": "^16.4.0",

0 commit comments

Comments
 (0)