Skip to content

Commit bce0d26

Browse files
Merge pull request #4075 from plotly/update-plotly-js-2-18-2
Update plotlyjs version
2 parents efe6338 + ee80326 commit bce0d26

File tree

6 files changed

+47
-35
lines changed

6 files changed

+47
-35
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
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+
## UNRELEASED
6+
7+
### Updated
8+
- Updated Plotly.js to from version 2.18.0 to version 2.18.2. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2182----2023-02-15) for more information. These changes are reflected in the auto-generated `plotly.graph_objects` module.
9+
510
## [5.13.0] - 2023-01-23
611

712
### Updated

doc/requirements.txt

+1
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,4 @@ nbconvert==5.6.1
3636
orjson
3737
dash-bio
3838
jinja2<3.1
39+
parmed<=3.4.4; python_version<"3.8"

packages/javascript/jupyterlab-plotly/package-lock.json

+37-31
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/javascript/jupyterlab-plotly/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
"@lumino/messaging": "^1.2.3",
6666
"@lumino/widgets": "^1.8.1",
6767
"lodash": "^4.17.4",
68-
"plotly.js": "^2.18.0"
68+
"plotly.js": "^2.18.2"
6969
},
7070
"jupyterlab": {
7171
"extension": "lib/jupyterlab-plugin",
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# DO NOT EDIT
22
# This file is generated by the updatebundle setup.py command
3-
__plotlyjs_version__ = "2.18.0"
3+
__plotlyjs_version__ = "2.18.2"

packages/python/plotly/plotly/package_data/plotly.min.js

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)