diff --git a/package-lock.json b/package-lock.json index abe817447..b495faac6 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35105,7 +35105,7 @@ }, "plugins/plotly-express/src/js": { "name": "@deephaven/js-plugin-plotly-express", - "version": "0.6.0-dev0", + "version": "0.7.0", "license": "Apache-2.0", "dependencies": { "@deephaven/chart": "0.64.0", diff --git a/plugins/plotly-express/CHANGELOG.md b/plugins/plotly-express/CHANGELOG.md index 0712c30d1..7b1d15aaa 100644 --- a/plugins/plotly-express/CHANGELOG.md +++ b/plugins/plotly-express/CHANGELOG.md @@ -2,6 +2,16 @@ All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines. - - - +## plotly-express-v0.7.0 - 2024-04-03 +#### Bug Fixes +- Ensure title is added to default figure (#396) - (2f0a8a0) - Joe +- Deephaven express chart title does not update dynamically (#386) - (556d07c) - Matthew Runyon +#### Features +- combine plotly plots into plotly-express plugin (#358) - (7a1893d) - Joe +- Add python 3.12 testing (#398) - (241348f) - devinrsmith + +- - - + ## plotly-express-v0.6.0 - 2024-03-19 #### Features - Package matplotlib and ui JS with wheel (#343) - (7724e55) - Joe diff --git a/plugins/plotly-express/setup.cfg b/plugins/plotly-express/setup.cfg index b6456e15f..ff7c1ab43 100644 --- a/plugins/plotly-express/setup.cfg +++ b/plugins/plotly-express/setup.cfg @@ -3,7 +3,7 @@ name = deephaven-plugin-plotly-express description = Deephaven Chart Plugin long_description = file: README.md long_description_content_type = text/markdown -version = 0.6.0.dev0 +version = 0.7.0 url = https://github.com/deephaven/deephaven-plugins project_urls = Source Code = https://github.com/deephaven/deephaven-plugins diff --git a/plugins/plotly-express/src/js/package.json b/plugins/plotly-express/src/js/package.json index 09c5f1ec2..9724848ac 100644 --- a/plugins/plotly-express/src/js/package.json +++ b/plugins/plotly-express/src/js/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/js-plugin-plotly-express", - "version": "0.6.0-dev0", + "version": "0.7.0", "description": "Deephaven plotly express plugin", "keywords": [ "Deephaven",