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

Commit 7d7497d

Browse files
authored
Merge pull request #69 from plotly/fix-dev-bundles
Fix external_url bundle name.
2 parents 0ffdb24 + a7ac7cc commit 7d7497d

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
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+
## [0.13.1] - 2018-09-20
6+
### Fixed
7+
- Renamed `__init__.py` external_path to dash_html_components.min.js
8+
59
## [0.13.0] - 2018-09-20
610
### Added
711
- Unminified dev bundle support. [#64](https://github.com/plotly/dash-html-components/pull/64)

dash_html_components/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
"dev_package_path": '{}.dev.js'.format(__name__),
4141
"external_url": (
4242
"https://unpkg.com/dash-html-components@{}"
43-
"/dash_html_components/bundle.js"
43+
"/dash_html_components/dash_html_components.min.js"
4444
).format(__version__),
4545
"namespace": "dash_html_components"
4646
}

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.0'
1+
__version__ = '0.13.1'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dash-html-components",
3-
"version": "0.13.0",
3+
"version": "0.13.1",
44
"description": "Vanilla HTML components for Dash",
55
"main": "lib/index.js",
66
"repository": {

0 commit comments

Comments
 (0)