diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d8fcebea1..e7415e1895 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.78.6](https://github.com/deephaven/web-client-ui/compare/v0.78.5...v0.78.6) (2024-12-26) + +### Bug Fixes + +- Console history scroll not always sticking to bottom ([#2314](https://github.com/deephaven/web-client-ui/issues/2314)) ([44cbdb2](https://github.com/deephaven/web-client-ui/commit/44cbdb269acc9ea58f10c81ed4bd1729bbfb4679)), closes [#2275](https://github.com/deephaven/web-client-ui/issues/2275) [#2114](https://github.com/deephaven/web-client-ui/issues/2114) + ## [0.78.5](https://github.com/deephaven/web-client-ui/compare/v0.78.4...v0.78.5) (2024-07-15) ### Bug Fixes diff --git a/lerna.json b/lerna.json index bfd0422f93..af309b0a75 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useNx": false, - "version": "0.78.5", + "version": "0.78.6", "command": { "publish": { "distTag": "v0.78" diff --git a/package-lock.json b/package-lock.json index ae5c954131..fba9d271eb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28564,7 +28564,7 @@ }, "packages/app-utils": { "name": "@deephaven/app-utils", - "version": "0.78.5", + "version": "0.78.6", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.33.1", @@ -28653,7 +28653,7 @@ }, "packages/auth-plugins": { "name": "@deephaven/auth-plugins", - "version": "0.78.5", + "version": "0.78.6", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -28752,7 +28752,7 @@ }, "packages/code-studio": { "name": "@deephaven/code-studio", - "version": "0.78.5", + "version": "0.78.6", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.33.1", @@ -28889,7 +28889,7 @@ }, "packages/console": { "name": "@deephaven/console", - "version": "0.78.4", + "version": "0.78.6", "license": "Apache-2.0", "dependencies": { "@deephaven/chart": "file:../chart", @@ -28929,7 +28929,7 @@ }, "packages/dashboard": { "name": "@deephaven/dashboard", - "version": "0.78.5", + "version": "0.78.6", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -28960,7 +28960,7 @@ }, "packages/dashboard-core-plugins": { "name": "@deephaven/dashboard-core-plugins", - "version": "0.78.5", + "version": "0.78.6", "license": "Apache-2.0", "dependencies": { "@deephaven/chart": "file:../chart", @@ -29407,7 +29407,7 @@ }, "packages/embed-widget": { "name": "@deephaven/embed-widget", - "version": "0.78.5", + "version": "0.78.6", "license": "Apache-2.0", "dependencies": { "@deephaven/app-utils": "file:../app-utils", @@ -29549,7 +29549,7 @@ }, "packages/iris-grid": { "name": "@deephaven/iris-grid", - "version": "0.78.5", + "version": "0.78.6", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29705,7 +29705,7 @@ }, "packages/plugin": { "name": "@deephaven/plugin", - "version": "0.78.5", + "version": "0.78.6", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29755,7 +29755,7 @@ }, "packages/pouch-storage": { "name": "@deephaven/pouch-storage", - "version": "0.78.4", + "version": "0.78.6", "license": "Apache-2.0", "dependencies": { "@deephaven/console": "file:../console", @@ -29803,7 +29803,7 @@ }, "packages/redux": { "name": "@deephaven/redux", - "version": "0.78.5", + "version": "0.78.6", "license": "Apache-2.0", "dependencies": { "@deephaven/jsapi-types": "^1.0.0-dev0.33.4", diff --git a/packages/app-utils/CHANGELOG.md b/packages/app-utils/CHANGELOG.md index 9156f6cb46..52a708bd60 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.78.6](https://github.com/deephaven/web-client-ui/compare/v0.78.5...v0.78.6) (2024-12-26) + +**Note:** Version bump only for package @deephaven/app-utils + ## [0.78.5](https://github.com/deephaven/web-client-ui/compare/v0.78.4...v0.78.5) (2024-07-15) **Note:** Version bump only for package @deephaven/app-utils diff --git a/packages/app-utils/package.json b/packages/app-utils/package.json index 8647c507f4..7d81105b9d 100644 --- a/packages/app-utils/package.json +++ b/packages/app-utils/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/app-utils", - "version": "0.78.5", + "version": "0.78.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 5c5b24b799..fdeaf2943b 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.78.6](https://github.com/deephaven/web-client-ui/compare/v0.78.5...v0.78.6) (2024-12-26) + +**Note:** Version bump only for package @deephaven/auth-plugins + ## [0.78.5](https://github.com/deephaven/web-client-ui/compare/v0.78.4...v0.78.5) (2024-07-15) **Note:** Version bump only for package @deephaven/auth-plugins diff --git a/packages/auth-plugins/package.json b/packages/auth-plugins/package.json index af4386302a..87e184ac03 100644 --- a/packages/auth-plugins/package.json +++ b/packages/auth-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/auth-plugins", - "version": "0.78.5", + "version": "0.78.6", "description": "Deephaven Auth Plugins", "keywords": [ "Deephaven", diff --git a/packages/code-studio/CHANGELOG.md b/packages/code-studio/CHANGELOG.md index 66cae742aa..d30005fd52 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.78.6](https://github.com/deephaven/web-client-ui/compare/v0.78.5...v0.78.6) (2024-12-26) + +**Note:** Version bump only for package @deephaven/code-studio + ## [0.78.5](https://github.com/deephaven/web-client-ui/compare/v0.78.4...v0.78.5) (2024-07-15) **Note:** Version bump only for package @deephaven/code-studio diff --git a/packages/code-studio/package.json b/packages/code-studio/package.json index 317ebf74a0..d61be5979c 100644 --- a/packages/code-studio/package.json +++ b/packages/code-studio/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/code-studio", - "version": "0.78.5", + "version": "0.78.6", "description": "Deephaven Code Studio", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/console/CHANGELOG.md b/packages/console/CHANGELOG.md index 282f3ee947..285f42c440 100644 --- a/packages/console/CHANGELOG.md +++ b/packages/console/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.78.6](https://github.com/deephaven/web-client-ui/compare/v0.78.5...v0.78.6) (2024-12-26) + +### Bug Fixes + +- Console history scroll not always sticking to bottom ([#2314](https://github.com/deephaven/web-client-ui/issues/2314)) ([44cbdb2](https://github.com/deephaven/web-client-ui/commit/44cbdb269acc9ea58f10c81ed4bd1729bbfb4679)), closes [#2275](https://github.com/deephaven/web-client-ui/issues/2275) [#2114](https://github.com/deephaven/web-client-ui/issues/2114) + ## [0.78.4](https://github.com/deephaven/web-client-ui/compare/v0.78.3...v0.78.4) (2024-07-15) **Note:** Version bump only for package @deephaven/console diff --git a/packages/console/package.json b/packages/console/package.json index c6e02a7bcb..bcdac015ae 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/console", - "version": "0.78.4", + "version": "0.78.6", "description": "Deephaven Console", "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 9eb00cf496..3b8b83e327 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.78.6](https://github.com/deephaven/web-client-ui/compare/v0.78.5...v0.78.6) (2024-12-26) + +**Note:** Version bump only for package @deephaven/dashboard-core-plugins + ## [0.78.5](https://github.com/deephaven/web-client-ui/compare/v0.78.4...v0.78.5) (2024-07-15) **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 aa4c9b734d..cf5b9f99b0 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.78.5", + "version": "0.78.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 1a271ef35d..5b3b85139a 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.78.6](https://github.com/deephaven/web-client-ui/compare/v0.78.5...v0.78.6) (2024-12-26) + +**Note:** Version bump only for package @deephaven/dashboard + ## [0.78.5](https://github.com/deephaven/web-client-ui/compare/v0.78.4...v0.78.5) (2024-07-15) **Note:** Version bump only for package @deephaven/dashboard diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index e338dac390..29df845789 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/dashboard", - "version": "0.78.5", + "version": "0.78.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 eb77f9c186..43a1eabf2e 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.78.6](https://github.com/deephaven/web-client-ui/compare/v0.78.5...v0.78.6) (2024-12-26) + +**Note:** Version bump only for package @deephaven/embed-widget + ## [0.78.5](https://github.com/deephaven/web-client-ui/compare/v0.78.4...v0.78.5) (2024-07-15) **Note:** Version bump only for package @deephaven/embed-widget diff --git a/packages/embed-widget/package.json b/packages/embed-widget/package.json index cc8f0c523a..67509bc502 100644 --- a/packages/embed-widget/package.json +++ b/packages/embed-widget/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/embed-widget", - "version": "0.78.5", + "version": "0.78.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 bf6d1f3c8d..3ef3d52f38 100644 --- a/packages/iris-grid/CHANGELOG.md +++ b/packages/iris-grid/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.78.6](https://github.com/deephaven/web-client-ui/compare/v0.78.5...v0.78.6) (2024-12-26) + +**Note:** Version bump only for package @deephaven/iris-grid + ## [0.78.5](https://github.com/deephaven/web-client-ui/compare/v0.78.4...v0.78.5) (2024-07-15) ### Bug Fixes diff --git a/packages/iris-grid/package.json b/packages/iris-grid/package.json index 6c468571a1..f5386a7768 100644 --- a/packages/iris-grid/package.json +++ b/packages/iris-grid/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/iris-grid", - "version": "0.78.5", + "version": "0.78.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 66b7b416ca..dae96817d2 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.78.6](https://github.com/deephaven/web-client-ui/compare/v0.78.5...v0.78.6) (2024-12-26) + +**Note:** Version bump only for package @deephaven/plugin + ## [0.78.5](https://github.com/deephaven/web-client-ui/compare/v0.78.4...v0.78.5) (2024-07-15) **Note:** Version bump only for package @deephaven/plugin diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 007b56d83b..6373a8eda6 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/plugin", - "version": "0.78.5", + "version": "0.78.6", "description": "Deephaven JS Plugin Core", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/pouch-storage/CHANGELOG.md b/packages/pouch-storage/CHANGELOG.md index ef6c0769a4..5cfc52e5f2 100644 --- a/packages/pouch-storage/CHANGELOG.md +++ b/packages/pouch-storage/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.78.6](https://github.com/deephaven/web-client-ui/compare/v0.78.5...v0.78.6) (2024-12-26) + +**Note:** Version bump only for package @deephaven/pouch-storage + ## [0.78.4](https://github.com/deephaven/web-client-ui/compare/v0.78.3...v0.78.4) (2024-07-15) **Note:** Version bump only for package @deephaven/pouch-storage diff --git a/packages/pouch-storage/package.json b/packages/pouch-storage/package.json index 9a6429c8b6..e03f4a39de 100644 --- a/packages/pouch-storage/package.json +++ b/packages/pouch-storage/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/pouch-storage", - "version": "0.78.4", + "version": "0.78.6", "description": "Deephaven Storage based on PouchDB", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/redux/CHANGELOG.md b/packages/redux/CHANGELOG.md index af12846bdd..bc25e6df89 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.78.6](https://github.com/deephaven/web-client-ui/compare/v0.78.5...v0.78.6) (2024-12-26) + +**Note:** Version bump only for package @deephaven/redux + ## [0.78.5](https://github.com/deephaven/web-client-ui/compare/v0.78.4...v0.78.5) (2024-07-15) **Note:** Version bump only for package @deephaven/redux diff --git a/packages/redux/package.json b/packages/redux/package.json index a293b7713a..c561efd2e7 100644 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/redux", - "version": "0.78.5", + "version": "0.78.6", "description": "Deephaven Redux", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0",