Skip to content

Commit

Permalink
v0.78.10
Browse files Browse the repository at this point in the history
  • Loading branch information
mofojed committed Mar 3, 2025
1 parent 6402c9b commit 0c3b7fa
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 11 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10](https://github.com/deephaven/web-client-ui/compare/v0.78.9...v0.78.10) (2025-03-03)

### Bug Fixes

- Don't use innerHTML to populate drag item (DH-18645) ([#2378](https://github.com/deephaven/web-client-ui/issues/2378)) ([#2380](https://github.com/deephaven/web-client-ui/issues/2380)) ([6402c9b](https://github.com/deephaven/web-client-ui/commit/6402c9b15e25e7a1b1b3d847f221d43bdcb4b161))

## [0.78.9](https://github.com/deephaven/web-client-ui/compare/v0.78.8...v0.78.9) (2025-02-27)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"useNx": false,
"version": "0.78.9",
"version": "0.78.10",
"command": {
"publish": {
"distTag": "v0.78"
Expand Down
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 4 additions & 0 deletions packages/app-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10](https://github.com/deephaven/web-client-ui/compare/v0.78.9...v0.78.10) (2025-03-03)

**Note:** Version bump only for package @deephaven/app-utils

## [0.78.9](https://github.com/deephaven/web-client-ui/compare/v0.78.8...v0.78.9) (2025-02-27)

**Note:** Version bump only for package @deephaven/app-utils
Expand Down
2 changes: 1 addition & 1 deletion packages/app-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/app-utils",
"version": "0.78.9",
"version": "0.78.10",
"description": "Deephaven App Utils",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/code-studio/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10](https://github.com/deephaven/web-client-ui/compare/v0.78.9...v0.78.10) (2025-03-03)

**Note:** Version bump only for package @deephaven/code-studio

## [0.78.9](https://github.com/deephaven/web-client-ui/compare/v0.78.8...v0.78.9) (2025-02-27)

**Note:** Version bump only for package @deephaven/code-studio
Expand Down
2 changes: 1 addition & 1 deletion packages/code-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/code-studio",
"version": "0.78.9",
"version": "0.78.10",
"description": "Deephaven Code Studio",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/dashboard-core-plugins/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10](https://github.com/deephaven/web-client-ui/compare/v0.78.9...v0.78.10) (2025-03-03)

**Note:** Version bump only for package @deephaven/dashboard-core-plugins

## [0.78.9](https://github.com/deephaven/web-client-ui/compare/v0.78.8...v0.78.9) (2025-02-27)

**Note:** Version bump only for package @deephaven/dashboard-core-plugins
Expand Down
2 changes: 1 addition & 1 deletion packages/dashboard-core-plugins/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/dashboard-core-plugins",
"version": "0.78.9",
"version": "0.78.10",
"description": "Deephaven Dashboard Core Plugins",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down
4 changes: 4 additions & 0 deletions packages/embed-widget/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10](https://github.com/deephaven/web-client-ui/compare/v0.78.9...v0.78.10) (2025-03-03)

**Note:** Version bump only for package @deephaven/embed-widget

## [0.78.9](https://github.com/deephaven/web-client-ui/compare/v0.78.8...v0.78.9) (2025-02-27)

**Note:** Version bump only for package @deephaven/embed-widget
Expand Down
2 changes: 1 addition & 1 deletion packages/embed-widget/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/embed-widget",
"version": "0.78.9",
"version": "0.78.10",
"description": "Deephaven Embedded Widget",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down
6 changes: 6 additions & 0 deletions packages/file-explorer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.10](https://github.com/deephaven/web-client-ui/compare/v0.78.9...v0.78.10) (2025-03-03)

### Bug Fixes

- Don't use innerHTML to populate drag item (DH-18645) ([#2378](https://github.com/deephaven/web-client-ui/issues/2378)) ([#2380](https://github.com/deephaven/web-client-ui/issues/2380)) ([6402c9b](https://github.com/deephaven/web-client-ui/commit/6402c9b15e25e7a1b1b3d847f221d43bdcb4b161))

## [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/file-explorer
Expand Down
2 changes: 1 addition & 1 deletion packages/file-explorer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@deephaven/file-explorer",
"version": "0.78.4",
"version": "0.78.10",
"description": "Deephaven File Explorer React component",
"author": "Deephaven Data Labs LLC",
"license": "Apache-2.0",
Expand Down

0 comments on commit 0c3b7fa

Please sign in to comment.