diff --git a/CHANGELOG.md b/CHANGELOG.md index 817bb644f..a4f27c76c 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.41.3](https://github.com/deephaven/web-client-ui/compare/v0.41.2...v0.41.3) (2023-06-21) + +### Bug Fixes + +- AuthPluginParent wasn't working when embedded in an iframe ([#1383](https://github.com/deephaven/web-client-ui/issues/1383)) ([#1384](https://github.com/deephaven/web-client-ui/issues/1384)) ([7e38af3](https://github.com/deephaven/web-client-ui/commit/7e38af3459b3f97bf82a730447f2c219234fbe1a)), closes [#1373](https://github.com/deephaven/web-client-ui/issues/1373) + ## [0.41.2](https://github.com/deephaven/web-client-ui/compare/v0.41.1...v0.41.2) (2023-06-13) ### Bug Fixes diff --git a/lerna.json b/lerna.json index 66d8f0f9c..013831ba2 100644 --- a/lerna.json +++ b/lerna.json @@ -2,7 +2,7 @@ "packages": ["packages/*"], "useWorkspaces": true, "useNx": false, - "version": "0.41.2", + "version": "0.41.3", "command": { "publish": { "distTag": "v0.41" diff --git a/package-lock.json b/package-lock.json index 696559b2a..a250ad63c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -26059,7 +26059,7 @@ }, "packages/app-utils": { "name": "@deephaven/app-utils", - "version": "0.41.0", + "version": "0.41.3", "license": "Apache-2.0", "dependencies": { "@deephaven/auth-plugins": "file:../auth-plugins", @@ -26136,7 +26136,7 @@ }, "packages/auth-plugins": { "name": "@deephaven/auth-plugins", - "version": "0.41.0", + "version": "0.41.3", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -26180,7 +26180,7 @@ }, "packages/chart": { "name": "@deephaven/chart", - "version": "0.41.0", + "version": "0.41.3", "license": "Apache-2.0", "dependencies": { "@deephaven/icons": "file:../icons", @@ -26212,7 +26212,7 @@ }, "packages/code-studio": { "name": "@deephaven/code-studio", - "version": "0.41.2", + "version": "0.41.3", "license": "Apache-2.0", "dependencies": { "@deephaven/app-utils": "file:../app-utils", @@ -26344,7 +26344,7 @@ }, "packages/console": { "name": "@deephaven/console", - "version": "0.41.0", + "version": "0.41.3", "license": "Apache-2.0", "dependencies": { "@deephaven/chart": "file:../chart", @@ -26383,7 +26383,7 @@ }, "packages/dashboard": { "name": "@deephaven/dashboard", - "version": "0.41.1", + "version": "0.41.3", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -26415,7 +26415,7 @@ }, "packages/dashboard-core-plugins": { "name": "@deephaven/dashboard-core-plugins", - "version": "0.41.2", + "version": "0.41.3", "license": "Apache-2.0", "dependencies": { "@deephaven/chart": "file:../chart", @@ -26480,7 +26480,7 @@ }, "packages/embed-chart": { "name": "@deephaven/embed-chart", - "version": "0.41.0", + "version": "0.41.3", "license": "Apache-2.0", "dependencies": { "@deephaven/app-utils": "file:../app-utils", @@ -26504,7 +26504,7 @@ }, "packages/embed-grid": { "name": "@deephaven/embed-grid", - "version": "0.41.2", + "version": "0.41.3", "license": "Apache-2.0", "dependencies": { "@deephaven/app-utils": "file:../app-utils", @@ -26646,7 +26646,7 @@ }, "packages/iris-grid": { "name": "@deephaven/iris-grid", - "version": "0.41.2", + "version": "0.41.3", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -26713,7 +26713,7 @@ }, "packages/jsapi-components": { "name": "@deephaven/jsapi-components", - "version": "0.41.0", + "version": "0.41.3", "license": "Apache-2.0", "dependencies": { "@deephaven/components": "file:../components", @@ -26770,7 +26770,7 @@ }, "packages/jsapi-utils": { "name": "@deephaven/jsapi-utils", - "version": "0.41.0", + "version": "0.41.3", "license": "Apache-2.0", "dependencies": { "@deephaven/filters": "file:../filters", @@ -26841,7 +26841,7 @@ }, "packages/pouch-storage": { "name": "@deephaven/pouch-storage", - "version": "0.41.0", + "version": "0.41.3", "license": "Apache-2.0", "dependencies": { "@deephaven/console": "file:../console", @@ -26892,7 +26892,7 @@ }, "packages/redux": { "name": "@deephaven/redux", - "version": "0.41.0", + "version": "0.41.3", "license": "Apache-2.0", "dependencies": { "@deephaven/jsapi-types": "file:../jsapi-types", diff --git a/packages/app-utils/CHANGELOG.md b/packages/app-utils/CHANGELOG.md index 551d45ac9..d861a08e8 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.41.3](https://github.com/deephaven/web-client-ui/compare/v0.41.2...v0.41.3) (2023-06-21) + +### Bug Fixes + +- AuthPluginParent wasn't working when embedded in an iframe ([#1383](https://github.com/deephaven/web-client-ui/issues/1383)) ([#1384](https://github.com/deephaven/web-client-ui/issues/1384)) ([7e38af3](https://github.com/deephaven/web-client-ui/commit/7e38af3459b3f97bf82a730447f2c219234fbe1a)), closes [#1373](https://github.com/deephaven/web-client-ui/issues/1373) + # [0.41.0](https://github.com/deephaven/web-client-ui/compare/v0.40.4...v0.41.0) (2023-06-08) **Note:** Version bump only for package @deephaven/app-utils diff --git a/packages/app-utils/package.json b/packages/app-utils/package.json index e744b93b9..873313755 100644 --- a/packages/app-utils/package.json +++ b/packages/app-utils/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/app-utils", - "version": "0.41.0", + "version": "0.41.3", "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 035dc64b5..8e7c6bc38 100644 --- a/packages/auth-plugins/CHANGELOG.md +++ b/packages/auth-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.41.3](https://github.com/deephaven/web-client-ui/compare/v0.41.2...v0.41.3) (2023-06-21) + +### Bug Fixes + +- AuthPluginParent wasn't working when embedded in an iframe ([#1383](https://github.com/deephaven/web-client-ui/issues/1383)) ([#1384](https://github.com/deephaven/web-client-ui/issues/1384)) ([7e38af3](https://github.com/deephaven/web-client-ui/commit/7e38af3459b3f97bf82a730447f2c219234fbe1a)), closes [#1373](https://github.com/deephaven/web-client-ui/issues/1373) + # [0.41.0](https://github.com/deephaven/web-client-ui/compare/v0.40.4...v0.41.0) (2023-06-08) **Note:** Version bump only for package @deephaven/auth-plugins diff --git a/packages/auth-plugins/package.json b/packages/auth-plugins/package.json index d6926549f..fc4dd21c1 100644 --- a/packages/auth-plugins/package.json +++ b/packages/auth-plugins/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/auth-plugins", - "version": "0.41.0", + "version": "0.41.3", "description": "Deephaven Auth Plugins", "keywords": [ "Deephaven", diff --git a/packages/chart/CHANGELOG.md b/packages/chart/CHANGELOG.md index 1966112bd..73ac84412 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.41.3](https://github.com/deephaven/web-client-ui/compare/v0.41.2...v0.41.3) (2023-06-21) + +**Note:** Version bump only for package @deephaven/chart + # [0.41.0](https://github.com/deephaven/web-client-ui/compare/v0.40.4...v0.41.0) (2023-06-08) **Note:** Version bump only for package @deephaven/chart diff --git a/packages/chart/package.json b/packages/chart/package.json index 73be0ba7b..bf491504c 100644 --- a/packages/chart/package.json +++ b/packages/chart/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/chart", - "version": "0.41.0", + "version": "0.41.3", "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 f1f906139..43364c947 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.41.3](https://github.com/deephaven/web-client-ui/compare/v0.41.2...v0.41.3) (2023-06-21) + +**Note:** Version bump only for package @deephaven/code-studio + ## [0.41.2](https://github.com/deephaven/web-client-ui/compare/v0.41.1...v0.41.2) (2023-06-13) **Note:** Version bump only for package @deephaven/code-studio diff --git a/packages/code-studio/package.json b/packages/code-studio/package.json index 2d4ea48c9..01ed44a1c 100644 --- a/packages/code-studio/package.json +++ b/packages/code-studio/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/code-studio", - "version": "0.41.2", + "version": "0.41.3", "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 b566bad72..780bb27e9 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.41.3](https://github.com/deephaven/web-client-ui/compare/v0.41.2...v0.41.3) (2023-06-21) + +**Note:** Version bump only for package @deephaven/console + # [0.41.0](https://github.com/deephaven/web-client-ui/compare/v0.40.4...v0.41.0) (2023-06-08) ### Bug Fixes diff --git a/packages/console/package.json b/packages/console/package.json index 14c9e15b7..7d7011fba 100644 --- a/packages/console/package.json +++ b/packages/console/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/console", - "version": "0.41.0", + "version": "0.41.3", "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 3f256ec9d..0113f0d11 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.41.3](https://github.com/deephaven/web-client-ui/compare/v0.41.2...v0.41.3) (2023-06-21) + +**Note:** Version bump only for package @deephaven/dashboard-core-plugins + ## [0.41.2](https://github.com/deephaven/web-client-ui/compare/v0.41.1...v0.41.2) (2023-06-13) ### Bug Fixes diff --git a/packages/dashboard-core-plugins/package.json b/packages/dashboard-core-plugins/package.json index 600111f12..e3e823b12 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.41.2", + "version": "0.41.3", "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 87ecc9add..93682a386 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.41.3](https://github.com/deephaven/web-client-ui/compare/v0.41.2...v0.41.3) (2023-06-21) + +**Note:** Version bump only for package @deephaven/dashboard + ## [0.41.1](https://github.com/deephaven/web-client-ui/compare/v0.41.0...v0.41.1) (2023-06-08) ### Bug Fixes diff --git a/packages/dashboard/package.json b/packages/dashboard/package.json index 1e802b90f..c2d245232 100644 --- a/packages/dashboard/package.json +++ b/packages/dashboard/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/dashboard", - "version": "0.41.1", + "version": "0.41.3", "description": "Deephaven Dashboard", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/embed-chart/CHANGELOG.md b/packages/embed-chart/CHANGELOG.md index ff38d98e1..1359355c5 100644 --- a/packages/embed-chart/CHANGELOG.md +++ b/packages/embed-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.41.3](https://github.com/deephaven/web-client-ui/compare/v0.41.2...v0.41.3) (2023-06-21) + +**Note:** Version bump only for package @deephaven/embed-chart + # [0.41.0](https://github.com/deephaven/web-client-ui/compare/v0.40.4...v0.41.0) (2023-06-08) **Note:** Version bump only for package @deephaven/embed-chart diff --git a/packages/embed-chart/package.json b/packages/embed-chart/package.json index 11a6d02e4..753a042d1 100644 --- a/packages/embed-chart/package.json +++ b/packages/embed-chart/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/embed-chart", - "version": "0.41.0", + "version": "0.41.3", "description": "Deephaven Embedded Chart", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/embed-grid/CHANGELOG.md b/packages/embed-grid/CHANGELOG.md index 9b0881a60..963cbf7b9 100644 --- a/packages/embed-grid/CHANGELOG.md +++ b/packages/embed-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.41.3](https://github.com/deephaven/web-client-ui/compare/v0.41.2...v0.41.3) (2023-06-21) + +**Note:** Version bump only for package @deephaven/embed-grid + ## [0.41.2](https://github.com/deephaven/web-client-ui/compare/v0.41.1...v0.41.2) (2023-06-13) **Note:** Version bump only for package @deephaven/embed-grid diff --git a/packages/embed-grid/package.json b/packages/embed-grid/package.json index 05f8b82ee..40ffd763a 100644 --- a/packages/embed-grid/package.json +++ b/packages/embed-grid/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/embed-grid", - "version": "0.41.2", + "version": "0.41.3", "description": "Deephaven Embedded Grid", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/iris-grid/CHANGELOG.md b/packages/iris-grid/CHANGELOG.md index e120d0d6b..7e45cf853 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.41.3](https://github.com/deephaven/web-client-ui/compare/v0.41.2...v0.41.3) (2023-06-21) + +**Note:** Version bump only for package @deephaven/iris-grid + ## [0.41.2](https://github.com/deephaven/web-client-ui/compare/v0.41.1...v0.41.2) (2023-06-13) ### Bug Fixes diff --git a/packages/iris-grid/package.json b/packages/iris-grid/package.json index aa0b94643..2a4b53fbe 100644 --- a/packages/iris-grid/package.json +++ b/packages/iris-grid/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/iris-grid", - "version": "0.41.2", + "version": "0.41.3", "description": "Deephaven Iris Grid", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/jsapi-components/CHANGELOG.md b/packages/jsapi-components/CHANGELOG.md index 9aef1dc97..c15825c8b 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.41.3](https://github.com/deephaven/web-client-ui/compare/v0.41.2...v0.41.3) (2023-06-21) + +**Note:** Version bump only for package @deephaven/jsapi-components + # [0.41.0](https://github.com/deephaven/web-client-ui/compare/v0.40.4...v0.41.0) (2023-06-08) **Note:** Version bump only for package @deephaven/jsapi-components diff --git a/packages/jsapi-components/package.json b/packages/jsapi-components/package.json index cf2291ec6..1201c15d1 100644 --- a/packages/jsapi-components/package.json +++ b/packages/jsapi-components/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-components", - "version": "0.41.0", + "version": "0.41.3", "description": "Deephaven JSAPI Components", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/jsapi-utils/CHANGELOG.md b/packages/jsapi-utils/CHANGELOG.md index 777423bb1..459734e19 100644 --- a/packages/jsapi-utils/CHANGELOG.md +++ b/packages/jsapi-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.41.3](https://github.com/deephaven/web-client-ui/compare/v0.41.2...v0.41.3) (2023-06-21) + +### Bug Fixes + +- AuthPluginParent wasn't working when embedded in an iframe ([#1383](https://github.com/deephaven/web-client-ui/issues/1383)) ([#1384](https://github.com/deephaven/web-client-ui/issues/1384)) ([7e38af3](https://github.com/deephaven/web-client-ui/commit/7e38af3459b3f97bf82a730447f2c219234fbe1a)), closes [#1373](https://github.com/deephaven/web-client-ui/issues/1373) + # [0.41.0](https://github.com/deephaven/web-client-ui/compare/v0.40.4...v0.41.0) (2023-06-08) **Note:** Version bump only for package @deephaven/jsapi-utils diff --git a/packages/jsapi-utils/package.json b/packages/jsapi-utils/package.json index 124623b18..764cfb377 100644 --- a/packages/jsapi-utils/package.json +++ b/packages/jsapi-utils/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/jsapi-utils", - "version": "0.41.0", + "version": "0.41.3", "description": "Deephaven JSAPI Utils", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0", diff --git a/packages/pouch-storage/CHANGELOG.md b/packages/pouch-storage/CHANGELOG.md index e501abcea..7a9fea9a2 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.41.3](https://github.com/deephaven/web-client-ui/compare/v0.41.2...v0.41.3) (2023-06-21) + +**Note:** Version bump only for package @deephaven/pouch-storage + # [0.41.0](https://github.com/deephaven/web-client-ui/compare/v0.40.4...v0.41.0) (2023-06-08) **Note:** Version bump only for package @deephaven/pouch-storage diff --git a/packages/pouch-storage/package.json b/packages/pouch-storage/package.json index a5f55d2eb..40dcd8175 100644 --- a/packages/pouch-storage/package.json +++ b/packages/pouch-storage/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/pouch-storage", - "version": "0.41.0", + "version": "0.41.3", "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 16fffaf35..e70a1f27c 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.41.3](https://github.com/deephaven/web-client-ui/compare/v0.41.2...v0.41.3) (2023-06-21) + +**Note:** Version bump only for package @deephaven/redux + # [0.41.0](https://github.com/deephaven/web-client-ui/compare/v0.40.4...v0.41.0) (2023-06-08) **Note:** Version bump only for package @deephaven/redux diff --git a/packages/redux/package.json b/packages/redux/package.json index fa4721802..027d6f4ac 100644 --- a/packages/redux/package.json +++ b/packages/redux/package.json @@ -1,6 +1,6 @@ { "name": "@deephaven/redux", - "version": "0.41.0", + "version": "0.41.3", "description": "Deephaven Redux", "author": "Deephaven Data Labs LLC", "license": "Apache-2.0",