Skip to content

Commit 912f1d6

Browse files
committed
v0.85.17
1 parent c225374 commit 912f1d6

File tree

21 files changed

+71
-19
lines changed

21 files changed

+71
-19
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
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.17](https://github.com/deephaven/web-client-ui/compare/v0.85.16...v0.85.17) (2025-03-25)
7+
8+
### Features
9+
10+
- add median agg for totals table ([#2389](https://github.com/deephaven/web-client-ui/issues/2389)) ([c225374](https://github.com/deephaven/web-client-ui/commit/c2253748a9919cc45dbc5c126cab62e5a249c411))
11+
12+
### Bug Fixes
13+
14+
- allow input table to delete row with null key ([#2386](https://github.com/deephaven/web-client-ui/issues/2386)) ([#2387](https://github.com/deephaven/web-client-ui/issues/2387)) ([fe8b874](https://github.com/deephaven/web-client-ui/commit/fe8b874d780b132f4a3dab40ac667e1685b77ef5))
15+
616
## [0.85.16](https://github.com/deephaven/web-client-ui/compare/v0.85.15...v0.85.16) (2025-03-03)
717

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

package-lock.json

Lines changed: 9 additions & 9 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.17](https://github.com/deephaven/web-client-ui/compare/v0.85.16...v0.85.17) (2025-03-25)
7+
8+
**Note:** Version bump only for package @deephaven/app-utils
9+
610
## [0.85.16](https://github.com/deephaven/web-client-ui/compare/v0.85.15...v0.85.16) (2025-03-03)
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.16",
3+
"version": "0.85.17",
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.17](https://github.com/deephaven/web-client-ui/compare/v0.85.16...v0.85.17) (2025-03-25)
7+
8+
**Note:** Version bump only for package @deephaven/auth-plugins
9+
610
## [0.85.15](https://github.com/deephaven/web-client-ui/compare/v0.85.14...v0.85.15) (2025-02-27)
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.15",
3+
"version": "0.85.17",
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.17](https://github.com/deephaven/web-client-ui/compare/v0.85.16...v0.85.17) (2025-03-25)
7+
8+
**Note:** Version bump only for package @deephaven/code-studio
9+
610
## [0.85.16](https://github.com/deephaven/web-client-ui/compare/v0.85.15...v0.85.16) (2025-03-03)
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.16",
3+
"version": "0.85.17",
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.17](https://github.com/deephaven/web-client-ui/compare/v0.85.16...v0.85.17) (2025-03-25)
7+
8+
**Note:** Version bump only for package @deephaven/dashboard-core-plugins
9+
610
## [0.85.16](https://github.com/deephaven/web-client-ui/compare/v0.85.15...v0.85.16) (2025-03-03)
711

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

0 commit comments

Comments
 (0)