From 7d6322c9c47f18e92f514bcbb15207eb14b5924c Mon Sep 17 00:00:00 2001 From: Vlad Babich Date: Wed, 25 Sep 2024 18:10:21 -0600 Subject: [PATCH] v0.85.5 --- CHANGELOG.md | 6 ++++++ lerna.json | 2 +- package-lock.json | 18 +++++++++--------- packages/app-utils/CHANGELOG.md | 4 ++++ packages/app-utils/package.json | 2 +- packages/auth-plugins/CHANGELOG.md | 4 ++++ packages/auth-plugins/package.json | 2 +- packages/code-studio/CHANGELOG.md | 4 ++++ packages/code-studio/package.json | 2 +- packages/dashboard-core-plugins/CHANGELOG.md | 4 ++++ packages/dashboard-core-plugins/package.json | 2 +- packages/dashboard/CHANGELOG.md | 4 ++++ packages/dashboard/package.json | 2 +- packages/embed-widget/CHANGELOG.md | 4 ++++ packages/embed-widget/package.json | 2 +- packages/iris-grid/CHANGELOG.md | 6 ++++++ packages/iris-grid/package.json | 2 +- packages/plugin/CHANGELOG.md | 4 ++++ packages/plugin/package.json | 2 +- packages/redux/CHANGELOG.md | 4 ++++ packages/redux/package.json | 2 +- 21 files changed, 63 insertions(+), 19 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9a3c69b09d..badfd2b263 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.85.5](https://github.com/deephaven/web-client-ui/compare/v0.85.4...v0.85.5) (2024-09-26) + +### Bug Fixes + +- Cherry-pick DH-17537: Fix Advanced Filter dialog not showing the values list on tree tables ([#2235](https://github.com/deephaven/web-client-ui/issues/2235)) ([790566a](https://github.com/deephaven/web-client-ui/commit/790566a8336d57e0767912c1735108e4e32f92c4)) + ## [0.85.4](https://github.com/deephaven/web-client-ui/compare/v0.85.3...v0.85.4) (2024-08-20) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 5564c55737..71050d645b 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useNx": false, - "version": "0.85.4", + "version": "0.85.5", "command": { "publish": { "distTag": "release-v0.85" diff --git a/package-lock.json b/package-lock.json index ba92a17e73..37d5eae4bf 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28909,7 +28909,7 @@ }, "packages/app-utils": { "name": "@deephaven/app-utils", - "version": "0.85.4", + "version": "0.85.5", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.35.1", @@ -29002,7 +29002,7 @@ }, "packages/auth-plugins": { "name": "@deephaven/auth-plugins", - "version": "0.85.4", + "version": "0.85.5", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29101,7 +29101,7 @@ }, "packages/code-studio": { "name": "@deephaven/code-studio", - "version": "0.85.4", + "version": "0.85.5", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.35.1", @@ -29279,7 +29279,7 @@ }, "packages/dashboard": { "name": "@deephaven/dashboard", - "version": "0.85.4", + "version": "0.85.5", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29310,7 +29310,7 @@ }, "packages/dashboard-core-plugins": { "name": "@deephaven/dashboard-core-plugins", - "version": "0.85.4", + "version": "0.85.5", "license": "Apache-2.0", "dependencies": { "@deephaven/chart": "file:../chart", @@ -29757,7 +29757,7 @@ }, "packages/embed-widget": { "name": "@deephaven/embed-widget", - "version": "0.85.4", + "version": "0.85.5", "license": "Apache-2.0", "dependencies": { "@deephaven/app-utils": "file:../app-utils", @@ -29900,7 +29900,7 @@ }, "packages/iris-grid": { "name": "@deephaven/iris-grid", - "version": "0.85.4", + "version": "0.85.5", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30056,7 +30056,7 @@ }, "packages/plugin": { "name": "@deephaven/plugin", - "version": "0.85.4", + "version": "0.85.5", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30154,7 +30154,7 @@ }, "packages/redux": { "name": "@deephaven/redux", - "version": "0.85.4", + "version": "0.85.5", "license": "Apache-2.0", "dependencies": { "@deephaven/jsapi-types": "^1.0.0-dev0.34.0", diff --git a/packages/app-utils/CHANGELOG.md b/packages/app-utils/CHANGELOG.md index 8ecfdc5387..ceaf78a66d 100644 --- a/packages/app-utils/CHANGELOG.md +++ b/packages/app-utils/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.85.5](https://github.com/deephaven/web-client-ui/compare/v0.85.4...v0.85.5) (2024-09-26) + +**Note:** Version bump only for package @deephaven/app-utils + ## [0.85.4](https://github.com/deephaven/web-client-ui/compare/v0.85.3...v0.85.4) (2024-08-20) **Note:** Version bump only for package @deephaven/app-utils diff --git a/packages/app-utils/package.json b/packages/app-utils/package.json index eeb181fa79..fccb3a4e99 100644 --- a/packages/app-utils/package.json +++ b/packages/app-utils/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/app-utils", - "version": "0.85.4", + "version": "0.85.5", "description": "Deephaven App Utils", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/auth-plugins/CHANGELOG.md b/packages/auth-plugins/CHANGELOG.md index 02805bd5bd..b816deea48 100644 --- a/packages/auth-plugins/CHANGELOG.md +++ b/packages/auth-plugins/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.85.5](https://github.com/deephaven/web-client-ui/compare/v0.85.4...v0.85.5) (2024-09-26) + +**Note:** Version bump only for package @deephaven/auth-plugins + ## [0.85.4](https://github.com/deephaven/web-client-ui/compare/v0.85.3...v0.85.4) (2024-08-20) **Note:** Version bump only for package @deephaven/auth-plugins diff --git a/packages/auth-plugins/package.json b/packages/auth-plugins/package.json index ad84288e5c..b545136cd3 100644 --- a/packages/auth-plugins/package.json +++ b/packages/auth-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/auth-plugins", - "version": "0.85.4", + "version": "0.85.5", "description": "Deephaven Auth Plugins", "keywords": [ "Deephaven", diff --git a/packages/code-studio/CHANGELOG.md b/packages/code-studio/CHANGELOG.md index 26de4e25cf..0cc72b89c5 100644 --- a/packages/code-studio/CHANGELOG.md +++ b/packages/code-studio/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.85.5](https://github.com/deephaven/web-client-ui/compare/v0.85.4...v0.85.5) (2024-09-26) + +**Note:** Version bump only for package @deephaven/code-studio + ## [0.85.4](https://github.com/deephaven/web-client-ui/compare/v0.85.3...v0.85.4) (2024-08-20) **Note:** Version bump only for package @deephaven/code-studio diff --git a/packages/code-studio/package.json b/packages/code-studio/package.json index df8726bd93..5e89fbdb79 100644 --- a/packages/code-studio/package.json +++ b/packages/code-studio/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/code-studio", - "version": "0.85.4", + "version": "0.85.5", "description": "Deephaven Code Studio", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/dashboard-core-plugins/CHANGELOG.md b/packages/dashboard-core-plugins/CHANGELOG.md index 0c9d51f271..9e48e94e10 100644 --- a/packages/dashboard-core-plugins/CHANGELOG.md +++ b/packages/dashboard-core-plugins/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.85.5](https://github.com/deephaven/web-client-ui/compare/v0.85.4...v0.85.5) (2024-09-26) + +**Note:** Version bump only for package @deephaven/dashboard-core-plugins + ## [0.85.4](https://github.com/deephaven/web-client-ui/compare/v0.85.3...v0.85.4) (2024-08-20) **Note:** Version bump only for package @deephaven/dashboard-core-plugins diff --git a/packages/dashboard-core-plugins/package.json b/packages/dashboard-core-plugins/package.json index 49f1824242..bc46e2bcc1 100644 --- a/packages/dashboard-core-plugins/package.json +++ b/packages/dashboard-core-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/dashboard-core-plugins", - "version": "0.85.4", + "version": "0.85.5", "description": "Deephaven Dashboard Core Plugins", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/dashboard/CHANGELOG.md b/packages/dashboard/CHANGELOG.md index 1d7f6570e7..6959fbfb1f 100644 --- a/packages/dashboard/CHANGELOG.md +++ b/packages/dashboard/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.85.5](https://github.com/deephaven/web-client-ui/compare/v0.85.4...v0.85.5) (2024-09-26) + +**Note:** Version bump only for package @deephaven/dashboard + ## [0.85.4](https://github.com/deephaven/web-client-ui/compare/v0.85.3...v0.85.4) (2024-08-20) **Note:** Version bump only for package @deephaven/dashboard diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index dad76b2ab2..e0c61e8323 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/dashboard", - "version": "0.85.4", + "version": "0.85.5", "description": "Deephaven Dashboard", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/embed-widget/CHANGELOG.md b/packages/embed-widget/CHANGELOG.md index 362a9789e2..5d8b9f1a4a 100644 --- a/packages/embed-widget/CHANGELOG.md +++ b/packages/embed-widget/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.85.5](https://github.com/deephaven/web-client-ui/compare/v0.85.4...v0.85.5) (2024-09-26) + +**Note:** Version bump only for package @deephaven/embed-widget + ## [0.85.4](https://github.com/deephaven/web-client-ui/compare/v0.85.3...v0.85.4) (2024-08-20) **Note:** Version bump only for package @deephaven/embed-widget diff --git a/packages/embed-widget/package.json b/packages/embed-widget/package.json index 6b939a3e8a..f4ab07e929 100644 --- a/packages/embed-widget/package.json +++ b/packages/embed-widget/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/embed-widget", - "version": "0.85.4", + "version": "0.85.5", "description": "Deephaven Embedded Widget", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/iris-grid/CHANGELOG.md b/packages/iris-grid/CHANGELOG.md index 5b0ba7e04c..71f54f93fb 100644 --- a/packages/iris-grid/CHANGELOG.md +++ b/packages/iris-grid/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.85.5](https://github.com/deephaven/web-client-ui/compare/v0.85.4...v0.85.5) (2024-09-26) + +### Bug Fixes + +- Cherry-pick DH-17537: Fix Advanced Filter dialog not showing the values list on tree tables ([#2235](https://github.com/deephaven/web-client-ui/issues/2235)) ([790566a](https://github.com/deephaven/web-client-ui/commit/790566a8336d57e0767912c1735108e4e32f92c4)) + ## [0.85.4](https://github.com/deephaven/web-client-ui/compare/v0.85.3...v0.85.4) (2024-08-20) **Note:** Version bump only for package @deephaven/iris-grid diff --git a/packages/iris-grid/package.json b/packages/iris-grid/package.json index 5404ba77f0..dbf3e42be8 100644 --- a/packages/iris-grid/package.json +++ b/packages/iris-grid/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/iris-grid", - "version": "0.85.4", + "version": "0.85.5", "description": "Deephaven Iris Grid", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index e6a9c6df75..209c43564e 100644 --- a/packages/plugin/CHANGELOG.md +++ b/packages/plugin/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.85.5](https://github.com/deephaven/web-client-ui/compare/v0.85.4...v0.85.5) (2024-09-26) + +**Note:** Version bump only for package @deephaven/plugin + ## [0.85.4](https://github.com/deephaven/web-client-ui/compare/v0.85.3...v0.85.4) (2024-08-20) **Note:** Version bump only for package @deephaven/plugin diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 4659ac1e75..d4b4cdf6e8 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/plugin", - "version": "0.85.4", + "version": "0.85.5", "description": "Deephaven JS Plugin Core", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/redux/CHANGELOG.md b/packages/redux/CHANGELOG.md index fd1bd87934..097bf6854a 100644 --- a/packages/redux/CHANGELOG.md +++ b/packages/redux/CHANGELOG.md @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.85.5](https://github.com/deephaven/web-client-ui/compare/v0.85.4...v0.85.5) (2024-09-26) + +**Note:** Version bump only for package @deephaven/redux + ## [0.85.4](https://github.com/deephaven/web-client-ui/compare/v0.85.3...v0.85.4) (2024-08-20) **Note:** Version bump only for package @deephaven/redux diff --git a/packages/redux/package.json b/packages/redux/package.json index 2fced8856a..b6ae9e28f3 100644 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/redux", - "version": "0.85.4", + "version": "0.85.5", "description": "Deephaven Redux", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0",