Skip to content

Commit 8806654

Browse files
committed
chore(version): plotly-express-v0.18.1
1 parent 184158a commit 8806654

File tree

4 files changed

+13
-3
lines changed

4 files changed

+13
-3
lines changed

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

plugins/plotly-express/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,16 @@
22
All notable changes to this project will be documented in this file. See [conventional commits](https://www.conventionalcommits.org/) for commit guidelines.
33

44
- - -
5+
## plotly-express-v0.18.1 - 2025-11-04
6+
#### Features
7+
- Deephaven Pivot plugin (#1231) - (ac5d6f5) - vbabich
8+
#### Bug Fixes
9+
- update data generators to be deterministic when columns evaluated in parallel (#1240) - (dc17eab) - Don
10+
#### Build system
11+
- Update TypeScript to v5 (#1247) - (e98edd9) - mofojed
12+
13+
- - -
14+
515
## plotly-express-v0.18.0 - 2025-09-10
616
#### Features
717
- Pivot table example generator (#1230) - (2ff9325) - Don

plugins/plotly-express/setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name = deephaven-plugin-plotly-express
33
description = Deephaven Chart Plugin
44
long_description = file: README.md
55
long_description_content_type = text/markdown
6-
version = 0.18.0.dev0
6+
version = 0.18.1
77
url = https://github.com/deephaven/deephaven-plugins
88
project_urls =
99
Source Code = https://github.com/deephaven/deephaven-plugins

plugins/plotly-express/src/js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/js-plugin-plotly-express",
3-
"version": "0.18.0",
3+
"version": "0.18.1",
44
"description": "Deephaven plotly express plugin",
55
"keywords": [
66
"Deephaven",

0 commit comments

Comments
 (0)