Skip to content

Commit 60cf439

Browse files
committed
v2.0.0-pre.1
1 parent 33038bb commit 60cf439

File tree

6 files changed

+33
-6
lines changed

6 files changed

+33
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="2.0.0-pre.1"></a>
7+
# 2.0.0-pre.1 (2018-09-16)
8+
9+
**Note:** Version bump only for package react-from-markup-workspace

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": "0.1.0"
11+
"version": "2.0.0-pre.1"
1212
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="2.0.0-pre.1"></a>
7+
# 2.0.0-pre.1 (2018-09-16)
8+
9+
**Note:** Version bump only for package dom-element-to-react

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

Lines changed: 2 additions & 2 deletions
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",
3+
"version": "2.0.0-pre.1",
44
"description": "Convert the children of a node to React elements",
55
"main": "lib/index.js",
66
"author": "Simon Andrews <me@simonandrews.ca>",
@@ -11,4 +11,4 @@
1111
"peerDependencies": {
1212
"react": "^16.4.0"
1313
}
14-
}
14+
}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Change Log
2+
3+
All notable changes to this project will be documented in this file.
4+
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5+
6+
<a name="2.0.0-pre.1"></a>
7+
# 2.0.0-pre.1 (2018-09-16)
8+
9+
**Note:** Version bump only for package react-from-markup
Lines changed: 3 additions & 3 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",
3+
"version": "2.0.0-pre.1",
44
"description": "Convert regions of markup into React, with custom callbacks",
55
"main": "lib/index.js",
66
"author": "Simon Andrews <me@simonandrews.ca>",
@@ -9,10 +9,10 @@
99
"compile": "tsc"
1010
},
1111
"dependencies": {
12-
"dom-element-to-react": "2.0.0-pre"
12+
"dom-element-to-react": "^2.0.0-pre.1"
1313
},
1414
"peerDependencies": {
1515
"react": "^16.4.0",
1616
"react-dom": "^16.4.0"
1717
}
18-
}
18+
}

0 commit comments

Comments
 (0)