Skip to content

Commit af19156

Browse files
committed
v0.85.37
1 parent fc95c04 commit af19156

File tree

23 files changed

+83
-21
lines changed

23 files changed

+83
-21
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,17 @@
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.37](https://github.com/deephaven/web-client-ui/compare/v0.85.36...v0.85.37) (2025-11-14)
7+
8+
### Features
9+
10+
- Cherry-pick DH-18779: Auto-resize column header groups ([#2566](https://github.com/deephaven/web-client-ui/issues/2566)) ([#2574](https://github.com/deephaven/web-client-ui/issues/2574)) ([09658d1](https://github.com/deephaven/web-client-ui/commit/09658d177a26c597f5a99e4a2ba7de2f944cdab0))
11+
- Cherry-pick DH-18780: Resizable column header groups ([#2567](https://github.com/deephaven/web-client-ui/issues/2567)) ([#2575](https://github.com/deephaven/web-client-ui/issues/2575)) ([736064d](https://github.com/deephaven/web-client-ui/commit/736064d70d4a67444fbcbc32faf72ba6f5c34257))
12+
13+
### Bug Fixes
14+
15+
- Cherry-pick [#2540](https://github.com/deephaven/web-client-ui/issues/2540): Pass optional expandDescendants arg to setColumnExpanded ([#2576](https://github.com/deephaven/web-client-ui/issues/2576)) ([fc95c04](https://github.com/deephaven/web-client-ui/commit/fc95c04c7ab6d38ff0e8a0e8cc164248d827798a))
16+
617
## [0.85.36](https://github.com/deephaven/web-client-ui/compare/v0.85.35...v0.85.36) (2025-10-14)
718

819
### Bug Fixes

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.36",
3+
"version": "0.85.37",
44
"command": {
55
"publish": {
66
"distTag": "release-v0.85"

package-lock.json

Lines changed: 10 additions & 10 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.37](https://github.com/deephaven/web-client-ui/compare/v0.85.36...v0.85.37) (2025-11-14)
7+
8+
**Note:** Version bump only for package @deephaven/app-utils
9+
610
## [0.85.36](https://github.com/deephaven/web-client-ui/compare/v0.85.35...v0.85.36) (2025-10-14)
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.36",
3+
"version": "0.85.37",
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.37](https://github.com/deephaven/web-client-ui/compare/v0.85.36...v0.85.37) (2025-11-14)
7+
8+
**Note:** Version bump only for package @deephaven/auth-plugins
9+
610
## [0.85.36](https://github.com/deephaven/web-client-ui/compare/v0.85.35...v0.85.36) (2025-10-14)
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.36",
3+
"version": "0.85.37",
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.37](https://github.com/deephaven/web-client-ui/compare/v0.85.36...v0.85.37) (2025-11-14)
7+
8+
**Note:** Version bump only for package @deephaven/code-studio
9+
610
## [0.85.36](https://github.com/deephaven/web-client-ui/compare/v0.85.35...v0.85.36) (2025-10-14)
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.36",
3+
"version": "0.85.37",
44
"description": "Deephaven Code Studio",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

packages/dashboard-core-plugins/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.37](https://github.com/deephaven/web-client-ui/compare/v0.85.36...v0.85.37) (2025-11-14)
7+
8+
### Features
9+
10+
- Cherry-pick DH-18779: Auto-resize column header groups ([#2566](https://github.com/deephaven/web-client-ui/issues/2566)) ([#2574](https://github.com/deephaven/web-client-ui/issues/2574)) ([09658d1](https://github.com/deephaven/web-client-ui/commit/09658d177a26c597f5a99e4a2ba7de2f944cdab0))
11+
612
## [0.85.36](https://github.com/deephaven/web-client-ui/compare/v0.85.35...v0.85.36) (2025-10-14)
713

814
### Bug Fixes

0 commit comments

Comments
 (0)