From d2291a47a38ea068f8c9ebf8880d592f011a4a63 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 7 May 2026 19:07:44 +0000 Subject: [PATCH] Version Packages --- workspaces/orchestrator/.changeset/happy-geckos-rhyme.md | 6 ------ workspaces/orchestrator/.changeset/wild-stingrays-cover.md | 5 ----- .../plugins/orchestrator-form-widgets/CHANGELOG.md | 7 +++++++ .../plugins/orchestrator-form-widgets/package.json | 2 +- workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md | 6 ++++++ workspaces/orchestrator/plugins/orchestrator/package.json | 2 +- 6 files changed, 15 insertions(+), 13 deletions(-) delete mode 100644 workspaces/orchestrator/.changeset/happy-geckos-rhyme.md delete mode 100644 workspaces/orchestrator/.changeset/wild-stingrays-cover.md diff --git a/workspaces/orchestrator/.changeset/happy-geckos-rhyme.md b/workspaces/orchestrator/.changeset/happy-geckos-rhyme.md deleted file mode 100644 index 437a0e1eb9..0000000000 --- a/workspaces/orchestrator/.changeset/happy-geckos-rhyme.md +++ /dev/null @@ -1,6 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets': patch -'@red-hat-developer-hub/backstage-plugin-orchestrator': patch ---- - -Replace values in ActiveMultiSelect when clearOnRetrigger is enabled diff --git a/workspaces/orchestrator/.changeset/wild-stingrays-cover.md b/workspaces/orchestrator/.changeset/wild-stingrays-cover.md deleted file mode 100644 index 945b2979a7..0000000000 --- a/workspaces/orchestrator/.changeset/wild-stingrays-cover.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets': patch ---- - -Fix type errors in orchestrator form widgets diff --git a/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md index c166735873..e3daef75cd 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator-form-widgets/CHANGELOG.md @@ -1,5 +1,12 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets +## 1.10.5 + +### Patch Changes + +- f47b22f: Replace values in ActiveMultiSelect when clearOnRetrigger is enabled +- 646c581: Fix type errors in orchestrator form widgets + ## 1.10.4 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json b/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json index 908f342aec..c5b7aad0dc 100644 --- a/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json +++ b/workspaces/orchestrator/plugins/orchestrator-form-widgets/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator-form-widgets", - "version": "1.10.4", + "version": "1.10.5", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts", diff --git a/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md index fdec166048..669d9c10be 100644 --- a/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md @@ -1,5 +1,11 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator +## 5.7.10 + +### Patch Changes + +- f47b22f: Replace values in ActiveMultiSelect when clearOnRetrigger is enabled + ## 5.7.9 ### Patch Changes diff --git a/workspaces/orchestrator/plugins/orchestrator/package.json b/workspaces/orchestrator/plugins/orchestrator/package.json index b4cedbf540..6839205cca 100644 --- a/workspaces/orchestrator/plugins/orchestrator/package.json +++ b/workspaces/orchestrator/plugins/orchestrator/package.json @@ -1,6 +1,6 @@ { "name": "@red-hat-developer-hub/backstage-plugin-orchestrator", - "version": "5.7.9", + "version": "5.7.10", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts",