From 9b8163020d0c9846f1ff135e5ecd5d7718ace349 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 7 Jul 2026 14:31:25 +0000 Subject: [PATCH] Version Packages --- .../.changeset/fix-workflow-instance-content-layout.md | 5 ----- .../.changeset/orchestrator-run-again-aria-label.md | 5 ----- workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md | 7 +++++++ workspaces/orchestrator/plugins/orchestrator/package.json | 2 +- 4 files changed, 8 insertions(+), 11 deletions(-) delete mode 100644 workspaces/orchestrator/.changeset/fix-workflow-instance-content-layout.md delete mode 100644 workspaces/orchestrator/.changeset/orchestrator-run-again-aria-label.md diff --git a/workspaces/orchestrator/.changeset/fix-workflow-instance-content-layout.md b/workspaces/orchestrator/.changeset/fix-workflow-instance-content-layout.md deleted file mode 100644 index 62d8f79872..0000000000 --- a/workspaces/orchestrator/.changeset/fix-workflow-instance-content-layout.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator': patch ---- - -Fix workflow instance page layout overlap when `cardHeightMode` is set to `content`. diff --git a/workspaces/orchestrator/.changeset/orchestrator-run-again-aria-label.md b/workspaces/orchestrator/.changeset/orchestrator-run-again-aria-label.md deleted file mode 100644 index 36bb5b013f..0000000000 --- a/workspaces/orchestrator/.changeset/orchestrator-run-again-aria-label.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@red-hat-developer-hub/backstage-plugin-orchestrator': patch ---- - -Fix incorrect aria-label on Run again and Abort buttons when the user is authorized to execute the workflow. diff --git a/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md b/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md index 7d68936d58..ed61a3812c 100644 --- a/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md +++ b/workspaces/orchestrator/plugins/orchestrator/CHANGELOG.md @@ -1,5 +1,12 @@ # @red-hat-developer-hub/backstage-plugin-orchestrator +## 5.9.1 + +### Patch Changes + +- 00f80fc: Fix workflow instance page layout overlap when `cardHeightMode` is set to `content`. +- 992efa0: Fix incorrect aria-label on Run again and Abort buttons when the user is authorized to execute the workflow. + ## 5.9.0 ### Minor Changes diff --git a/workspaces/orchestrator/plugins/orchestrator/package.json b/workspaces/orchestrator/plugins/orchestrator/package.json index ffb5e6aba7..476b3633b0 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.9.0", + "version": "5.9.1", "license": "Apache-2.0", "main": "src/index.ts", "types": "src/index.ts",