Skip to content

Commit

Permalink
update plotly.js to 2.35.1
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamConnors committed Sep 9, 2024
1 parent 8549715 commit e5333de
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

## Unreleased

### Updated

- Updated Plotly.js from version 2.35.0 to version 2.35.1. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2351----2024-09-09) for more information.

## [5.24.0] - 2024-08-29

### Added
Expand Down
2 changes: 1 addition & 1 deletion packages/javascript/jupyterlab-plotly/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
"@lumino/messaging": "^1.2.3",
"@lumino/widgets": "^1.8.1",
"lodash": "^4.17.4",
"plotly.js": "^2.35.0"
"plotly.js": "^2.35.1"
},
"jupyterlab": {
"extension": "lib/jupyterlab-plugin",
Expand Down
2 changes: 1 addition & 1 deletion packages/python/plotly/plotly/offline/_plotlyjs_version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# DO NOT EDIT
# This file is generated by the updatebundle setup.py command
__plotlyjs_version__ = "2.35.0"
__plotlyjs_version__ = "2.35.1"
4 changes: 2 additions & 2 deletions packages/python/plotly/plotly/package_data/plotly.min.js

Large diffs are not rendered by default.

0 comments on commit e5333de

Please sign in to comment.