Skip to content

Commit

Permalink
v0.15.2 - Fix remote build (plotly#117)
Browse files Browse the repository at this point in the history
* fix remote JS build

* v0.15.2
  • Loading branch information
chriddyp committed Nov 24, 2017
1 parent 5405cd8 commit 5c78f1d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
9 changes: 8 additions & 1 deletion packages/dash-core-components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## [0.15.0] - 2017-11-19
## [0.15.2] - 2017-11-24
### :sweat_smile: Added
- The `Interval` component has a new property: `n_intervals`. This is an
integer that increases every time that the interval passes. This allows you
Expand Down Expand Up @@ -30,6 +30,13 @@ This has been fixed, improving the documentation for the Dash python classes
(and removing warnings in JS development).
Big thanks to community contributor @Akronix!

## [0.15.1] - 2017-11-23
### Fixed
- Attempt to fix the JS builds from 0.15.0 but actually nothing changed.

## [0.15.0] - 2017-11-19
- Bad build. See 0.15.2 for the correct build

## [0.14.0] - 2017-10-17
### :sparkles: Added
- An `Upload` component! :tada: See [https://plot.ly/dash/dash-core-components/upload](https://plot.ly/dash/dash-core-components/upload) for docs.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
{
"relative_package_path": "bundle.js",
"external_url": (
"https://unpkg.com/dash-core-components@0.13.0-rc3"
"https://unpkg.com/dash-core-components@{}"
"/dash_core_components/bundle.js"
),
).format(__version__),
"namespace": "dash_core_components"
}
]
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.15.0'
__version__ = '0.15.2'
2 changes: 1 addition & 1 deletion packages/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.15.0",
"version": "0.15.2",
"description": "Core component suite for Dash",
"repository": {
"type": "git",
Expand Down

0 comments on commit 5c78f1d

Please sign in to comment.