Skip to content

Commit 687e435

Browse files
committed
v0.78.7
1 parent 259e065 commit 687e435

25 files changed

+77
-23
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.78.7](https://github.com/deephaven/web-client-ui/compare/v0.78.6...v0.78.7) (2025-01-03)
7+
8+
### Bug Fixes
9+
10+
- 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))
11+
- 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))
12+
613
## [0.78.6](https://github.com/deephaven/web-client-ui/compare/v0.78.5...v0.78.6) (2024-12-26)
714

815
### Bug Fixes

lerna.json

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

package-lock.json

+11-11
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.78.7](https://github.com/deephaven/web-client-ui/compare/v0.78.6...v0.78.7) (2025-01-03)
7+
8+
**Note:** Version bump only for package @deephaven/app-utils
9+
610
## [0.78.6](https://github.com/deephaven/web-client-ui/compare/v0.78.5...v0.78.6) (2024-12-26)
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.78.6",
3+
"version": "0.78.7",
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.78.7](https://github.com/deephaven/web-client-ui/compare/v0.78.6...v0.78.7) (2025-01-03)
7+
8+
**Note:** Version bump only for package @deephaven/auth-plugins
9+
610
## [0.78.6](https://github.com/deephaven/web-client-ui/compare/v0.78.5...v0.78.6) (2024-12-26)
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.78.6",
3+
"version": "0.78.7",
44
"description": "Deephaven Auth Plugins",
55
"keywords": [
66
"Deephaven",

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.78.7](https://github.com/deephaven/web-client-ui/compare/v0.78.6...v0.78.7) (2025-01-03)
7+
8+
**Note:** Version bump only for package @deephaven/code-studio
9+
610
## [0.78.6](https://github.com/deephaven/web-client-ui/compare/v0.78.5...v0.78.6) (2024-12-26)
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.78.6",
3+
"version": "0.78.7",
44
"description": "Deephaven Code Studio",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

packages/console/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,13 @@
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.78.7](https://github.com/deephaven/web-client-ui/compare/v0.78.6...v0.78.7) (2025-01-03)
7+
8+
### Bug Fixes
9+
10+
- 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))
11+
- 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))
12+
613
## [0.78.6](https://github.com/deephaven/web-client-ui/compare/v0.78.5...v0.78.6) (2024-12-26)
714

815
### Bug Fixes

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.78.6",
3+
"version": "0.78.7",
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.78.7](https://github.com/deephaven/web-client-ui/compare/v0.78.6...v0.78.7) (2025-01-03)
7+
8+
**Note:** Version bump only for package @deephaven/dashboard-core-plugins
9+
610
## [0.78.6](https://github.com/deephaven/web-client-ui/compare/v0.78.5...v0.78.6) (2024-12-26)
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.78.6",
3+
"version": "0.78.7",
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.78.7](https://github.com/deephaven/web-client-ui/compare/v0.78.6...v0.78.7) (2025-01-03)
7+
8+
**Note:** Version bump only for package @deephaven/dashboard
9+
610
## [0.78.6](https://github.com/deephaven/web-client-ui/compare/v0.78.5...v0.78.6) (2024-12-26)
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.78.6",
3+
"version": "0.78.7",
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.78.7](https://github.com/deephaven/web-client-ui/compare/v0.78.6...v0.78.7) (2025-01-03)
7+
8+
**Note:** Version bump only for package @deephaven/embed-widget
9+
610
## [0.78.6](https://github.com/deephaven/web-client-ui/compare/v0.78.5...v0.78.6) (2024-12-26)
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.78.6",
3+
"version": "0.78.7",
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.78.7](https://github.com/deephaven/web-client-ui/compare/v0.78.6...v0.78.7) (2025-01-03)
7+
8+
**Note:** Version bump only for package @deephaven/iris-grid
9+
610
## [0.78.6](https://github.com/deephaven/web-client-ui/compare/v0.78.5...v0.78.6) (2024-12-26)
711

812
**Note:** Version bump only for package @deephaven/iris-grid

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.78.6",
3+
"version": "0.78.7",
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.78.7](https://github.com/deephaven/web-client-ui/compare/v0.78.6...v0.78.7) (2025-01-03)
7+
8+
**Note:** Version bump only for package @deephaven/plugin
9+
610
## [0.78.6](https://github.com/deephaven/web-client-ui/compare/v0.78.5...v0.78.6) (2024-12-26)
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.78.6",
3+
"version": "0.78.7",
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.78.7](https://github.com/deephaven/web-client-ui/compare/v0.78.6...v0.78.7) (2025-01-03)
7+
8+
**Note:** Version bump only for package @deephaven/pouch-storage
9+
610
## [0.78.6](https://github.com/deephaven/web-client-ui/compare/v0.78.5...v0.78.6) (2024-12-26)
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.78.6",
3+
"version": "0.78.7",
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.78.7](https://github.com/deephaven/web-client-ui/compare/v0.78.6...v0.78.7) (2025-01-03)
7+
8+
**Note:** Version bump only for package @deephaven/redux
9+
610
## [0.78.6](https://github.com/deephaven/web-client-ui/compare/v0.78.5...v0.78.6) (2024-12-26)
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.78.6",
3+
"version": "0.78.7",
44
"description": "Deephaven Redux",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)