diff --git a/CHANGELOG.md b/CHANGELOG.md index 764d24477..50195f1f4 100644 --- a/CHANGELOG.md +++ b/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.78.2](https://github.com/deephaven/web-client-ui/compare/v0.78.1...v0.78.2) (2024-06-04) + +### Features + +- DH-16737 Add ObjectManager, `useWidget` hook ([#2030](https://github.com/deephaven/web-client-ui/issues/2030)) ([207a470](https://github.com/deephaven/web-client-ui/commit/207a47060ef30be388ffbeba9a1715a56aff881c)) + ## [0.78.1](https://github.com/deephaven/web-client-ui/compare/v0.78.0...v0.78.1) (2024-06-04) ### Bug Fixes diff --git a/lerna.json b/lerna.json index f725701f4..f2e1528cf 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useNx": false, - "version": "0.78.1", + "version": "0.78.2", "command": { "publish": { "distTag": "latest" diff --git a/package-lock.json b/package-lock.json index c2aa328ee..be6419648 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28564,7 +28564,7 @@ }, "packages/app-utils": { "name": "@deephaven/app-utils", - "version": "0.78.1", + "version": "0.78.2", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.33.1", @@ -28653,7 +28653,7 @@ }, "packages/auth-plugins": { "name": "@deephaven/auth-plugins", - "version": "0.78.1", + "version": "0.78.2", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -28752,7 +28752,7 @@ }, "packages/code-studio": { "name": "@deephaven/code-studio", - "version": "0.78.1", + "version": "0.78.2", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.33.1", @@ -28889,7 +28889,7 @@ }, "packages/console": { "name": "@deephaven/console", - "version": "0.78.0", + "version": "0.78.2", "license": "Apache-2.0", "dependencies": { "@deephaven/chart": "file:../chart", @@ -28929,7 +28929,7 @@ }, "packages/dashboard": { "name": "@deephaven/dashboard", - "version": "0.78.1", + "version": "0.78.2", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -28960,7 +28960,7 @@ }, "packages/dashboard-core-plugins": { "name": "@deephaven/dashboard-core-plugins", - "version": "0.78.1", + "version": "0.78.2", "license": "Apache-2.0", "dependencies": { "@deephaven/chart": "file:../chart", @@ -29407,7 +29407,7 @@ }, "packages/embed-widget": { "name": "@deephaven/embed-widget", - "version": "0.78.1", + "version": "0.78.2", "license": "Apache-2.0", "dependencies": { "@deephaven/app-utils": "file:../app-utils", @@ -29549,7 +29549,7 @@ }, "packages/iris-grid": { "name": "@deephaven/iris-grid", - "version": "0.78.1", + "version": "0.78.2", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29596,7 +29596,7 @@ }, "packages/jsapi-bootstrap": { "name": "@deephaven/jsapi-bootstrap", - "version": "0.78.0", + "version": "0.78.2", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29617,7 +29617,7 @@ }, "packages/jsapi-components": { "name": "@deephaven/jsapi-components", - "version": "0.78.0", + "version": "0.78.2", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29705,7 +29705,7 @@ }, "packages/plugin": { "name": "@deephaven/plugin", - "version": "0.78.1", + "version": "0.78.2", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29755,7 +29755,7 @@ }, "packages/pouch-storage": { "name": "@deephaven/pouch-storage", - "version": "0.78.0", + "version": "0.78.2", "license": "Apache-2.0", "dependencies": { "@deephaven/console": "file:../console", @@ -29803,7 +29803,7 @@ }, "packages/redux": { "name": "@deephaven/redux", - "version": "0.78.1", + "version": "0.78.2", "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 74ee57798..879357149 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.78.2](https://github.com/deephaven/web-client-ui/compare/v0.78.1...v0.78.2) (2024-06-04) + +### Features + +- DH-16737 Add ObjectManager, `useWidget` hook ([#2030](https://github.com/deephaven/web-client-ui/issues/2030)) ([207a470](https://github.com/deephaven/web-client-ui/commit/207a47060ef30be388ffbeba9a1715a56aff881c)) + ## [0.78.1](https://github.com/deephaven/web-client-ui/compare/v0.78.0...v0.78.1) (2024-06-04) **Note:** Version bump only for package @deephaven/app-utils diff --git a/packages/app-utils/package.json b/packages/app-utils/package.json index fcc020a91..c4057aa51 100644 --- a/packages/app-utils/package.json +++ b/packages/app-utils/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/app-utils", - "version": "0.78.1", + "version": "0.78.2", "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 9eb85b339..95b95e0e6 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.78.2](https://github.com/deephaven/web-client-ui/compare/v0.78.1...v0.78.2) (2024-06-04) + +**Note:** Version bump only for package @deephaven/auth-plugins + ## [0.78.1](https://github.com/deephaven/web-client-ui/compare/v0.78.0...v0.78.1) (2024-06-04) **Note:** Version bump only for package @deephaven/auth-plugins diff --git a/packages/auth-plugins/package.json b/packages/auth-plugins/package.json index 927389059..f598f7556 100644 --- a/packages/auth-plugins/package.json +++ b/packages/auth-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/auth-plugins", - "version": "0.78.1", + "version": "0.78.2", "description": "Deephaven Auth Plugins", "keywords": [ "Deephaven", diff --git a/packages/code-studio/CHANGELOG.md b/packages/code-studio/CHANGELOG.md index 99b5f7056..9a439ff6f 100644 --- a/packages/code-studio/CHANGELOG.md +++ b/packages/code-studio/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.78.2](https://github.com/deephaven/web-client-ui/compare/v0.78.1...v0.78.2) (2024-06-04) + +**Note:** Version bump only for package @deephaven/code-studio + ## [0.78.1](https://github.com/deephaven/web-client-ui/compare/v0.78.0...v0.78.1) (2024-06-04) **Note:** Version bump only for package @deephaven/code-studio diff --git a/packages/code-studio/package.json b/packages/code-studio/package.json index dcd1d0d4d..f85a60390 100644 --- a/packages/code-studio/package.json +++ b/packages/code-studio/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/code-studio", - "version": "0.78.1", + "version": "0.78.2", "description": "Deephaven Code Studio", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/console/CHANGELOG.md b/packages/console/CHANGELOG.md index ce3c5f44c..63b38de74 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.78.2](https://github.com/deephaven/web-client-ui/compare/v0.78.1...v0.78.2) (2024-06-04) + +**Note:** Version bump only for package @deephaven/console + # [0.78.0](https://github.com/deephaven/web-client-ui/compare/v0.77.0...v0.78.0) (2024-05-16) **Note:** Version bump only for package @deephaven/console diff --git a/packages/console/package.json b/packages/console/package.json index 4954f7d25..e9a8375e2 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/console", - "version": "0.78.0", + "version": "0.78.2", "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 8e06728f6..5571c7b7a 100644 --- a/packages/dashboard-core-plugins/CHANGELOG.md +++ b/packages/dashboard-core-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.78.2](https://github.com/deephaven/web-client-ui/compare/v0.78.1...v0.78.2) (2024-06-04) + +**Note:** Version bump only for package @deephaven/dashboard-core-plugins + ## [0.78.1](https://github.com/deephaven/web-client-ui/compare/v0.78.0...v0.78.1) (2024-06-04) **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 77b4d81f6..c98c0070d 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.78.1", + "version": "0.78.2", "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 d96879e9a..395e07198 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.78.2](https://github.com/deephaven/web-client-ui/compare/v0.78.1...v0.78.2) (2024-06-04) + +**Note:** Version bump only for package @deephaven/dashboard + ## [0.78.1](https://github.com/deephaven/web-client-ui/compare/v0.78.0...v0.78.1) (2024-06-04) **Note:** Version bump only for package @deephaven/dashboard diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 0ce04637c..cb423ae3e 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/dashboard", - "version": "0.78.1", + "version": "0.78.2", "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 a2e2dccb6..571705bef 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.78.2](https://github.com/deephaven/web-client-ui/compare/v0.78.1...v0.78.2) (2024-06-04) + +**Note:** Version bump only for package @deephaven/embed-widget + ## [0.78.1](https://github.com/deephaven/web-client-ui/compare/v0.78.0...v0.78.1) (2024-06-04) **Note:** Version bump only for package @deephaven/embed-widget diff --git a/packages/embed-widget/package.json b/packages/embed-widget/package.json index 723d3c375..e4dc7f2c3 100644 --- a/packages/embed-widget/package.json +++ b/packages/embed-widget/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/embed-widget", - "version": "0.78.1", + "version": "0.78.2", "description": "Deephaven Embedded Widget", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/iris-grid/CHANGELOG.md b/packages/iris-grid/CHANGELOG.md index 5a6383dd8..f54ecb8ed 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.78.2](https://github.com/deephaven/web-client-ui/compare/v0.78.1...v0.78.2) (2024-06-04) + +**Note:** Version bump only for package @deephaven/iris-grid + ## [0.78.1](https://github.com/deephaven/web-client-ui/compare/v0.78.0...v0.78.1) (2024-06-04) ### Bug Fixes diff --git a/packages/iris-grid/package.json b/packages/iris-grid/package.json index 568ffc8dd..e5a0ad6c0 100644 --- a/packages/iris-grid/package.json +++ b/packages/iris-grid/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/iris-grid", - "version": "0.78.1", + "version": "0.78.2", "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 72ea5dd3d..816edef6a 100644 --- a/packages/jsapi-bootstrap/CHANGELOG.md +++ b/packages/jsapi-bootstrap/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.78.2](https://github.com/deephaven/web-client-ui/compare/v0.78.1...v0.78.2) (2024-06-04) + +### Features + +- DH-16737 Add ObjectManager, `useWidget` hook ([#2030](https://github.com/deephaven/web-client-ui/issues/2030)) ([207a470](https://github.com/deephaven/web-client-ui/commit/207a47060ef30be388ffbeba9a1715a56aff881c)) + # [0.78.0](https://github.com/deephaven/web-client-ui/compare/v0.77.0...v0.78.0) (2024-05-16) **Note:** Version bump only for package @deephaven/jsapi-bootstrap diff --git a/packages/jsapi-bootstrap/package.json b/packages/jsapi-bootstrap/package.json index fd2117d67..26062197e 100644 --- a/packages/jsapi-bootstrap/package.json +++ b/packages/jsapi-bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-bootstrap", - "version": "0.78.0", + "version": "0.78.2", "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 33c4488f9..eea3e8ad2 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.78.2](https://github.com/deephaven/web-client-ui/compare/v0.78.1...v0.78.2) (2024-06-04) + +**Note:** Version bump only for package @deephaven/jsapi-components + # [0.78.0](https://github.com/deephaven/web-client-ui/compare/v0.77.0...v0.78.0) (2024-05-16) ### Bug Fixes diff --git a/packages/jsapi-components/package.json b/packages/jsapi-components/package.json index a2a35170f..9e1efd08d 100644 --- a/packages/jsapi-components/package.json +++ b/packages/jsapi-components/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-components", - "version": "0.78.0", + "version": "0.78.2", "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 d93875b8e..17ee17fcc 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.78.2](https://github.com/deephaven/web-client-ui/compare/v0.78.1...v0.78.2) (2024-06-04) + +**Note:** Version bump only for package @deephaven/plugin + ## [0.78.1](https://github.com/deephaven/web-client-ui/compare/v0.78.0...v0.78.1) (2024-06-04) **Note:** Version bump only for package @deephaven/plugin diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 5c269dd54..201b4ffe0 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/plugin", - "version": "0.78.1", + "version": "0.78.2", "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 dee816137..db8f58cc9 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.78.2](https://github.com/deephaven/web-client-ui/compare/v0.78.1...v0.78.2) (2024-06-04) + +**Note:** Version bump only for package @deephaven/pouch-storage + # [0.78.0](https://github.com/deephaven/web-client-ui/compare/v0.77.0...v0.78.0) (2024-05-16) ### Bug Fixes diff --git a/packages/pouch-storage/package.json b/packages/pouch-storage/package.json index f48372d09..6ec80b48e 100644 --- a/packages/pouch-storage/package.json +++ b/packages/pouch-storage/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/pouch-storage", - "version": "0.78.0", + "version": "0.78.2", "description": "Deephaven Storage based on PouchDB", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/redux/CHANGELOG.md b/packages/redux/CHANGELOG.md index bbe1d78b3..a5fc421ca 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.78.2](https://github.com/deephaven/web-client-ui/compare/v0.78.1...v0.78.2) (2024-06-04) + +**Note:** Version bump only for package @deephaven/redux + ## [0.78.1](https://github.com/deephaven/web-client-ui/compare/v0.78.0...v0.78.1) (2024-06-04) **Note:** Version bump only for package @deephaven/redux diff --git a/packages/redux/package.json b/packages/redux/package.json index a243d7d7b..c4b42aafd 100644 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/redux", - "version": "0.78.1", + "version": "0.78.2", "description": "Deephaven Redux", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0",