Skip to content

Commit 674ab32

Browse files
committed
v0.85.11
1 parent ce9d684 commit 674ab32

39 files changed

+131
-37
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
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.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08)
7+
8+
### Bug Fixes
9+
10+
- Partial holidays range breaks ([#2297](https://github.com/deephaven/web-client-ui/issues/2297)) ([#2334](https://github.com/deephaven/web-client-ui/issues/2334)) ([6480e1a](https://github.com/deephaven/web-client-ui/commit/6480e1a84f6eb892fcf2368fd22d773937bde175))
11+
- Re-export Spectrum components for v0.85 ([#2332](https://github.com/deephaven/web-client-ui/issues/2332)) ([900babd](https://github.com/deephaven/web-client-ui/commit/900babd49b66ff4b11c224540b0404d78d1b0b20)), closes [#2212](https://github.com/deephaven/web-client-ui/issues/2212) [#2170](https://github.com/deephaven/web-client-ui/issues/2170)
12+
- Support deephaven-plugin-plotly-express 0.12.0 in v0.85 ([#2335](https://github.com/deephaven/web-client-ui/issues/2335)) ([ce9d684](https://github.com/deephaven/web-client-ui/commit/ce9d684d00ec2a717bf5424a7903fdc1c4833bfe)), closes [#2174](https://github.com/deephaven/web-client-ui/issues/2174)
13+
614
## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06)
715

816
### Features

lerna.json

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

package-lock.json

+18-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/app-utils/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.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08)
7+
8+
### Bug Fixes
9+
10+
- Support deephaven-plugin-plotly-express 0.12.0 in v0.85 ([#2335](https://github.com/deephaven/web-client-ui/issues/2335)) ([ce9d684](https://github.com/deephaven/web-client-ui/commit/ce9d684d00ec2a717bf5424a7903fdc1c4833bfe)), closes [#2174](https://github.com/deephaven/web-client-ui/issues/2174)
11+
612
## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06)
713

814
### Features

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.10",
3+
"version": "0.85.11",
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.85.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08)
7+
8+
**Note:** Version bump only for package @deephaven/auth-plugins
9+
610
## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06)
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.85.10",
3+
"version": "0.85.11",
44
"description": "Deephaven Auth Plugins",
55
"keywords": [
66
"Deephaven",

packages/chart/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.85.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08)
7+
8+
### Bug Fixes
9+
10+
- Partial holidays range breaks ([#2297](https://github.com/deephaven/web-client-ui/issues/2297)) ([#2334](https://github.com/deephaven/web-client-ui/issues/2334)) ([6480e1a](https://github.com/deephaven/web-client-ui/commit/6480e1a84f6eb892fcf2368fd22d773937bde175))
11+
- Support deephaven-plugin-plotly-express 0.12.0 in v0.85 ([#2335](https://github.com/deephaven/web-client-ui/issues/2335)) ([ce9d684](https://github.com/deephaven/web-client-ui/commit/ce9d684d00ec2a717bf5424a7903fdc1c4833bfe)), closes [#2174](https://github.com/deephaven/web-client-ui/issues/2174)
12+
613
## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06)
714

815
**Note:** Version bump only for package @deephaven/chart

packages/chart/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/chart",
3-
"version": "0.85.10",
3+
"version": "0.85.11",
44
"description": "Deephaven Chart",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

packages/code-studio/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.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08)
7+
8+
### Bug Fixes
9+
10+
- Re-export Spectrum components for v0.85 ([#2332](https://github.com/deephaven/web-client-ui/issues/2332)) ([900babd](https://github.com/deephaven/web-client-ui/commit/900babd49b66ff4b11c224540b0404d78d1b0b20)), closes [#2212](https://github.com/deephaven/web-client-ui/issues/2212) [#2170](https://github.com/deephaven/web-client-ui/issues/2170)
11+
612
## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06)
713

814
### Features

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.10",
3+
"version": "0.85.11",
44
"description": "Deephaven Code Studio",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

packages/components/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.85.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08)
7+
8+
### Bug Fixes
9+
10+
- Re-export Spectrum components for v0.85 ([#2332](https://github.com/deephaven/web-client-ui/issues/2332)) ([900babd](https://github.com/deephaven/web-client-ui/commit/900babd49b66ff4b11c224540b0404d78d1b0b20)), closes [#2212](https://github.com/deephaven/web-client-ui/issues/2212) [#2170](https://github.com/deephaven/web-client-ui/issues/2170)
11+
- Support deephaven-plugin-plotly-express 0.12.0 in v0.85 ([#2335](https://github.com/deephaven/web-client-ui/issues/2335)) ([ce9d684](https://github.com/deephaven/web-client-ui/commit/ce9d684d00ec2a717bf5424a7903fdc1c4833bfe)), closes [#2174](https://github.com/deephaven/web-client-ui/issues/2174)
12+
613
## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06)
714

815
### Bug Fixes

packages/components/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@deephaven/components",
3-
"version": "0.85.10",
3+
"version": "0.85.11",
44
"description": "Deephaven React component library",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

packages/console/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.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08)
7+
8+
**Note:** Version bump only for package @deephaven/console
9+
610
## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06)
711

812
**Note:** Version bump only for package @deephaven/console

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.85.10",
3+
"version": "0.85.11",
44
"description": "Deephaven Console",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

packages/dashboard-core-plugins/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.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08)
7+
8+
### Bug Fixes
9+
10+
- Support deephaven-plugin-plotly-express 0.12.0 in v0.85 ([#2335](https://github.com/deephaven/web-client-ui/issues/2335)) ([ce9d684](https://github.com/deephaven/web-client-ui/commit/ce9d684d00ec2a717bf5424a7903fdc1c4833bfe)), closes [#2174](https://github.com/deephaven/web-client-ui/issues/2174)
11+
612
## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06)
713

814
**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.10",
3+
"version": "0.85.11",
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.85.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08)
7+
8+
**Note:** Version bump only for package @deephaven/dashboard
9+
610
## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06)
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.85.10",
3+
"version": "0.85.11",
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.85.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08)
7+
8+
**Note:** Version bump only for package @deephaven/embed-widget
9+
610
## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06)
711

812
### Features

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.10",
3+
"version": "0.85.11",
44
"description": "Deephaven Embedded Widget",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

packages/file-explorer/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.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08)
7+
8+
**Note:** Version bump only for package @deephaven/file-explorer
9+
610
## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06)
711

812
**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.10",
3+
"version": "0.85.11",
44
"description": "Deephaven File Explorer React component",
55
"author": "Deephaven Data Labs LLC",
66
"license": "Apache-2.0",

packages/golden-layout/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.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08)
7+
8+
**Note:** Version bump only for package @deephaven/golden-layout
9+
610
## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06)
711

812
**Note:** Version bump only for package @deephaven/golden-layout

0 commit comments

Comments
 (0)