Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.0-pre.1"></a>
# 2.0.0-pre.1 (2018-09-16)

**Note:** Version bump only for package react-from-markup-workspace
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@
"packages": [
"packages/*"
],
"version": "0.1.0"
"version": "2.0.0-pre.1"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"postinstall": "npm-run-all compile",
"lint": "npm-run-all lint:*",
"lint:ts": "tslint -c tslint.json './packages/**/*.ts*(x)'",
"release": "lerna version",
"release": "lerna version prerelease",
"test": "echo \"Tests coming soon. I'm aware that's not ideal.\""
},
"dependencies": {
Expand Down
9 changes: 9 additions & 0 deletions packages/dom-element-to-react/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.0-pre.1"></a>
# 2.0.0-pre.1 (2018-09-16)

**Note:** Version bump only for package dom-element-to-react
4 changes: 2 additions & 2 deletions packages/dom-element-to-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dom-element-to-react",
"version": "2.0.0-pre",
"version": "2.0.0-pre.1",
"description": "Convert the children of a node to React elements",
"main": "lib/index.js",
"author": "Simon Andrews <me@simonandrews.ca>",
Expand All @@ -11,4 +11,4 @@
"peerDependencies": {
"react": "^16.4.0"
}
}
}
9 changes: 9 additions & 0 deletions packages/react-from-markup/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Change Log

All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

<a name="2.0.0-pre.1"></a>
# 2.0.0-pre.1 (2018-09-16)

**Note:** Version bump only for package react-from-markup
6 changes: 3 additions & 3 deletions packages/react-from-markup/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-from-markup",
"version": "2.0.0-pre",
"version": "2.0.0-pre.1",
"description": "Convert regions of markup into React, with custom callbacks",
"main": "lib/index.js",
"author": "Simon Andrews <me@simonandrews.ca>",
Expand All @@ -9,10 +9,10 @@
"compile": "tsc"
},
"dependencies": {
"dom-element-to-react": "2.0.0-pre"
"dom-element-to-react": "^2.0.0-pre.1"
},
"peerDependencies": {
"react": "^16.4.0",
"react-dom": "^16.4.0"
}
}
}