From bbfd6eb533e27f0deeb527157cf48a9014ea2d64 Mon Sep 17 00:00:00 2001 From: Mike Bender Date: Thu, 16 May 2024 15:26:04 -0400 Subject: [PATCH] chore(version): plotly-express-v0.8.0 --- 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 d5f6e350f..baf77e35b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -30363,7 +30363,7 @@ }, "plugins/plotly-express/src/js": { "name": "@deephaven/js-plugin-plotly-express", - "version": "0.7.0", + "version": "0.8.0", "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 7b1d15aaa..609eaa9ec 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.8.0 - 2024-05-16 +#### Bug Fixes +- Improve TimePreprocessor code (#455) - (be887f7) - Joe +#### Features +- Plotly express downsampling (#453) - (0101436) - Matthew Runyon +#### Tests +- bump ts, eslint and prettier configs (#416) - (a4761cc) - Don + +- - - + ## plotly-express-v0.7.0 - 2024-04-03 #### Bug Fixes - Ensure title is added to default figure (#396) - (2f0a8a0) - Joe diff --git a/plugins/plotly-express/setup.cfg b/plugins/plotly-express/setup.cfg index 472e24b0a..3dd0d5d3e 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.7.0.dev0 +version = 0.8.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 33b702a7e..d681b8d7c 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.7.0", + "version": "0.8.0", "description": "Deephaven plotly express plugin", "keywords": [ "Deephaven",