Skip to content

Commit 0f6a016

Browse files
committed
v0.85.32
1 parent 9f99658 commit 0f6a016

File tree

31 files changed

+93
-29
lines changed

31 files changed

+93
-29
lines changed

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.32](https://github.com/deephaven/web-client-ui/compare/v0.85.31...v0.85.32) (2025-06-27)
7+
8+
### Features
9+
10+
- Cherry-pick Made event details generic ([#2476](https://github.com/deephaven/web-client-ui/issues/2476)) ([9f99658](https://github.com/deephaven/web-client-ui/commit/9f996585a9e69805bb4a03229271b8eb76ac017d))
11+
612
## [0.85.31](https://github.com/deephaven/web-client-ui/compare/v0.85.30...v0.85.31) (2025-06-27)
713

814
### Features

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

package-lock.json

Lines changed: 14 additions & 14 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.32](https://github.com/deephaven/web-client-ui/compare/v0.85.31...v0.85.32) (2025-06-27)
7+
8+
**Note:** Version bump only for package @deephaven/app-utils
9+
610
## [0.85.31](https://github.com/deephaven/web-client-ui/compare/v0.85.30...v0.85.31) (2025-06-27)
711

812
### Bug Fixes

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.31",
3+
"version": "0.85.32",
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.32](https://github.com/deephaven/web-client-ui/compare/v0.85.31...v0.85.32) (2025-06-27)
7+
8+
**Note:** Version bump only for package @deephaven/auth-plugins
9+
610
## [0.85.31](https://github.com/deephaven/web-client-ui/compare/v0.85.30...v0.85.31) (2025-06-27)
711

812
### Bug Fixes

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.31",
3+
"version": "0.85.32",
44
"description": "Deephaven Auth Plugins",
55
"keywords": [
66
"Deephaven",

packages/chart/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.32](https://github.com/deephaven/web-client-ui/compare/v0.85.31...v0.85.32) (2025-06-27)
7+
8+
**Note:** Version bump only for package @deephaven/chart
9+
610
## [0.85.31](https://github.com/deephaven/web-client-ui/compare/v0.85.30...v0.85.31) (2025-06-27)
711

812
### Bug Fixes

packages/chart/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/chart",
3-
"version": "0.85.31",
3+
"version": "0.85.32",
44
"description": "Deephaven Chart",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

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.32](https://github.com/deephaven/web-client-ui/compare/v0.85.31...v0.85.32) (2025-06-27)
7+
8+
**Note:** Version bump only for package @deephaven/code-studio
9+
610
## [0.85.31](https://github.com/deephaven/web-client-ui/compare/v0.85.30...v0.85.31) (2025-06-27)
711

812
### Bug Fixes

0 commit comments

Comments
 (0)