From 5a9297ac8d1e6974a79413d0825ba5c678b70114 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 19 Mar 2026 15:05:59 +0100 Subject: [PATCH] Downgrade changeset to patch (not a breaking change) Signed-off-by: Patrik Oldsberg Made-with: Cursor --- .changeset/remove-plugin-header-action-define-params.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/remove-plugin-header-action-define-params.md b/.changeset/remove-plugin-header-action-define-params.md index 8bbdf99466..fa19efeb37 100644 --- a/.changeset/remove-plugin-header-action-define-params.md +++ b/.changeset/remove-plugin-header-action-define-params.md @@ -1,5 +1,5 @@ --- -'@backstage/frontend-plugin-api': minor +'@backstage/frontend-plugin-api': patch --- -**BREAKING**: Removed the `defineParams` callback from `PluginHeaderActionBlueprint`. Params are now typed inline on the factory, matching the pattern used by `PageBlueprint`, `SubPageBlueprint`, and others. To migrate, change `params: defineParams => defineParams({ ... })` to `params: { ... }` when calling `PluginHeaderActionBlueprint.make(...)`. +Removed the `defineParams` callback from `PluginHeaderActionBlueprint`. Params are now typed inline on the factory, matching the pattern used by `PageBlueprint`, `SubPageBlueprint`, and others.