From 664c07a98feb7d9879a34b680f91dab396896ac8 Mon Sep 17 00:00:00 2001 From: benjdlambert Date: Tue, 27 May 2025 13:33:36 +0200 Subject: [PATCH] chore: added changeset Signed-off-by: benjdlambert --- .changeset/wet-bars-report.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/wet-bars-report.md diff --git a/.changeset/wet-bars-report.md b/.changeset/wet-bars-report.md new file mode 100644 index 0000000000..2890fa846d --- /dev/null +++ b/.changeset/wet-bars-report.md @@ -0,0 +1,6 @@ +--- +'@backstage/backend-plugin-api': minor +'@backstage/backend-defaults': patch +--- + +Added `coreServices.actionsRegistry` and `coreServices.actions` to allow registration of distributed actions from plugins, and the ability to invoke these actions