From 16741fc1a9e535aac2a25b07afc117395052adc8 Mon Sep 17 00:00:00 2001 From: mikebender Date: Wed, 24 Jul 2024 12:52:14 -0400 Subject: [PATCH] chore(version): plotly-express-v0.11.1 --- package-lock.json | 2 +- plugins/plotly-express/CHANGELOG.md | 10 ++++++++++ plugins/plotly-express/setup.cfg | 2 +- plugins/plotly-express/src/js/package.json | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index 6d14e4e71..7c7ba0710 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31619,7 +31619,7 @@ }, "plugins/plotly-express/src/js": { "name": "@deephaven/js-plugin-plotly-express", - "version": "0.11.0", + "version": "0.11.1", "license": "Apache-2.0", "dependencies": { "@deephaven/chart": "0.75.0", diff --git a/plugins/plotly-express/CHANGELOG.md b/plugins/plotly-express/CHANGELOG.md index 738a370bd..ebbee3a47 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.11.1 - 2024-07-24 +#### Bug Fixes +- Fixes PartitionedTable has no agg_by error (#662) - (685c359) - Joe +#### Build system +- UI docs and add plugin_builder.py (#630) - (7281eec) - Joe +#### Documentation +- add sidebar to UI docs and adjust readme (#633) - (e690c1b) - Don + +- - - + ## plotly-express-v0.11.0 - 2024-07-16 #### Bug Fixes - add datasets to import to actually use them (#616) - (2266958) - Alex Peters diff --git a/plugins/plotly-express/setup.cfg b/plugins/plotly-express/setup.cfg index 42e060cb0..917c3527e 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.11.0.dev0 +version = 0.11.1 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 2ffb158d9..cbeb92e4d 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.11.0", + "version": "0.11.1", "description": "Deephaven plotly express plugin", "keywords": [ "Deephaven",