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

Commit e7fcda4

Browse files
committed
📦 1.39.1
1 parent 414918b commit e7fcda4

File tree

5 files changed

+12
-12
lines changed

5 files changed

+12
-12
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ This project adheres to [Semantic Versioning](http://semver.org/).
66

77
### Added
88
- Upgraded Plotly.js, the underlying library behind the
9-
`dash_core_components.Graph` component, to [version 1.39.0](https://github.com/plotly/plotly.js/releases/tag/v1.39.0).
10-
See https://github.com/plotly/plotly.js/releases/tag/v1.39.0 for the official notes.
9+
`dash_core_components.Graph` component, to [version 1.39.1](https://github.com/plotly/plotly.js/releases/tag/v1.39.1).
10+
See https://github.com/plotly/plotly.js/releases/tag/v1.39.1 for the official notes.
1111

1212
Many of these features were funded directly by companies that rely on this library.
1313
If your organization or company would like to sponsor particular features or

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ include dash_core_components/bundle.js.map
33
include dash_core_components/metadata.json
44
include dash_core_components/[email protected]
55
include dash_core_components/[email protected]
6-
include dash_core_components/plotly-1.39.0.min.js
6+
include dash_core_components/plotly-1.39.1.min.js
77
include dash_core_components/[email protected]
88
include dash_core_components/[email protected]
99
include dash_core_components/[email protected]

dash_core_components/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323

2424
_js_dist = [
2525
{
26-
'external_url': 'https://cdn.plot.ly/plotly-1.39.0.min.js',
27-
'relative_package_path': 'plotly-1.39.0.min.js',
26+
'external_url': 'https://cdn.plot.ly/plotly-1.39.1.min.js',
27+
'relative_package_path': 'plotly-1.39.1.min.js',
2828
'namespace': 'dash_core_components'
2929
},
3030
{

dash_core_components/plotly-1.39.0.min.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

dash_core_components/plotly-1.39.1.min.js

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)