File tree Expand file tree Collapse file tree 4 files changed +7
-3
lines changed
packages/dash-html-components Expand file tree Collapse file tree 4 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 2
2
All notable changes to this project will be documented in this file.
3
3
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
4
4
5
+ ## [ 0.13.1] - 2018-09-20
6
+ ### Fixed
7
+ - Renamed ` __init__.py ` external_path to dash_html_components.min.js
8
+
5
9
## [ 0.13.0] - 2018-09-20
6
10
### Added
7
11
- Unminified dev bundle support. [ #64 ] ( https://github.com/plotly/dash-html-components/pull/64 )
Original file line number Diff line number Diff line change 40
40
"dev_package_path" : '{}.dev.js' .format (__name__ ),
41
41
"external_url" : (
42
42
"https://unpkg.com/dash-html-components@{}"
43
- "/dash_html_components/bundle .js"
43
+ "/dash_html_components/dash_html_components.min .js"
44
44
).format (__version__ ),
45
45
"namespace" : "dash_html_components"
46
46
}
Original file line number Diff line number Diff line change 1
- __version__ = '0.13.0 '
1
+ __version__ = '0.13.1 '
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " dash-html-components" ,
3
- "version" : " 0.13.0 " ,
3
+ "version" : " 0.13.1 " ,
4
4
"description" : " Vanilla HTML components for Dash" ,
5
5
"main" : " lib/index.js" ,
6
6
"repository" : {
You can’t perform that action at this time.
0 commit comments