diff --git a/CHANGELOG.md b/CHANGELOG.md index a65d0c67b..5d20eb78e 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.81.1](https://github.com/deephaven/web-client-ui/compare/v0.81.0...v0.81.1) (2024-06-04) + +### Bug Fixes + +- Exporting correct Radio prop types ([#2058](https://github.com/deephaven/web-client-ui/issues/2058)) ([98be05a](https://github.com/deephaven/web-client-ui/commit/98be05aa0897ac479ff13d26e7902f129ac9a749)), closes [40react-types/radio/src/index.d.ts#L58-L71](https://github.com/40react-types/radio/src/index.d.ts/issues/L58-L71) [#2020](https://github.com/deephaven/web-client-ui/issues/2020) + ## [0.81.0](https://github.com/deephaven/web-client-ui/compare/v0.80.1...v0.81.0) (2024-06-04) ### Features diff --git a/lerna.json b/lerna.json index 385911ca3..b8ea8a865 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "useNx": false, - "version": "0.81.0", + "version": "0.81.1", "command": { "publish": { "distTag": "latest" diff --git a/package-lock.json b/package-lock.json index 56d90adbf..1428a14e5 100644 --- a/package-lock.json +++ b/package-lock.json @@ -28332,7 +28332,7 @@ }, "packages/app-utils": { "name": "@deephaven/app-utils", - "version": "0.81.0", + "version": "0.81.1", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.33.1", @@ -28421,7 +28421,7 @@ }, "packages/auth-plugins": { "name": "@deephaven/auth-plugins", - "version": "0.81.0", + "version": "0.81.1", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -28463,7 +28463,7 @@ }, "packages/chart": { "name": "@deephaven/chart", - "version": "0.81.0", + "version": "0.81.1", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -28520,7 +28520,7 @@ }, "packages/code-studio": { "name": "@deephaven/code-studio", - "version": "0.81.0", + "version": "0.81.1", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.33.1", @@ -28615,7 +28615,7 @@ }, "packages/components": { "name": "@deephaven/components", - "version": "0.81.0", + "version": "0.81.1", "license": "Apache-2.0", "dependencies": { "@adobe/react-spectrum": "3.33.1", @@ -28658,7 +28658,7 @@ }, "packages/console": { "name": "@deephaven/console", - "version": "0.81.0", + "version": "0.81.1", "license": "Apache-2.0", "dependencies": { "@deephaven/chart": "file:../chart", @@ -28698,7 +28698,7 @@ }, "packages/dashboard": { "name": "@deephaven/dashboard", - "version": "0.81.0", + "version": "0.81.1", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -28729,7 +28729,7 @@ }, "packages/dashboard-core-plugins": { "name": "@deephaven/dashboard-core-plugins", - "version": "0.81.0", + "version": "0.81.1", "license": "Apache-2.0", "dependencies": { "@deephaven/chart": "file:../chart", @@ -29176,7 +29176,7 @@ }, "packages/embed-widget": { "name": "@deephaven/embed-widget", - "version": "0.81.0", + "version": "0.81.1", "license": "Apache-2.0", "dependencies": { "@deephaven/app-utils": "file:../app-utils", @@ -29226,7 +29226,7 @@ }, "packages/file-explorer": { "name": "@deephaven/file-explorer", - "version": "0.81.0", + "version": "0.81.1", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29260,7 +29260,7 @@ }, "packages/golden-layout": { "name": "@deephaven/golden-layout", - "version": "0.81.0", + "version": "0.81.1", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29319,7 +29319,7 @@ }, "packages/iris-grid": { "name": "@deephaven/iris-grid", - "version": "0.81.0", + "version": "0.81.1", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29366,7 +29366,7 @@ }, "packages/jsapi-bootstrap": { "name": "@deephaven/jsapi-bootstrap", - "version": "0.81.0", + "version": "0.81.1", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29387,7 +29387,7 @@ }, "packages/jsapi-components": { "name": "@deephaven/jsapi-components", - "version": "0.81.0", + "version": "0.81.1", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29475,7 +29475,7 @@ }, "packages/plugin": { "name": "@deephaven/plugin", - "version": "0.81.0", + "version": "0.81.1", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -29525,7 +29525,7 @@ }, "packages/pouch-storage": { "name": "@deephaven/pouch-storage", - "version": "0.81.0", + "version": "0.81.1", "license": "Apache-2.0", "dependencies": { "@deephaven/console": "file:../console", @@ -29573,7 +29573,7 @@ }, "packages/redux": { "name": "@deephaven/redux", - "version": "0.81.0", + "version": "0.81.1", "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 cb8efa43a..25bf38c12 100644 --- a/packages/app-utils/CHANGELOG.md +++ b/packages/app-utils/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.81.1](https://github.com/deephaven/web-client-ui/compare/v0.81.0...v0.81.1) (2024-06-04) + +**Note:** Version bump only for package @deephaven/app-utils + ## [0.81.0](https://github.com/deephaven/web-client-ui/compare/v0.80.1...v0.81.0) (2024-06-04) ### Features diff --git a/packages/app-utils/package.json b/packages/app-utils/package.json index 8c545ad25..19caed7da 100644 --- a/packages/app-utils/package.json +++ b/packages/app-utils/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/app-utils", - "version": "0.81.0", + "version": "0.81.1", "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 b7c467af4..62ce598f8 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.81.1](https://github.com/deephaven/web-client-ui/compare/v0.81.0...v0.81.1) (2024-06-04) + +**Note:** Version bump only for package @deephaven/auth-plugins + ## [0.81.0](https://github.com/deephaven/web-client-ui/compare/v0.80.1...v0.81.0) (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 19efe9848..1ab4b7155 100644 --- a/packages/auth-plugins/package.json +++ b/packages/auth-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/auth-plugins", - "version": "0.81.0", + "version": "0.81.1", "description": "Deephaven Auth Plugins", "keywords": [ "Deephaven", diff --git a/packages/chart/CHANGELOG.md b/packages/chart/CHANGELOG.md index c5f1b9067..65871cd71 100644 --- a/packages/chart/CHANGELOG.md +++ b/packages/chart/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.81.1](https://github.com/deephaven/web-client-ui/compare/v0.81.0...v0.81.1) (2024-06-04) + +**Note:** Version bump only for package @deephaven/chart + ## [0.81.0](https://github.com/deephaven/web-client-ui/compare/v0.80.1...v0.81.0) (2024-06-04) **Note:** Version bump only for package @deephaven/chart diff --git a/packages/chart/package.json b/packages/chart/package.json index 34ff91890..969c6e526 100644 --- a/packages/chart/package.json +++ b/packages/chart/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/chart", - "version": "0.81.0", + "version": "0.81.1", "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 7cbfad631..9c574dfe0 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.81.1](https://github.com/deephaven/web-client-ui/compare/v0.81.0...v0.81.1) (2024-06-04) + +**Note:** Version bump only for package @deephaven/code-studio + ## [0.81.0](https://github.com/deephaven/web-client-ui/compare/v0.80.1...v0.81.0) (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 e4e9dd788..716832ddf 100644 --- a/packages/code-studio/package.json +++ b/packages/code-studio/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/code-studio", - "version": "0.81.0", + "version": "0.81.1", "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 0efc90556..d00612500 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/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.81.1](https://github.com/deephaven/web-client-ui/compare/v0.81.0...v0.81.1) (2024-06-04) + +### Bug Fixes + +- Exporting correct Radio prop types ([#2058](https://github.com/deephaven/web-client-ui/issues/2058)) ([98be05a](https://github.com/deephaven/web-client-ui/commit/98be05aa0897ac479ff13d26e7902f129ac9a749)), closes [40react-types/radio/src/index.d.ts#L58-L71](https://github.com/40react-types/radio/src/index.d.ts/issues/L58-L71) [#2020](https://github.com/deephaven/web-client-ui/issues/2020) + ## [0.81.0](https://github.com/deephaven/web-client-ui/compare/v0.80.1...v0.81.0) (2024-06-04) **Note:** Version bump only for package @deephaven/components diff --git a/packages/components/package.json b/packages/components/package.json index 40cbf9ab2..d7c63025c 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/components", - "version": "0.81.0", + "version": "0.81.1", "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 61ceec1fb..59afa0824 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.81.1](https://github.com/deephaven/web-client-ui/compare/v0.81.0...v0.81.1) (2024-06-04) + +**Note:** Version bump only for package @deephaven/console + ## [0.81.0](https://github.com/deephaven/web-client-ui/compare/v0.80.1...v0.81.0) (2024-06-04) **Note:** Version bump only for package @deephaven/console diff --git a/packages/console/package.json b/packages/console/package.json index f77a9f18f..ff29c98d6 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/console", - "version": "0.81.0", + "version": "0.81.1", "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 b4bd908e4..c5e799fe1 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.81.1](https://github.com/deephaven/web-client-ui/compare/v0.81.0...v0.81.1) (2024-06-04) + +**Note:** Version bump only for package @deephaven/dashboard-core-plugins + ## [0.81.0](https://github.com/deephaven/web-client-ui/compare/v0.80.1...v0.81.0) (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 18d937583..ccf36af6f 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.81.0", + "version": "0.81.1", "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 717113184..cbefba32c 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.81.1](https://github.com/deephaven/web-client-ui/compare/v0.81.0...v0.81.1) (2024-06-04) + +**Note:** Version bump only for package @deephaven/dashboard + ## [0.81.0](https://github.com/deephaven/web-client-ui/compare/v0.80.1...v0.81.0) (2024-06-04) **Note:** Version bump only for package @deephaven/dashboard diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index b53ed8845..e35029cc9 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/dashboard", - "version": "0.81.0", + "version": "0.81.1", "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 f84c3bb91..1eb42f1fb 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.81.1](https://github.com/deephaven/web-client-ui/compare/v0.81.0...v0.81.1) (2024-06-04) + +**Note:** Version bump only for package @deephaven/embed-widget + ## [0.81.0](https://github.com/deephaven/web-client-ui/compare/v0.80.1...v0.81.0) (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 9614279bd..991977ddf 100644 --- a/packages/embed-widget/package.json +++ b/packages/embed-widget/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/embed-widget", - "version": "0.81.0", + "version": "0.81.1", "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 7b5e0b466..05cb1054a 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.81.1](https://github.com/deephaven/web-client-ui/compare/v0.81.0...v0.81.1) (2024-06-04) + +**Note:** Version bump only for package @deephaven/file-explorer + ## [0.81.0](https://github.com/deephaven/web-client-ui/compare/v0.80.1...v0.81.0) (2024-06-04) **Note:** Version bump only for package @deephaven/file-explorer diff --git a/packages/file-explorer/package.json b/packages/file-explorer/package.json index 659b51a9b..deabd4c3e 100644 --- a/packages/file-explorer/package.json +++ b/packages/file-explorer/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/file-explorer", - "version": "0.81.0", + "version": "0.81.1", "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 0448ee963..31188b537 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.81.1](https://github.com/deephaven/web-client-ui/compare/v0.81.0...v0.81.1) (2024-06-04) + +**Note:** Version bump only for package @deephaven/golden-layout + ## [0.81.0](https://github.com/deephaven/web-client-ui/compare/v0.80.1...v0.81.0) (2024-06-04) **Note:** Version bump only for package @deephaven/golden-layout diff --git a/packages/golden-layout/package.json b/packages/golden-layout/package.json index 0eb3080ac..c0c119ff0 100644 --- a/packages/golden-layout/package.json +++ b/packages/golden-layout/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/golden-layout", - "version": "0.81.0", + "version": "0.81.1", "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 fc2e44e2f..31dd2d845 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.81.1](https://github.com/deephaven/web-client-ui/compare/v0.81.0...v0.81.1) (2024-06-04) + +**Note:** Version bump only for package @deephaven/iris-grid + ## [0.81.0](https://github.com/deephaven/web-client-ui/compare/v0.80.1...v0.81.0) (2024-06-04) **Note:** Version bump only for package @deephaven/iris-grid diff --git a/packages/iris-grid/package.json b/packages/iris-grid/package.json index 0a1203797..739d927cc 100644 --- a/packages/iris-grid/package.json +++ b/packages/iris-grid/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/iris-grid", - "version": "0.81.0", + "version": "0.81.1", "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 78ca18f70..559e7d2b1 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.81.1](https://github.com/deephaven/web-client-ui/compare/v0.81.0...v0.81.1) (2024-06-04) + +**Note:** Version bump only for package @deephaven/jsapi-bootstrap + ## [0.81.0](https://github.com/deephaven/web-client-ui/compare/v0.80.1...v0.81.0) (2024-06-04) ### Features diff --git a/packages/jsapi-bootstrap/package.json b/packages/jsapi-bootstrap/package.json index bbf54f6ac..492183a83 100644 --- a/packages/jsapi-bootstrap/package.json +++ b/packages/jsapi-bootstrap/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-bootstrap", - "version": "0.81.0", + "version": "0.81.1", "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 0c0be0e48..0c5ceec13 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.81.1](https://github.com/deephaven/web-client-ui/compare/v0.81.0...v0.81.1) (2024-06-04) + +**Note:** Version bump only for package @deephaven/jsapi-components + ## [0.81.0](https://github.com/deephaven/web-client-ui/compare/v0.80.1...v0.81.0) (2024-06-04) **Note:** Version bump only for package @deephaven/jsapi-components diff --git a/packages/jsapi-components/package.json b/packages/jsapi-components/package.json index 46bb9113a..75ea1edd9 100644 --- a/packages/jsapi-components/package.json +++ b/packages/jsapi-components/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-components", - "version": "0.81.0", + "version": "0.81.1", "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 15fd660cd..0dbcd01dc 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.81.1](https://github.com/deephaven/web-client-ui/compare/v0.81.0...v0.81.1) (2024-06-04) + +**Note:** Version bump only for package @deephaven/plugin + ## [0.81.0](https://github.com/deephaven/web-client-ui/compare/v0.80.1...v0.81.0) (2024-06-04) **Note:** Version bump only for package @deephaven/plugin diff --git a/packages/plugin/package.json b/packages/plugin/package.json index 8a061898b..70b774850 100644 --- a/packages/plugin/package.json +++ b/packages/plugin/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/plugin", - "version": "0.81.0", + "version": "0.81.1", "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 f46ee2a82..2fb487006 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.81.1](https://github.com/deephaven/web-client-ui/compare/v0.81.0...v0.81.1) (2024-06-04) + +**Note:** Version bump only for package @deephaven/pouch-storage + ## [0.81.0](https://github.com/deephaven/web-client-ui/compare/v0.80.1...v0.81.0) (2024-06-04) **Note:** Version bump only for package @deephaven/pouch-storage diff --git a/packages/pouch-storage/package.json b/packages/pouch-storage/package.json index 9d2492b67..c25d55299 100644 --- a/packages/pouch-storage/package.json +++ b/packages/pouch-storage/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/pouch-storage", - "version": "0.81.0", + "version": "0.81.1", "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 5ab142424..3ce8c8459 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.81.1](https://github.com/deephaven/web-client-ui/compare/v0.81.0...v0.81.1) (2024-06-04) + +**Note:** Version bump only for package @deephaven/redux + ## [0.81.0](https://github.com/deephaven/web-client-ui/compare/v0.80.1...v0.81.0) (2024-06-04) **Note:** Version bump only for package @deephaven/redux diff --git a/packages/redux/package.json b/packages/redux/package.json index 323a1ddbf..b1b7e4245 100644 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/redux", - "version": "0.81.0", + "version": "0.81.1", "description": "Deephaven Redux", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0",