Skip to content

Commit

Permalink
Merge pull request plotly#69 from plotly/fix-dev-bundles
Browse files Browse the repository at this point in the history
Fix external_url bundle name.
  • Loading branch information
T4rk1n committed Sep 20, 2018
1 parent 8763b75 commit b34554e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions packages/dash-html-components/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/).

## [0.13.1] - 2018-09-20
### Fixed
- Renamed `__init__.py` external_path to dash_html_components.min.js

## [0.13.0] - 2018-09-20
### Added
- Unminified dev bundle support. [#64](https://github.com/plotly/dash-html-components/pull/64)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"dev_package_path": '{}.dev.js'.format(__name__),
"external_url": (
"https://unpkg.com/dash-html-components@{}"
"/dash_html_components/bundle.js"
"/dash_html_components/dash_html_components.min.js"
).format(__version__),
"namespace": "dash_html_components"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.13.0'
__version__ = '0.13.1'
2 changes: 1 addition & 1 deletion packages/dash-html-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "dash-html-components",
"version": "0.13.0",
"version": "0.13.1",
"description": "Vanilla HTML components for Dash",
"main": "lib/index.js",
"repository": {
Expand Down

0 comments on commit b34554e

Please sign in to comment.