From 552f4d77a767ac4bc91a48e1d4964e73774ddfb1 Mon Sep 17 00:00:00 2001 From: Vlad Babich Date: Fri, 27 Sep 2024 08:26:00 -0600 Subject: [PATCH] v0.85.6 --- 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 badfd2b26..d70f9166c 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.6](https://github.com/deephaven/web-client-ui/compare/v0.85.5...v0.85.6) (2024-09-27) + +### Bug Fixes + +- DH-17730: Fix Proxy Model Undefined Formatter ([#2237](https://github.com/deephaven/web-client-ui/issues/2237)) ([#2238](https://github.com/deephaven/web-client-ui/issues/2238)) ([cf20b7f](https://github.com/deephaven/web-client-ui/commit/cf20b7f345431a8affc34ae01050f6669257ee49)) + ## [0.85.5](https://github.com/deephaven/web-client-ui/compare/v0.85.4...v0.85.5) (2024-09-26) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 71050d645..55bfcf5a9 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useNx": false, - "version": "0.85.5", + "version": "0.85.6", "command": { "publish": { "distTag": "release-v0.85" diff --git a/package-lock.json b/package-lock.json index 37d5eae4b..47e73437f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28909,7 +28909,7 @@ }, "packages/app-utils": { "name": "@deephaven/app-utils", - "version": "0.85.5", + "version": "0.85.6", "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.5", + "version": "0.85.6", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29101,7 +29101,7 @@ }, "packages/code-studio": { "name": "@deephaven/code-studio", - "version": "0.85.5", + "version": "0.85.6", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.35.1", @@ -29279,7 +29279,7 @@ }, "packages/dashboard": { "name": "@deephaven/dashboard", - "version": "0.85.5", + "version": "0.85.6", "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.5", + "version": "0.85.6", "license": "Apache-2.0", "dependencies": { "@deephaven/chart": "file:../chart", @@ -29757,7 +29757,7 @@ }, "packages/embed-widget": { "name": "@deephaven/embed-widget", - "version": "0.85.5", + "version": "0.85.6", "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.5", + "version": "0.85.6", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30056,7 +30056,7 @@ }, "packages/plugin": { "name": "@deephaven/plugin", - "version": "0.85.5", + "version": "0.85.6", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30154,7 +30154,7 @@ }, "packages/redux": { "name": "@deephaven/redux", - "version": "0.85.5", + "version": "0.85.6", "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 ceaf78a66..abb4cbe1e 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.6](https://github.com/deephaven/web-client-ui/compare/v0.85.5...v0.85.6) (2024-09-27) + +**Note:** Version bump only for package @deephaven/app-utils + ## [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 diff --git a/packages/app-utils/package.json b/packages/app-utils/package.json index fccb3a4e9..d59dc5612 100644 --- a/packages/app-utils/package.json +++ b/packages/app-utils/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/app-utils", - "version": "0.85.5", + "version": "0.85.6", "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 b816deea4..9cb710846 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.6](https://github.com/deephaven/web-client-ui/compare/v0.85.5...v0.85.6) (2024-09-27) + +**Note:** Version bump only for package @deephaven/auth-plugins + ## [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 diff --git a/packages/auth-plugins/package.json b/packages/auth-plugins/package.json index b545136cd..60868db44 100644 --- a/packages/auth-plugins/package.json +++ b/packages/auth-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/auth-plugins", - "version": "0.85.5", + "version": "0.85.6", "description": "Deephaven Auth Plugins", "keywords": [ "Deephaven", diff --git a/packages/code-studio/CHANGELOG.md b/packages/code-studio/CHANGELOG.md index 0cc72b89c..54fe16972 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.6](https://github.com/deephaven/web-client-ui/compare/v0.85.5...v0.85.6) (2024-09-27) + +**Note:** Version bump only for package @deephaven/code-studio + ## [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 diff --git a/packages/code-studio/package.json b/packages/code-studio/package.json index 5e89fbdb7..bb80642c5 100644 --- a/packages/code-studio/package.json +++ b/packages/code-studio/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/code-studio", - "version": "0.85.5", + "version": "0.85.6", "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 9e48e94e1..673dceef3 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.6](https://github.com/deephaven/web-client-ui/compare/v0.85.5...v0.85.6) (2024-09-27) + +**Note:** Version bump only for package @deephaven/dashboard-core-plugins + ## [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 diff --git a/packages/dashboard-core-plugins/package.json b/packages/dashboard-core-plugins/package.json index bc46e2bcc..8b543815c 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.5", + "version": "0.85.6", "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 6959fbfb1..74dad9327 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.6](https://github.com/deephaven/web-client-ui/compare/v0.85.5...v0.85.6) (2024-09-27) + +**Note:** Version bump only for package @deephaven/dashboard + ## [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 diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index e0c61e832..f4de52664 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/dashboard", - "version": "0.85.5", + "version": "0.85.6", "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 5d8b9f1a4..34a00530e 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.6](https://github.com/deephaven/web-client-ui/compare/v0.85.5...v0.85.6) (2024-09-27) + +**Note:** Version bump only for package @deephaven/embed-widget + ## [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 diff --git a/packages/embed-widget/package.json b/packages/embed-widget/package.json index f4ab07e92..188e4f740 100644 --- a/packages/embed-widget/package.json +++ b/packages/embed-widget/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/embed-widget", - "version": "0.85.5", + "version": "0.85.6", "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 71f54f93f..aacfbee93 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.6](https://github.com/deephaven/web-client-ui/compare/v0.85.5...v0.85.6) (2024-09-27) + +### Bug Fixes + +- DH-17730: Fix Proxy Model Undefined Formatter ([#2237](https://github.com/deephaven/web-client-ui/issues/2237)) ([#2238](https://github.com/deephaven/web-client-ui/issues/2238)) ([cf20b7f](https://github.com/deephaven/web-client-ui/commit/cf20b7f345431a8affc34ae01050f6669257ee49)) + ## [0.85.5](https://github.com/deephaven/web-client-ui/compare/v0.85.4...v0.85.5) (2024-09-26) ### Bug Fixes diff --git a/packages/iris-grid/package.json b/packages/iris-grid/package.json index dbf3e42be..7dc8828f9 100644 --- a/packages/iris-grid/package.json +++ b/packages/iris-grid/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/iris-grid", - "version": "0.85.5", + "version": "0.85.6", "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 209c43564..55e3140e4 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.6](https://github.com/deephaven/web-client-ui/compare/v0.85.5...v0.85.6) (2024-09-27) + +**Note:** Version bump only for package @deephaven/plugin + ## [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 diff --git a/packages/plugin/package.json b/packages/plugin/package.json index d4b4cdf6e..13a4b493a 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/plugin", - "version": "0.85.5", + "version": "0.85.6", "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 097bf6854..0c7fbd04b 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.6](https://github.com/deephaven/web-client-ui/compare/v0.85.5...v0.85.6) (2024-09-27) + +**Note:** Version bump only for package @deephaven/redux + ## [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 diff --git a/packages/redux/package.json b/packages/redux/package.json index b6ae9e28f..59f2e8cb2 100644 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/redux", - "version": "0.85.5", + "version": "0.85.6", "description": "Deephaven Redux", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0",