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

Commit

Permalink
Update version, changelog, bundles.
Browse files Browse the repository at this point in the history
  • Loading branch information
T4rk1n committed Oct 31, 2018
1 parent 06c216e commit ad3118c
Show file tree
Hide file tree
Showing 6 changed files with 1,173 additions and 1,856 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.35.3] - 2018-10-31
### Updated
- Updated plotly.js to 1.42.1 [#354](https://github.com/plotly/dash-core-components/pull/354)
- https://github.com/plotly/plotly.js/releases/tag/v1.42.0
- https://github.com/plotly/plotly.js/releases/tag/v1.42.1

## [0.35.2] - 2018-10-30
### Fixed
- Fix Input not used in callbacks resetting the value on updates. [#350](https://github.com/plotly/dash-core-components/pull/350)
Expand Down
2,993 changes: 1,152 additions & 1,841 deletions dash_core_components/dash_core_components.dev.js

Large diffs are not rendered by default.

24 changes: 12 additions & 12 deletions dash_core_components/dash_core_components.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion dash_core_components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-core-components",
"version": "0.35.2",
"version": "0.35.3",
"description": "Core component suite for Dash",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion dash_core_components/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.35.2'
__version__ = '0.35.3'
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-core-components",
"version": "0.35.2",
"version": "0.35.3",
"description": "Core component suite for Dash",
"repository": {
"type": "git",
Expand Down

0 comments on commit ad3118c

Please sign in to comment.