Skip to content

Commit e6aa12b

Browse files
committed
v0.85.16
1 parent 86094fd commit e6aa12b

File tree

13 files changed

+39
-11
lines changed

13 files changed

+39
-11
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.85.16](https://github.com/deephaven/web-client-ui/compare/v0.85.15...v0.85.16) (2025-03-03)
7+
8+
### Bug Fixes
9+
10+
- Don't use innerHTML to populate drag item (DH-18645) ([#2378](https://github.com/deephaven/web-client-ui/issues/2378)) ([#2379](https://github.com/deephaven/web-client-ui/issues/2379)) ([86094fd](https://github.com/deephaven/web-client-ui/commit/86094fd79f38ed4d05a5d9ea2e6cb37d171bedf5))
11+
612
## [0.85.15](https://github.com/deephaven/web-client-ui/compare/v0.85.14...v0.85.15) (2025-02-27)
713

814
### 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.85.15",
3+
"version": "0.85.16",
44
"command": {
55
"publish": {
66
"distTag": "release-v0.85"

package-lock.json

+5-5
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.85.16](https://github.com/deephaven/web-client-ui/compare/v0.85.15...v0.85.16) (2025-03-03)
7+
8+
**Note:** Version bump only for package @deephaven/app-utils
9+
610
## [0.85.15](https://github.com/deephaven/web-client-ui/compare/v0.85.14...v0.85.15) (2025-02-27)
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.85.15",
3+
"version": "0.85.16",
44
"description": "Deephaven App Utils",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

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.85.16](https://github.com/deephaven/web-client-ui/compare/v0.85.15...v0.85.16) (2025-03-03)
7+
8+
**Note:** Version bump only for package @deephaven/code-studio
9+
610
## [0.85.15](https://github.com/deephaven/web-client-ui/compare/v0.85.14...v0.85.15) (2025-02-27)
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.85.15",
3+
"version": "0.85.16",
44
"description": "Deephaven Code Studio",
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.85.16](https://github.com/deephaven/web-client-ui/compare/v0.85.15...v0.85.16) (2025-03-03)
7+
8+
**Note:** Version bump only for package @deephaven/dashboard-core-plugins
9+
610
## [0.85.15](https://github.com/deephaven/web-client-ui/compare/v0.85.14...v0.85.15) (2025-02-27)
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.85.15",
3+
"version": "0.85.16",
44
"description": "Deephaven Dashboard Core Plugins",
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.85.16](https://github.com/deephaven/web-client-ui/compare/v0.85.15...v0.85.16) (2025-03-03)
7+
8+
**Note:** Version bump only for package @deephaven/embed-widget
9+
610
## [0.85.15](https://github.com/deephaven/web-client-ui/compare/v0.85.14...v0.85.15) (2025-02-27)
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.85.15",
3+
"version": "0.85.16",
44
"description": "Deephaven Embedded Widget",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

packages/file-explorer/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,12 @@
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.85.16](https://github.com/deephaven/web-client-ui/compare/v0.85.15...v0.85.16) (2025-03-03)
7+
8+
### Bug Fixes
9+
10+
- Don't use innerHTML to populate drag item (DH-18645) ([#2378](https://github.com/deephaven/web-client-ui/issues/2378)) ([#2379](https://github.com/deephaven/web-client-ui/issues/2379)) ([86094fd](https://github.com/deephaven/web-client-ui/commit/86094fd79f38ed4d05a5d9ea2e6cb37d171bedf5))
11+
612
## [0.85.15](https://github.com/deephaven/web-client-ui/compare/v0.85.14...v0.85.15) (2025-02-27)
713

814
**Note:** Version bump only for package @deephaven/file-explorer

packages/file-explorer/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/file-explorer",
3-
"version": "0.85.15",
3+
"version": "0.85.16",
44
"description": "Deephaven File Explorer React component",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)