diff --git a/.changeset/ten-mammals-judge.md b/.changeset/ten-mammals-judge.md deleted file mode 100644 index 28672416bb..0000000000 --- a/.changeset/ten-mammals-judge.md +++ /dev/null @@ -1,8 +0,0 @@ ---- -"@cloudoperators/juno-app-heureka": minor -"@cloudoperators/greenhouse-auth-provider": patch ---- - -Enables authentication support for Heureka and improves false positive remediation UX: inline spinner feedback during API operations, timed success messages, proper error display without unhandled exceptions, auth user ID scoped to embedded mode, and instant tab updates after mark FP or revert using the remediations query as an override on top of status filters. - -Fix `greenhouse-auth-provider` bundling React into its output by adding `rollupOptions.external` to the Vite build config. React is a peer dependency and must not be included in the bundle to avoid multiple React instance conflicts in micro-frontend architectures. diff --git a/apps/greenhouse/CHANGELOG.md b/apps/greenhouse/CHANGELOG.md index cd4fd238ae..1efe407032 100644 --- a/apps/greenhouse/CHANGELOG.md +++ b/apps/greenhouse/CHANGELOG.md @@ -1,5 +1,13 @@ # @cloudoperators/juno-app-greenhouse +## 0.12.2 + +### Patch Changes + +- Updated dependencies [43695db] + - @cloudoperators/juno-app-heureka@1.1.0 + - @cloudoperators/greenhouse-auth-provider@1.0.2 + ## 0.12.1 ### Patch Changes diff --git a/apps/greenhouse/package.json b/apps/greenhouse/package.json index f475d89fee..7b50923aa6 100644 --- a/apps/greenhouse/package.json +++ b/apps/greenhouse/package.json @@ -1,6 +1,6 @@ { "name": "@cloudoperators/juno-app-greenhouse", - "version": "0.12.1", + "version": "0.12.2", "orgAdminVersion": "latest", "author": "UI-Team", "repository": "https://github.com/cloudoperators/greenhouse/tree/main/ui/dashboard", diff --git a/apps/heureka/CHANGELOG.md b/apps/heureka/CHANGELOG.md index 014977dce7..300215578f 100644 --- a/apps/heureka/CHANGELOG.md +++ b/apps/heureka/CHANGELOG.md @@ -1,5 +1,18 @@ # heureka +## 1.1.0 + +### Minor Changes + +- 43695db: Enables authentication support for Heureka and improves false positive remediation UX: inline spinner feedback during API operations, timed success messages, proper error display without unhandled exceptions, auth user ID scoped to embedded mode, and instant tab updates after mark FP or revert using the remediations query as an override on top of status filters. + + Fix `greenhouse-auth-provider` bundling React into its output by adding `rollupOptions.external` to the Vite build config. React is a peer dependency and must not be included in the bundle to avoid multiple React instance conflicts in micro-frontend architectures. + +### Patch Changes + +- Updated dependencies [43695db] + - @cloudoperators/greenhouse-auth-provider@1.0.2 + ## 1.0.6 ### Patch Changes diff --git a/apps/heureka/package.json b/apps/heureka/package.json index afd70f706c..57d01218e1 100644 --- a/apps/heureka/package.json +++ b/apps/heureka/package.json @@ -1,6 +1,6 @@ { "name": "@cloudoperators/juno-app-heureka", - "version": "1.0.6", + "version": "1.1.0", "author": "UI-Team", "type": "module", "repository": "https://github.com/cloudoperators/juno/tree/main/apps/heureka", diff --git a/packages/greenhouse-auth-provider/CHANGELOG.md b/packages/greenhouse-auth-provider/CHANGELOG.md index c2e23d556d..aa95975cb8 100644 --- a/packages/greenhouse-auth-provider/CHANGELOG.md +++ b/packages/greenhouse-auth-provider/CHANGELOG.md @@ -1,5 +1,13 @@ # @cloudoperators/greenhouse-auth-provider +## 1.0.2 + +### Patch Changes + +- 43695db: Enables authentication support for Heureka and improves false positive remediation UX: inline spinner feedback during API operations, timed success messages, proper error display without unhandled exceptions, auth user ID scoped to embedded mode, and instant tab updates after mark FP or revert using the remediations query as an override on top of status filters. + + Fix `greenhouse-auth-provider` bundling React into its output by adding `rollupOptions.external` to the Vite build config. React is a peer dependency and must not be included in the bundle to avoid multiple React instance conflicts in micro-frontend architectures. + ## 1.0.1 ### Patch Changes diff --git a/packages/greenhouse-auth-provider/package.json b/packages/greenhouse-auth-provider/package.json index daeba786a1..c47fa501d0 100644 --- a/packages/greenhouse-auth-provider/package.json +++ b/packages/greenhouse-auth-provider/package.json @@ -1,6 +1,6 @@ { "name": "@cloudoperators/greenhouse-auth-provider", - "version": "1.0.1", + "version": "1.0.2", "description": "Package provides authentication for Greenhouse and plugins", "author": "UI-Team", "private": true,