From 83c7c850f9a97ba56349cda7777c4c29db5ae290 Mon Sep 17 00:00:00 2001 From: Liam Connors Date: Mon, 22 Jul 2024 15:47:36 -0400 Subject: [PATCH] version changes for v5.23.0 --- CHANGELOG.md | 2 +- README.md | 8 ++++---- packages/javascript/jupyterlab-plotly/package-lock.json | 4 ++-- packages/javascript/jupyterlab-plotly/package.json | 2 +- packages/python/plotly/plotly/_widget_version.py | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3c5913e17c9..20c880922af 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). -## [5.23.0] - TBD +## [5.23.0] - 2024-07-23 ### Updated - Updated Plotly.js from version 2.32.0 to version 2.34.0. See the [plotly.js CHANGELOG](https://github.com/plotly/plotly.js/blob/master/CHANGELOG.md#2340----2024-07-18) for more information. These changes are reflected in the auto-generated `plotly.graph_objects` module. Notable changes include: diff --git a/README.md b/README.md index f243e8495e6..d8039732b70 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ ## Quickstart -`pip install plotly==5.22.0` +`pip install plotly==5.23.0` Inside [Jupyter](https://jupyter.org/install) (installable with `pip install "jupyterlab>=3" "ipywidgets>=7.6"`): @@ -85,13 +85,13 @@ Built on top of [plotly.js](https://github.com/plotly/plotly.js), `plotly.py` is plotly.py may be installed using pip... ``` -pip install plotly==5.22.0 +pip install plotly==5.23.0 ``` or conda. ``` -conda install -c plotly plotly=5.22.0 +conda install -c plotly plotly=5.23.0 ``` ### JupyterLab Support @@ -113,7 +113,7 @@ The instructions above apply to JupyterLab 3.x. **For JupyterLab 2 or earlier**, ``` # JupyterLab 2.x renderer support -jupyter labextension install jupyterlab-plotly@5.22.0 @jupyter-widgets/jupyterlab-manager +jupyter labextension install jupyterlab-plotly@5.23.0 @jupyter-widgets/jupyterlab-manager ``` Please check out our [Troubleshooting guide](https://plotly.com/python/troubleshooting/) if you run into any problems with JupyterLab. diff --git a/packages/javascript/jupyterlab-plotly/package-lock.json b/packages/javascript/jupyterlab-plotly/package-lock.json index 9fe90cd0d2c..cbedaba1724 100644 --- a/packages/javascript/jupyterlab-plotly/package-lock.json +++ b/packages/javascript/jupyterlab-plotly/package-lock.json @@ -1,12 +1,12 @@ { "name": "jupyterlab-plotly", - "version": "5.22.0", + "version": "5.23.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "jupyterlab-plotly", - "version": "5.22.0", + "version": "5.23.0", "license": "MIT", "dependencies": { "@jupyter-widgets/base": ">=2.0.0 <7.0.0", diff --git a/packages/javascript/jupyterlab-plotly/package.json b/packages/javascript/jupyterlab-plotly/package.json index 75238809716..e564735be5d 100644 --- a/packages/javascript/jupyterlab-plotly/package.json +++ b/packages/javascript/jupyterlab-plotly/package.json @@ -1,6 +1,6 @@ { "name": "jupyterlab-plotly", - "version": "5.22.0", + "version": "5.23.0", "description": "The plotly Jupyter extension", "author": "The plotly.py team", "license": "MIT", diff --git a/packages/python/plotly/plotly/_widget_version.py b/packages/python/plotly/plotly/_widget_version.py index bb730f9b61e..43a73f59541 100644 --- a/packages/python/plotly/plotly/_widget_version.py +++ b/packages/python/plotly/plotly/_widget_version.py @@ -2,4 +2,4 @@ # for automated dev builds # # It is edited by hand prior to official releases -__frontend_version__ = "^5.22.0" +__frontend_version__ = "^5.23.0"