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

Commit 5abdf33

Browse files
committed
bump plotly.js to version 1.44.3
1 parent 62e9049 commit 5abdf33

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ respectively. TODO:
7878
7979
## Updating Plotly.js
8080
81-
1. Download the latest plotly.js from the cdn: `$ wget https://cdn.plot.ly/plotly-1.44.1.min.js`
81+
1. Download the latest plotly.js from the cdn: `$ wget https://cdn.plot.ly/plotly-1.44.3.min.js`
8282
2. Update `dash_core_components/__init__.py` plotly.js `external_url`
8383
3. Update `MANIFEST.in`
8484
4. Update `CHANGELOG.md` with links to the releases and a description of the changes. The message should state (see the existing `CHANGELOG.md` for examples):

MANIFEST.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ include dash_core_components/dash_core_components.dev.js.map
55
include dash_core_components/metadata.json
66
include dash_core_components/[email protected]
77
include dash_core_components/[email protected]
8-
include dash_core_components/plotly-1.44.1.min.js
8+
include dash_core_components/plotly-1.44.3.min.js
99
include dash_core_components/[email protected]
1010
include dash_core_components/[email protected]
1111
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
@@ -35,8 +35,8 @@
3535

3636
_js_dist = [
3737
{
38-
'external_url': 'https://cdn.plot.ly/plotly-1.44.1.min.js',
39-
'relative_package_path': 'plotly-1.44.1.min.js',
38+
'external_url': 'https://cdn.plot.ly/plotly-1.44.3.min.js',
39+
'relative_package_path': 'plotly-1.44.3.min.js',
4040
'namespace': 'dash_core_components'
4141
},
4242
{

dash_core_components/plotly-1.44.1.min.js

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

dash_core_components/plotly-1.44.3.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)