From 2685bc3583cbbede6604537ab28262a73756dec4 Mon Sep 17 00:00:00 2001 From: mikebender Date: Wed, 31 Jul 2024 16:36:59 -0400 Subject: [PATCH] chore(version): plotly-express-v0.11.2 --- package-lock.json | 2 +- plugins/plotly-express/CHANGELOG.md | 12 ++++++++++++ plugins/plotly-express/setup.cfg | 2 +- plugins/plotly-express/src/js/package.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/package-lock.json b/package-lock.json index e0b1c93f8..40b99bef2 100644 --- a/package-lock.json +++ b/package-lock.json @@ -31992,7 +31992,7 @@ }, "plugins/plotly-express/src/js": { "name": "@deephaven/js-plugin-plotly-express", - "version": "0.11.1", + "version": "0.11.2", "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 ebbee3a47..14e7423aa 100644 --- a/plugins/plotly-express/CHANGELOG.md +++ b/plugins/plotly-express/CHANGELOG.md @@ -2,6 +2,18 @@ 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.2 - 2024-07-31 +#### Bug Fixes +- Add hist by e2e test and fix error with static plot by (#664) - (88eeaea) - Joe +#### Documentation +- small changes to plotly-express readme (#681) - (8959935) - Alex Peters +- MVP plotly-express docs (#554) - (4c556d3) - Alex Peters +- Add initial density heatmap docs (#626) - (2dfbe0f) - Joe +#### Refactoring +- example dataset column names to PascalCase (#666) - (def7069) - Alex Peters + +- - - + ## plotly-express-v0.11.1 - 2024-07-24 #### Bug Fixes - Fixes PartitionedTable has no agg_by error (#662) - (685c359) - Joe diff --git a/plugins/plotly-express/setup.cfg b/plugins/plotly-express/setup.cfg index 4f11c38ee..01968ca3f 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.1.dev0 +version = 0.11.2 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 cbeb92e4d..0bcae483f 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.1", + "version": "0.11.2", "description": "Deephaven plotly express plugin", "keywords": [ "Deephaven",