Skip to content

Commit 6437126

Browse files
committed
v0.85.41
1 parent 190f688 commit 6437126

File tree

25 files changed

+95
-23
lines changed

25 files changed

+95
-23
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,21 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.85.41](https://github.com/deephaven/web-client-ui/compare/v0.85.40...v0.85.41) (2026-01-15)
7+
8+
### ⚠ BREAKING CHANGES
9+
10+
- getColumnSeparatorIndex now requires a model argument.
11+
12+
### Features
13+
14+
- Cherry-pick DH-20363: Pivot filter support [#2602](https://github.com/deephaven/web-client-ui/issues/2602) ([#2608](https://github.com/deephaven/web-client-ui/issues/2608)) ([190f688](https://github.com/deephaven/web-client-ui/commit/190f6880aa44b09b917d1861d7021a5fbfd7b9a9))
15+
16+
### Bug Fixes
17+
18+
- Cherry-pick DH-21258: Fix column group separators ([#2599](https://github.com/deephaven/web-client-ui/issues/2599)) ([44edc02](https://github.com/deephaven/web-client-ui/commit/44edc02d6f91e83ca6acdd5a6d39d7b964648225)), closes [#2597](https://github.com/deephaven/web-client-ui/issues/2597)
19+
- Cherry-pick DH-21367: Fix shifting header group text ([#2604](https://github.com/deephaven/web-client-ui/issues/2604)) ([549e4e9](https://github.com/deephaven/web-client-ui/commit/549e4e93c7dc799698c409eab09eaf84d35ac3e9)), closes [#2603](https://github.com/deephaven/web-client-ui/issues/2603)
20+
621
## [0.85.40](https://github.com/deephaven/web-client-ui/compare/v0.85.39...v0.85.40) (2025-12-11)
722

823
**Note:** Version bump only for package @deephaven/web-client-ui

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"useNx": false,
3-
"version": "0.85.40",
3+
"version": "0.85.41",
44
"command": {
55
"publish": {
66
"distTag": "release-v0.85"

package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/app-utils/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.85.41](https://github.com/deephaven/web-client-ui/compare/v0.85.40...v0.85.41) (2026-01-15)
7+
8+
**Note:** Version bump only for package @deephaven/app-utils
9+
610
## [0.85.40](https://github.com/deephaven/web-client-ui/compare/v0.85.39...v0.85.40) (2025-12-11)
711

812
**Note:** Version bump only for package @deephaven/app-utils

packages/app-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/app-utils",
3-
"version": "0.85.40",
3+
"version": "0.85.41",
44
"description": "Deephaven App Utils",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

packages/auth-plugins/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.85.41](https://github.com/deephaven/web-client-ui/compare/v0.85.40...v0.85.41) (2026-01-15)
7+
8+
**Note:** Version bump only for package @deephaven/auth-plugins
9+
610
## [0.85.40](https://github.com/deephaven/web-client-ui/compare/v0.85.39...v0.85.40) (2025-12-11)
711

812
**Note:** Version bump only for package @deephaven/auth-plugins

packages/auth-plugins/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/auth-plugins",
3-
"version": "0.85.40",
3+
"version": "0.85.41",
44
"description": "Deephaven Auth Plugins",
55
"keywords": [
66
"Deephaven",

packages/code-studio/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.85.41](https://github.com/deephaven/web-client-ui/compare/v0.85.40...v0.85.41) (2026-01-15)
7+
8+
**Note:** Version bump only for package @deephaven/code-studio
9+
610
## [0.85.40](https://github.com/deephaven/web-client-ui/compare/v0.85.39...v0.85.40) (2025-12-11)
711

812
**Note:** Version bump only for package @deephaven/code-studio

packages/code-studio/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/code-studio",
3-
"version": "0.85.40",
3+
"version": "0.85.41",
44
"description": "Deephaven Code Studio",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

packages/dashboard-core-plugins/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
All notable changes to this project will be documented in this file.
44
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
55

6+
## [0.85.41](https://github.com/deephaven/web-client-ui/compare/v0.85.40...v0.85.41) (2026-01-15)
7+
8+
**Note:** Version bump only for package @deephaven/dashboard-core-plugins
9+
610
## [0.85.40](https://github.com/deephaven/web-client-ui/compare/v0.85.39...v0.85.40) (2025-12-11)
711

812
**Note:** Version bump only for package @deephaven/dashboard-core-plugins

0 commit comments

Comments
 (0)