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",