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

Dash 1.0 - Update version to 1.0.0a1 #81

Merged
merged 5 commits into from
Dec 18, 2018
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`.
Expand Down
2 changes: 1 addition & 1 deletion dash_html_components/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.13.3'
__version__ = '1.0.0a1'
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand Down Expand Up @@ -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"
}
}