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

Commit 10bb5ca

Browse files
committed
Fix dev bundles external_url.
1 parent 2805c8f commit 10bb5ca

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

dash_core_components/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
'dev_package_path': '{}.dev.js'.format(__name__),
4545
'external_url': (
4646
'https://unpkg.com/dash-core-components@{}'
47-
'/dash_core_components/bundle.js'
47+
'/dash_core_components/dash_core_components.min.js'
4848
).format(__version__),
4949
'namespace': 'dash_core_components'
5050
}

dash_core_components/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.30.0'
1+
__version__ = '0.30.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-core-components",
3-
"version": "0.30.0",
3+
"version": "0.30.1",
44
"description": "Core component suite for Dash",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)