Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f1a02ff

Browse files
committedMar 26, 2025·
v0.85.18
1 parent f3c3126 commit f1a02ff

27 files changed

+89
-25
lines changed
 

‎CHANGELOG.md

+10
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.18](https://github.com/deephaven/web-client-ui/compare/v0.85.17...v0.85.18) (2025-03-26)
7+
8+
### Features
9+
10+
- Add chart event for title change ([#2352](https://github.com/deephaven/web-client-ui/issues/2352)) ([#2394](https://github.com/deephaven/web-client-ui/issues/2394)) ([91eacee](https://github.com/deephaven/web-client-ui/commit/91eacee8349db50e8688a952337a0000e8bc8ba7))
11+
12+
### Bug Fixes
13+
14+
- DH-18279: fix one click titles ([#2381](https://github.com/deephaven/web-client-ui/issues/2381)) ([#2393](https://github.com/deephaven/web-client-ui/issues/2393)) ([f3c3126](https://github.com/deephaven/web-client-ui/commit/f3c3126ac1ba05064bb77dde7bcda9e7ca1477f3))
15+
616
## [0.85.17](https://github.com/deephaven/web-client-ui/compare/v0.85.16...v0.85.17) (2025-03-25)
717

818
### Features

‎lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"useNx": false,
3-
"version": "0.85.17",
3+
"version": "0.85.18",
44
"command": {
55
"publish": {
66
"distTag": "release-v0.85"

‎package-lock.json

+12-12
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎packages/app-utils/CHANGELOG.md

+4
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.18](https://github.com/deephaven/web-client-ui/compare/v0.85.17...v0.85.18) (2025-03-26)
7+
8+
**Note:** Version bump only for package @deephaven/app-utils
9+
610
## [0.85.17](https://github.com/deephaven/web-client-ui/compare/v0.85.16...v0.85.17) (2025-03-25)
711

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

‎packages/app-utils/package.json

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

‎packages/auth-plugins/CHANGELOG.md

+4
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.18](https://github.com/deephaven/web-client-ui/compare/v0.85.17...v0.85.18) (2025-03-26)
7+
8+
**Note:** Version bump only for package @deephaven/auth-plugins
9+
610
## [0.85.17](https://github.com/deephaven/web-client-ui/compare/v0.85.16...v0.85.17) (2025-03-25)
711

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

‎packages/auth-plugins/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/auth-plugins",
3-
"version": "0.85.17",
3+
"version": "0.85.18",
44
"description": "Deephaven Auth Plugins",
55
"keywords": [
66
"Deephaven",

‎packages/chart/CHANGELOG.md

+10
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.18](https://github.com/deephaven/web-client-ui/compare/v0.85.17...v0.85.18) (2025-03-26)
7+
8+
### Features
9+
10+
- Add chart event for title change ([#2352](https://github.com/deephaven/web-client-ui/issues/2352)) ([#2394](https://github.com/deephaven/web-client-ui/issues/2394)) ([91eacee](https://github.com/deephaven/web-client-ui/commit/91eacee8349db50e8688a952337a0000e8bc8ba7))
11+
12+
### Bug Fixes
13+
14+
- DH-18279: fix one click titles ([#2381](https://github.com/deephaven/web-client-ui/issues/2381)) ([#2393](https://github.com/deephaven/web-client-ui/issues/2393)) ([f3c3126](https://github.com/deephaven/web-client-ui/commit/f3c3126ac1ba05064bb77dde7bcda9e7ca1477f3))
15+
616
## [0.85.15](https://github.com/deephaven/web-client-ui/compare/v0.85.14...v0.85.15) (2025-02-27)
717

818
**Note:** Version bump only for package @deephaven/chart

‎packages/chart/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/chart",
3-
"version": "0.85.15",
3+
"version": "0.85.18",
44
"description": "Deephaven Chart",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

‎packages/code-studio/CHANGELOG.md

+4
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.18](https://github.com/deephaven/web-client-ui/compare/v0.85.17...v0.85.18) (2025-03-26)
7+
8+
**Note:** Version bump only for package @deephaven/code-studio
9+
610
## [0.85.17](https://github.com/deephaven/web-client-ui/compare/v0.85.16...v0.85.17) (2025-03-25)
711

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

‎packages/code-studio/package.json

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

‎packages/console/CHANGELOG.md

+4
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.18](https://github.com/deephaven/web-client-ui/compare/v0.85.17...v0.85.18) (2025-03-26)
7+
8+
**Note:** Version bump only for package @deephaven/console
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/console

‎packages/console/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/console",
3-
"version": "0.85.15",
3+
"version": "0.85.18",
44
"description": "Deephaven Console",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

‎packages/dashboard-core-plugins/CHANGELOG.md

+4
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.18](https://github.com/deephaven/web-client-ui/compare/v0.85.17...v0.85.18) (2025-03-26)
7+
8+
**Note:** Version bump only for package @deephaven/dashboard-core-plugins
9+
610
## [0.85.17](https://github.com/deephaven/web-client-ui/compare/v0.85.16...v0.85.17) (2025-03-25)
711

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

‎packages/dashboard-core-plugins/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/dashboard-core-plugins",
3-
"version": "0.85.17",
3+
"version": "0.85.18",
44
"description": "Deephaven Dashboard Core Plugins",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

‎packages/dashboard/CHANGELOG.md

+4
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.18](https://github.com/deephaven/web-client-ui/compare/v0.85.17...v0.85.18) (2025-03-26)
7+
8+
**Note:** Version bump only for package @deephaven/dashboard
9+
610
## [0.85.17](https://github.com/deephaven/web-client-ui/compare/v0.85.16...v0.85.17) (2025-03-25)
711

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

‎packages/dashboard/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/dashboard",
3-
"version": "0.85.17",
3+
"version": "0.85.18",
44
"description": "Deephaven Dashboard",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

‎packages/embed-widget/CHANGELOG.md

+4
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.18](https://github.com/deephaven/web-client-ui/compare/v0.85.17...v0.85.18) (2025-03-26)
7+
8+
**Note:** Version bump only for package @deephaven/embed-widget
9+
610
## [0.85.17](https://github.com/deephaven/web-client-ui/compare/v0.85.16...v0.85.17) (2025-03-25)
711

812
**Note:** Version bump only for package @deephaven/embed-widget

‎packages/embed-widget/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/embed-widget",
3-
"version": "0.85.17",
3+
"version": "0.85.18",
44
"description": "Deephaven Embedded Widget",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

‎packages/iris-grid/CHANGELOG.md

+4
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.18](https://github.com/deephaven/web-client-ui/compare/v0.85.17...v0.85.18) (2025-03-26)
7+
8+
**Note:** Version bump only for package @deephaven/iris-grid
9+
610
## [0.85.17](https://github.com/deephaven/web-client-ui/compare/v0.85.16...v0.85.17) (2025-03-25)
711

812
### Features

‎packages/iris-grid/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/iris-grid",
3-
"version": "0.85.17",
3+
"version": "0.85.18",
44
"description": "Deephaven Iris Grid",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

‎packages/plugin/CHANGELOG.md

+4
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.18](https://github.com/deephaven/web-client-ui/compare/v0.85.17...v0.85.18) (2025-03-26)
7+
8+
**Note:** Version bump only for package @deephaven/plugin
9+
610
## [0.85.17](https://github.com/deephaven/web-client-ui/compare/v0.85.16...v0.85.17) (2025-03-25)
711

812
**Note:** Version bump only for package @deephaven/plugin

‎packages/plugin/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/plugin",
3-
"version": "0.85.17",
3+
"version": "0.85.18",
44
"description": "Deephaven JS Plugin Core",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

‎packages/pouch-storage/CHANGELOG.md

+4
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.18](https://github.com/deephaven/web-client-ui/compare/v0.85.17...v0.85.18) (2025-03-26)
7+
8+
**Note:** Version bump only for package @deephaven/pouch-storage
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/pouch-storage

‎packages/pouch-storage/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/pouch-storage",
3-
"version": "0.85.15",
3+
"version": "0.85.18",
44
"description": "Deephaven Storage based on PouchDB",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

‎packages/redux/CHANGELOG.md

+4
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.18](https://github.com/deephaven/web-client-ui/compare/v0.85.17...v0.85.18) (2025-03-26)
7+
8+
**Note:** Version bump only for package @deephaven/redux
9+
610
## [0.85.17](https://github.com/deephaven/web-client-ui/compare/v0.85.16...v0.85.17) (2025-03-25)
711

812
**Note:** Version bump only for package @deephaven/redux

‎packages/redux/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/redux",
3-
"version": "0.85.17",
3+
"version": "0.85.18",
44
"description": "Deephaven Redux",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)
Please sign in to comment.