diff --git a/CHANGELOG.md b/CHANGELOG.md index f0494f726..930ba5938 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,14 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [0.85.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08) + +### Bug Fixes + +- 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)) +- 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) +- 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) + ## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06) ### Features diff --git a/lerna.json b/lerna.json index d1a6597f0..fe26d6dad 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useNx": false, - "version": "0.85.10", + "version": "0.85.11", "command": { "publish": { "distTag": "release-v0.85" diff --git a/package-lock.json b/package-lock.json index 3aab3defe..4c301a49d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28909,7 +28909,7 @@ }, "packages/app-utils": { "name": "@deephaven/app-utils", - "version": "0.85.10", + "version": "0.85.11", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.35.1", @@ -29002,7 +29002,7 @@ }, "packages/auth-plugins": { "name": "@deephaven/auth-plugins", - "version": "0.85.10", + "version": "0.85.11", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29044,7 +29044,7 @@ }, "packages/chart": { "name": "@deephaven/chart", - "version": "0.85.10", + "version": "0.85.11", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29101,7 +29101,7 @@ }, "packages/code-studio": { "name": "@deephaven/code-studio", - "version": "0.85.10", + "version": "0.85.11", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.35.1", @@ -29196,7 +29196,7 @@ }, "packages/components": { "name": "@deephaven/components", - "version": "0.85.10", + "version": "0.85.11", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.35.1", @@ -29240,7 +29240,7 @@ }, "packages/console": { "name": "@deephaven/console", - "version": "0.85.10", + "version": "0.85.11", "license": "Apache-2.0", "dependencies": { "@deephaven/chart": "file:../chart", @@ -29280,7 +29280,7 @@ }, "packages/dashboard": { "name": "@deephaven/dashboard", - "version": "0.85.10", + "version": "0.85.11", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29311,7 +29311,7 @@ }, "packages/dashboard-core-plugins": { "name": "@deephaven/dashboard-core-plugins", - "version": "0.85.10", + "version": "0.85.11", "license": "Apache-2.0", "dependencies": { "@deephaven/chart": "file:../chart", @@ -29758,7 +29758,7 @@ }, "packages/embed-widget": { "name": "@deephaven/embed-widget", - "version": "0.85.10", + "version": "0.85.11", "license": "Apache-2.0", "dependencies": { "@deephaven/app-utils": "file:../app-utils", @@ -29808,7 +29808,7 @@ }, "packages/file-explorer": { "name": "@deephaven/file-explorer", - "version": "0.85.10", + "version": "0.85.11", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29842,7 +29842,7 @@ }, "packages/golden-layout": { "name": "@deephaven/golden-layout", - "version": "0.85.10", + "version": "0.85.11", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29901,7 +29901,7 @@ }, "packages/iris-grid": { "name": "@deephaven/iris-grid", - "version": "0.85.10", + "version": "0.85.11", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29948,7 +29948,7 @@ }, "packages/jsapi-bootstrap": { "name": "@deephaven/jsapi-bootstrap", - "version": "0.85.10", + "version": "0.85.11", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29969,7 +29969,7 @@ }, "packages/jsapi-components": { "name": "@deephaven/jsapi-components", - "version": "0.85.10", + "version": "0.85.11", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30057,7 +30057,7 @@ }, "packages/plugin": { "name": "@deephaven/plugin", - "version": "0.85.10", + "version": "0.85.11", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -30107,7 +30107,7 @@ }, "packages/pouch-storage": { "name": "@deephaven/pouch-storage", - "version": "0.85.10", + "version": "0.85.11", "license": "Apache-2.0", "dependencies": { "@deephaven/console": "file:../console", @@ -30136,7 +30136,7 @@ }, "packages/react-hooks": { "name": "@deephaven/react-hooks", - "version": "0.85.2", + "version": "0.85.11", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.35.1", @@ -30155,7 +30155,7 @@ }, "packages/redux": { "name": "@deephaven/redux", - "version": "0.85.10", + "version": "0.85.11", "license": "Apache-2.0", "dependencies": { "@deephaven/jsapi-types": "^1.0.0-dev0.34.0", diff --git a/packages/app-utils/CHANGELOG.md b/packages/app-utils/CHANGELOG.md index 464776782..6c7cee6b6 100644 --- a/packages/app-utils/CHANGELOG.md +++ b/packages/app-utils/CHANGELOG.md @@ -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.85.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08) + +### Bug Fixes + +- 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) + ## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06) ### Features diff --git a/packages/app-utils/package.json b/packages/app-utils/package.json index 8bd3d0467..b538462ec 100644 --- a/packages/app-utils/package.json +++ b/packages/app-utils/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/app-utils", - "version": "0.85.10", + "version": "0.85.11", "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 e274d7353..10e7c9bf3 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.85.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08) + +**Note:** Version bump only for package @deephaven/auth-plugins + ## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06) **Note:** Version bump only for package @deephaven/auth-plugins diff --git a/packages/auth-plugins/package.json b/packages/auth-plugins/package.json index 2ccb40af6..42ffc8903 100644 --- a/packages/auth-plugins/package.json +++ b/packages/auth-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/auth-plugins", - "version": "0.85.10", + "version": "0.85.11", "description": "Deephaven Auth Plugins", "keywords": [ "Deephaven", diff --git a/packages/chart/CHANGELOG.md b/packages/chart/CHANGELOG.md index ac00b89eb..9797bb824 100644 --- a/packages/chart/CHANGELOG.md +++ b/packages/chart/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.85.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08) + +### Bug Fixes + +- 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)) +- 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) + ## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06) **Note:** Version bump only for package @deephaven/chart diff --git a/packages/chart/package.json b/packages/chart/package.json index ec726d48e..1de5056d9 100644 --- a/packages/chart/package.json +++ b/packages/chart/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/chart", - "version": "0.85.10", + "version": "0.85.11", "description": "Deephaven Chart", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/code-studio/CHANGELOG.md b/packages/code-studio/CHANGELOG.md index 98bef57ff..95cebb38c 100644 --- a/packages/code-studio/CHANGELOG.md +++ b/packages/code-studio/CHANGELOG.md @@ -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.85.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08) + +### Bug Fixes + +- 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) + ## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06) ### Features diff --git a/packages/code-studio/package.json b/packages/code-studio/package.json index bb4e3e40d..927ee57f1 100644 --- a/packages/code-studio/package.json +++ b/packages/code-studio/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/code-studio", - "version": "0.85.10", + "version": "0.85.11", "description": "Deephaven Code Studio", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 5e4edf842..6e221ff3c 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/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.85.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08) + +### Bug Fixes + +- 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) +- 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) + ## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06) ### Bug Fixes diff --git a/packages/components/package.json b/packages/components/package.json index 8c8fee305..ec9a1611c 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/components", - "version": "0.85.10", + "version": "0.85.11", "description": "Deephaven React component library", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/console/CHANGELOG.md b/packages/console/CHANGELOG.md index 162eda476..32059f667 100644 --- a/packages/console/CHANGELOG.md +++ b/packages/console/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.85.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08) + +**Note:** Version bump only for package @deephaven/console + ## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06) **Note:** Version bump only for package @deephaven/console diff --git a/packages/console/package.json b/packages/console/package.json index 5ad5cb228..22f27ccf0 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/console", - "version": "0.85.10", + "version": "0.85.11", "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 f8274b967..271b595f9 100644 --- a/packages/dashboard-core-plugins/CHANGELOG.md +++ b/packages/dashboard-core-plugins/CHANGELOG.md @@ -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.85.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08) + +### Bug Fixes + +- 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) + ## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06) **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 65e6c9a98..e4dd9447a 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.85.10", + "version": "0.85.11", "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 5bd35395a..3c45a0170 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.85.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08) + +**Note:** Version bump only for package @deephaven/dashboard + ## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06) **Note:** Version bump only for package @deephaven/dashboard diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index e1ef12069..a56a01c5f 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/dashboard", - "version": "0.85.10", + "version": "0.85.11", "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 bd6c80d5a..f3cdb20c5 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.85.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08) + +**Note:** Version bump only for package @deephaven/embed-widget + ## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06) ### Features diff --git a/packages/embed-widget/package.json b/packages/embed-widget/package.json index 4ebb9210f..3b5a1bf91 100644 --- a/packages/embed-widget/package.json +++ b/packages/embed-widget/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/embed-widget", - "version": "0.85.10", + "version": "0.85.11", "description": "Deephaven Embedded Widget", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/file-explorer/CHANGELOG.md b/packages/file-explorer/CHANGELOG.md index 4fbbffa72..fe3b2bad5 100644 --- a/packages/file-explorer/CHANGELOG.md +++ b/packages/file-explorer/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.85.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08) + +**Note:** Version bump only for package @deephaven/file-explorer + ## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06) **Note:** Version bump only for package @deephaven/file-explorer diff --git a/packages/file-explorer/package.json b/packages/file-explorer/package.json index 5605d4781..ec022c11f 100644 --- a/packages/file-explorer/package.json +++ b/packages/file-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/file-explorer", - "version": "0.85.10", + "version": "0.85.11", "description": "Deephaven File Explorer React component", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/golden-layout/CHANGELOG.md b/packages/golden-layout/CHANGELOG.md index b30dc2b92..83a29045c 100644 --- a/packages/golden-layout/CHANGELOG.md +++ b/packages/golden-layout/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.85.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08) + +**Note:** Version bump only for package @deephaven/golden-layout + ## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06) **Note:** Version bump only for package @deephaven/golden-layout diff --git a/packages/golden-layout/package.json b/packages/golden-layout/package.json index 0fe78352e..d53433ead 100644 --- a/packages/golden-layout/package.json +++ b/packages/golden-layout/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/golden-layout", - "version": "0.85.10", + "version": "0.85.11", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", "description": "A multi-screen javascript Layout manager", diff --git a/packages/iris-grid/CHANGELOG.md b/packages/iris-grid/CHANGELOG.md index 3450c525a..dbd46da9b 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.85.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08) + +**Note:** Version bump only for package @deephaven/iris-grid + ## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06) ### Features diff --git a/packages/iris-grid/package.json b/packages/iris-grid/package.json index a678176fd..3b5f0e18e 100644 --- a/packages/iris-grid/package.json +++ b/packages/iris-grid/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/iris-grid", - "version": "0.85.10", + "version": "0.85.11", "description": "Deephaven Iris Grid", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/jsapi-bootstrap/CHANGELOG.md b/packages/jsapi-bootstrap/CHANGELOG.md index 05c693ecc..a44e506bf 100644 --- a/packages/jsapi-bootstrap/CHANGELOG.md +++ b/packages/jsapi-bootstrap/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.85.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08) + +**Note:** Version bump only for package @deephaven/jsapi-bootstrap + ## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06) **Note:** Version bump only for package @deephaven/jsapi-bootstrap diff --git a/packages/jsapi-bootstrap/package.json b/packages/jsapi-bootstrap/package.json index faa64e330..6a0a72163 100644 --- a/packages/jsapi-bootstrap/package.json +++ b/packages/jsapi-bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-bootstrap", - "version": "0.85.10", + "version": "0.85.11", "description": "Deephaven JSAPI Bootstrap", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/jsapi-components/CHANGELOG.md b/packages/jsapi-components/CHANGELOG.md index 4ded48f5a..9184e6835 100644 --- a/packages/jsapi-components/CHANGELOG.md +++ b/packages/jsapi-components/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.85.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08) + +**Note:** Version bump only for package @deephaven/jsapi-components + ## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06) **Note:** Version bump only for package @deephaven/jsapi-components diff --git a/packages/jsapi-components/package.json b/packages/jsapi-components/package.json index d0c572346..acf1505e2 100644 --- a/packages/jsapi-components/package.json +++ b/packages/jsapi-components/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-components", - "version": "0.85.10", + "version": "0.85.11", "description": "Deephaven JSAPI Components", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/plugin/CHANGELOG.md b/packages/plugin/CHANGELOG.md index 3f0ecb0b5..8a97167f7 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.85.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08) + +**Note:** Version bump only for package @deephaven/plugin + ## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06) **Note:** Version bump only for package @deephaven/plugin diff --git a/packages/plugin/package.json b/packages/plugin/package.json index b60f90613..fe22aaa50 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/plugin", - "version": "0.85.10", + "version": "0.85.11", "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 eeb79ec89..dfdf4ebef 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.85.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08) + +**Note:** Version bump only for package @deephaven/pouch-storage + ## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06) **Note:** Version bump only for package @deephaven/pouch-storage diff --git a/packages/pouch-storage/package.json b/packages/pouch-storage/package.json index f18915941..cd575b3a6 100644 --- a/packages/pouch-storage/package.json +++ b/packages/pouch-storage/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/pouch-storage", - "version": "0.85.10", + "version": "0.85.11", "description": "Deephaven Storage based on PouchDB", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/react-hooks/CHANGELOG.md b/packages/react-hooks/CHANGELOG.md index 8e41d8ab7..888108992 100644 --- a/packages/react-hooks/CHANGELOG.md +++ b/packages/react-hooks/CHANGELOG.md @@ -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.85.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08) + +### Bug Fixes + +- 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) + ## [0.85.2](https://github.com/deephaven/web-client-ui/compare/v0.85.1...v0.85.2) (2024-07-09) **Note:** Version bump only for package @deephaven/react-hooks diff --git a/packages/react-hooks/package.json b/packages/react-hooks/package.json index ca39eb1eb..0f056c827 100644 --- a/packages/react-hooks/package.json +++ b/packages/react-hooks/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/react-hooks", - "version": "0.85.2", + "version": "0.85.11", "description": "Deephaven React hooks library", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/redux/CHANGELOG.md b/packages/redux/CHANGELOG.md index 362e40575..1d4a24018 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.85.11](https://github.com/deephaven/web-client-ui/compare/v0.85.10...v0.85.11) (2025-01-08) + +**Note:** Version bump only for package @deephaven/redux + ## [0.85.10](https://github.com/deephaven/web-client-ui/compare/v0.85.9...v0.85.10) (2025-01-06) ### Features diff --git a/packages/redux/package.json b/packages/redux/package.json index 165cdb353..4d001f079 100644 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/redux", - "version": "0.85.10", + "version": "0.85.11", "description": "Deephaven Redux", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0",