diff --git a/CHANGELOG.md b/CHANGELOG.md index e7415e189..fc13a700a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.78.7](https://github.com/deephaven/web-client-ui/compare/v0.78.6...v0.78.7) (2025-01-03) + +### Bug Fixes + +- Console history did not stick to bottom on visibility changes ([#2326](https://github.com/deephaven/web-client-ui/issues/2326)) ([259e065](https://github.com/deephaven/web-client-ui/commit/259e0653b99352acd5b4642d630b560fe2c0bd4c)) +- Console scroll bar following dynamic output ([#2076](https://github.com/deephaven/web-client-ui/issues/2076)) ([#2321](https://github.com/deephaven/web-client-ui/issues/2321)) ([f184802](https://github.com/deephaven/web-client-ui/commit/f18480237606919a215710e31abe4a4e41be556c)) + ## [0.78.6](https://github.com/deephaven/web-client-ui/compare/v0.78.5...v0.78.6) (2024-12-26) ### Bug Fixes diff --git a/lerna.json b/lerna.json index af309b0a7..4d0480df4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useNx": false, - "version": "0.78.6", + "version": "0.78.7", "command": { "publish": { "distTag": "v0.78" diff --git a/package-lock.json b/package-lock.json index fba9d271e..4c8d8002e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28564,7 +28564,7 @@ }, "packages/app-utils": { "name": "@deephaven/app-utils", - "version": "0.78.6", + "version": "0.78.7", "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.6", + "version": "0.78.7", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -28752,7 +28752,7 @@ }, "packages/code-studio": { "name": "@deephaven/code-studio", - "version": "0.78.6", + "version": "0.78.7", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.33.1", @@ -28889,7 +28889,7 @@ }, "packages/console": { "name": "@deephaven/console", - "version": "0.78.6", + "version": "0.78.7", "license": "Apache-2.0", "dependencies": { "@deephaven/chart": "file:../chart", @@ -28929,7 +28929,7 @@ }, "packages/dashboard": { "name": "@deephaven/dashboard", - "version": "0.78.6", + "version": "0.78.7", "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.6", + "version": "0.78.7", "license": "Apache-2.0", "dependencies": { "@deephaven/chart": "file:../chart", @@ -29407,7 +29407,7 @@ }, "packages/embed-widget": { "name": "@deephaven/embed-widget", - "version": "0.78.6", + "version": "0.78.7", "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.6", + "version": "0.78.7", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29705,7 +29705,7 @@ }, "packages/plugin": { "name": "@deephaven/plugin", - "version": "0.78.6", + "version": "0.78.7", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29755,7 +29755,7 @@ }, "packages/pouch-storage": { "name": "@deephaven/pouch-storage", - "version": "0.78.6", + "version": "0.78.7", "license": "Apache-2.0", "dependencies": { "@deephaven/console": "file:../console", @@ -29803,7 +29803,7 @@ }, "packages/redux": { "name": "@deephaven/redux", - "version": "0.78.6", + "version": "0.78.7", "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 52a708bd6..aaabd7008 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.7](https://github.com/deephaven/web-client-ui/compare/v0.78.6...v0.78.7) (2025-01-03) + +**Note:** Version bump only for package @deephaven/app-utils + ## [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 diff --git a/packages/app-utils/package.json b/packages/app-utils/package.json index 7d81105b9..b8aed8385 100644 --- a/packages/app-utils/package.json +++ b/packages/app-utils/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/app-utils", - "version": "0.78.6", + "version": "0.78.7", "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 fdeaf2943..396a4d250 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.7](https://github.com/deephaven/web-client-ui/compare/v0.78.6...v0.78.7) (2025-01-03) + +**Note:** Version bump only for package @deephaven/auth-plugins + ## [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 diff --git a/packages/auth-plugins/package.json b/packages/auth-plugins/package.json index 87e184ac0..3c2fd3bdb 100644 --- a/packages/auth-plugins/package.json +++ b/packages/auth-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/auth-plugins", - "version": "0.78.6", + "version": "0.78.7", "description": "Deephaven Auth Plugins", "keywords": [ "Deephaven", diff --git a/packages/code-studio/CHANGELOG.md b/packages/code-studio/CHANGELOG.md index d30005fd5..2db7f34f3 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.7](https://github.com/deephaven/web-client-ui/compare/v0.78.6...v0.78.7) (2025-01-03) + +**Note:** Version bump only for package @deephaven/code-studio + ## [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 diff --git a/packages/code-studio/package.json b/packages/code-studio/package.json index d61be5979..d6d640c00 100644 --- a/packages/code-studio/package.json +++ b/packages/code-studio/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/code-studio", - "version": "0.78.6", + "version": "0.78.7", "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 285f42c44..6bae623eb 100644 --- a/packages/console/CHANGELOG.md +++ b/packages/console/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.78.7](https://github.com/deephaven/web-client-ui/compare/v0.78.6...v0.78.7) (2025-01-03) + +### Bug Fixes + +- Console history did not stick to bottom on visibility changes ([#2326](https://github.com/deephaven/web-client-ui/issues/2326)) ([259e065](https://github.com/deephaven/web-client-ui/commit/259e0653b99352acd5b4642d630b560fe2c0bd4c)) +- Console scroll bar following dynamic output ([#2076](https://github.com/deephaven/web-client-ui/issues/2076)) ([#2321](https://github.com/deephaven/web-client-ui/issues/2321)) ([f184802](https://github.com/deephaven/web-client-ui/commit/f18480237606919a215710e31abe4a4e41be556c)) + ## [0.78.6](https://github.com/deephaven/web-client-ui/compare/v0.78.5...v0.78.6) (2024-12-26) ### Bug Fixes diff --git a/packages/console/package.json b/packages/console/package.json index bcdac015a..569756273 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/console", - "version": "0.78.6", + "version": "0.78.7", "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 3b8b83e32..1029344ed 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.7](https://github.com/deephaven/web-client-ui/compare/v0.78.6...v0.78.7) (2025-01-03) + +**Note:** Version bump only for package @deephaven/dashboard-core-plugins + ## [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 diff --git a/packages/dashboard-core-plugins/package.json b/packages/dashboard-core-plugins/package.json index cf5b9f99b..8ebec49e4 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.6", + "version": "0.78.7", "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 5b3b85139..4a761479a 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.7](https://github.com/deephaven/web-client-ui/compare/v0.78.6...v0.78.7) (2025-01-03) + +**Note:** Version bump only for package @deephaven/dashboard + ## [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 diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 29df84578..46a6ac943 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/dashboard", - "version": "0.78.6", + "version": "0.78.7", "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 43a1eabf2..7a58046bb 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.7](https://github.com/deephaven/web-client-ui/compare/v0.78.6...v0.78.7) (2025-01-03) + +**Note:** Version bump only for package @deephaven/embed-widget + ## [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 diff --git a/packages/embed-widget/package.json b/packages/embed-widget/package.json index 67509bc50..6debe1be7 100644 --- a/packages/embed-widget/package.json +++ b/packages/embed-widget/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/embed-widget", - "version": "0.78.6", + "version": "0.78.7", "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 3ef3d52f3..89534a755 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.7](https://github.com/deephaven/web-client-ui/compare/v0.78.6...v0.78.7) (2025-01-03) + +**Note:** Version bump only for package @deephaven/iris-grid + ## [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 diff --git a/packages/iris-grid/package.json b/packages/iris-grid/package.json index f5386a776..ae0e6da82 100644 --- a/packages/iris-grid/package.json +++ b/packages/iris-grid/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/iris-grid", - "version": "0.78.6", + "version": "0.78.7", "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 dae96817d..33827e5cf 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.7](https://github.com/deephaven/web-client-ui/compare/v0.78.6...v0.78.7) (2025-01-03) + +**Note:** Version bump only for package @deephaven/plugin + ## [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 diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 6373a8eda..ea7695dad 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/plugin", - "version": "0.78.6", + "version": "0.78.7", "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 5cfc52e5f..4f06ca331 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.7](https://github.com/deephaven/web-client-ui/compare/v0.78.6...v0.78.7) (2025-01-03) + +**Note:** Version bump only for package @deephaven/pouch-storage + ## [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 diff --git a/packages/pouch-storage/package.json b/packages/pouch-storage/package.json index e03f4a39d..b134265d2 100644 --- a/packages/pouch-storage/package.json +++ b/packages/pouch-storage/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/pouch-storage", - "version": "0.78.6", + "version": "0.78.7", "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 bc25e6df8..15b9f401d 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.7](https://github.com/deephaven/web-client-ui/compare/v0.78.6...v0.78.7) (2025-01-03) + +**Note:** Version bump only for package @deephaven/redux + ## [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 diff --git a/packages/redux/package.json b/packages/redux/package.json index c561efd2e..c76ae4860 100644 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/redux", - "version": "0.78.6", + "version": "0.78.7", "description": "Deephaven Redux", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0",