From 97b46070e546fb4759e67abf95535bbe6b25801b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 23 Feb 2026 13:29:11 +0000 Subject: [PATCH] chore(version): update versions with Changesets --- .changeset/fast-cups-shake.md | 5 ----- .changeset/grumpy-moments-yell.md | 6 ------ .changeset/many-forks-marry.md | 5 ----- apps/greenhouse/CHANGELOG.md | 13 +++++++++++++ apps/greenhouse/package.json | 2 +- apps/heureka/CHANGELOG.md | 6 ++++++ apps/heureka/package.json | 2 +- 7 files changed, 21 insertions(+), 18 deletions(-) delete mode 100644 .changeset/fast-cups-shake.md delete mode 100644 .changeset/grumpy-moments-yell.md delete mode 100644 .changeset/many-forks-marry.md diff --git a/.changeset/fast-cups-shake.md b/.changeset/fast-cups-shake.md deleted file mode 100644 index 364862c5f6..0000000000 --- a/.changeset/fast-cups-shake.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudoperators/juno-app-greenhouse": minor ---- - -Add reconcile button to annotate PluginPreset and Plugin resources. diff --git a/.changeset/grumpy-moments-yell.md b/.changeset/grumpy-moments-yell.md deleted file mode 100644 index 8ac9f0c863..0000000000 --- a/.changeset/grumpy-moments-yell.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -"@cloudoperators/juno-app-greenhouse": patch -"@cloudoperators/juno-app-heureka": patch ---- - -Introduces a new authentication provider package that enables secure, read-only authentication state sharing between the Greenhouse shell app and plugins. diff --git a/.changeset/many-forks-marry.md b/.changeset/many-forks-marry.md deleted file mode 100644 index 373cee6a87..0000000000 --- a/.changeset/many-forks-marry.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@cloudoperators/juno-app-greenhouse": patch ---- - -fix(greenhouse): prevent wide content from causing page-level horizontal scrollbar diff --git a/apps/greenhouse/CHANGELOG.md b/apps/greenhouse/CHANGELOG.md index 494f27cc16..d8614d2b42 100644 --- a/apps/greenhouse/CHANGELOG.md +++ b/apps/greenhouse/CHANGELOG.md @@ -1,5 +1,18 @@ # @cloudoperators/juno-app-greenhouse +## 0.10.0 + +### Minor Changes + +- 39de31e: Add reconcile button to annotate PluginPreset and Plugin resources. + +### Patch Changes + +- 2f84dbf: Introduces a new authentication provider package that enables secure, read-only authentication state sharing between the Greenhouse shell app and plugins. +- 441e92e: fix(greenhouse): prevent wide content from causing page-level horizontal scrollbar +- Updated dependencies [2f84dbf] + - @cloudoperators/juno-app-heureka@1.0.2 + ## 0.9.0 ### Minor Changes diff --git a/apps/greenhouse/package.json b/apps/greenhouse/package.json index 5c2d328bc0..f86a14f602 100644 --- a/apps/greenhouse/package.json +++ b/apps/greenhouse/package.json @@ -1,6 +1,6 @@ { "name": "@cloudoperators/juno-app-greenhouse", - "version": "0.9.0", + "version": "0.10.0", "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 467fdce29f..b133a81a17 100644 --- a/apps/heureka/CHANGELOG.md +++ b/apps/heureka/CHANGELOG.md @@ -1,5 +1,11 @@ # heureka +## 1.0.2 + +### Patch Changes + +- 2f84dbf: Introduces a new authentication provider package that enables secure, read-only authentication state sharing between the Greenhouse shell app and plugins. + ## 1.0.1 ### Patch Changes diff --git a/apps/heureka/package.json b/apps/heureka/package.json index b67bbd61de..87d253fb25 100644 --- a/apps/heureka/package.json +++ b/apps/heureka/package.json @@ -1,6 +1,6 @@ { "name": "@cloudoperators/juno-app-heureka", - "version": "1.0.1", + "version": "1.0.2", "author": "UI-Team", "type": "module", "repository": "https://github.com/cloudoperators/juno/tree/main/apps/heureka",