diff --git a/CHANGELOG.md b/CHANGELOG.md index c6793b1f..2f85d50f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## [1.0.0a1] - 2018-12-17 +### Changed + - Initial Dash 1.0 alpha release [#5](https://github.com/plotly/dash-core/issues/5) + ## [0.13.3] - 2018-12-17 ### Fixed - `n_clicks`/`n_clicks_timestamp` PropType changed from invalid `integer` to `number`. diff --git a/dash_html_components/version.py b/dash_html_components/version.py index df6b1d92..c62b3141 100644 --- a/dash_html_components/version.py +++ b/dash_html_components/version.py @@ -1 +1 @@ -__version__ = '0.13.3' +__version__ = '1.0.0a1' diff --git a/package.json b/package.json index 6c9faedf..2acdd45b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "dash-html-components", - "version": "0.13.3", + "version": "1.0.0-alpha1", "description": "Vanilla HTML components for Dash", "main": "lib/index.js", "repository": { @@ -54,7 +54,7 @@ "string": "^3.3.1" }, "peerDependencies": { - "react": "^15.4.0 || ^16.0.0", - "react-dom": "^15.4.0 || ^16.0.0" + "react": "^16.6.0", + "react-dom": "^16.6.0" } }