Skip to content
This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Commit b6d4bae

Browse files
Merge pull request #81 from plotly/1.0.0-release
2 parents 9d6bba2 + 19c1729 commit b6d4bae

File tree

3 files changed

+8
-4
lines changed

3 files changed

+8
-4
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
All notable changes to this project will be documented in this file.
33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## [1.0.0a1] - 2018-12-17
6+
### Changed
7+
- Initial Dash 1.0 alpha release [#5](https://github.com/plotly/dash-core/issues/5)
8+
59
## [0.13.3] - 2018-12-17
610
### Fixed
711
- `n_clicks`/`n_clicks_timestamp` PropType changed from invalid `integer` to `number`.

dash_html_components/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.13.3'
1+
__version__ = '1.0.0a1'

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-html-components",
3-
"version": "0.13.3",
3+
"version": "1.0.0-alpha1",
44
"description": "Vanilla HTML components for Dash",
55
"main": "lib/index.js",
66
"repository": {
@@ -54,7 +54,7 @@
5454
"string": "^3.3.1"
5555
},
5656
"peerDependencies": {
57-
"react": "^15.4.0 || ^16.0.0",
58-
"react-dom": "^15.4.0 || ^16.0.0"
57+
"react": "^16.6.0",
58+
"react-dom": "^16.6.0"
5959
}
6060
}

0 commit comments

Comments
 (0)