diff --git a/package-lock.json b/package-lock.json index ddf996492..790b583bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35093,7 +35093,7 @@ }, "plugins/plotly-express/src/js": { "name": "@deephaven/js-plugin-plotly-express", - "version": "0.5.0", + "version": "0.6.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 68d2af0a6..0712c30d1 100644 --- a/plugins/plotly-express/CHANGELOG.md +++ b/plugins/plotly-express/CHANGELOG.md @@ -2,6 +2,12 @@ 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.6.0 - 2024-03-19 +#### Features +- Package matplotlib and ui JS with wheel (#343) - (7724e55) - Joe + +- - - + ## plotly-express-v0.5.0 - 2024-03-06 #### Build system - Update dh ui packages to ^0.66.1 (#330) - (9433a98) - bmingles diff --git a/plugins/plotly-express/setup.cfg b/plugins/plotly-express/setup.cfg index 501456df6..a90eda643 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.5.0.dev0 +version = 0.6.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 aa6f92ce7..ef4bd03cb 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.5.0", + "version": "0.6.0", "description": "Deephaven plotly express plugin", "keywords": [ "Deephaven",