From 476df5ffd5a5a8ba7d9b780fc74059c170d52269 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Mon, 16 Mar 2026 17:04:41 +0100 Subject: [PATCH] Fix changeset frontmatter formatting Signed-off-by: Patrik Oldsberg Made-with: Cursor --- .changeset/opaque-api-ref-type.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.changeset/opaque-api-ref-type.md b/.changeset/opaque-api-ref-type.md index 7397982cf6..81f365b578 100644 --- a/.changeset/opaque-api-ref-type.md +++ b/.changeset/opaque-api-ref-type.md @@ -1,4 +1,6 @@ -## '@backstage/frontend-plugin-api': patch +--- +'@backstage/frontend-plugin-api': patch +--- Added a builder form for `createApiRef` in the new frontend system and deprecated the direct `createApiRef({ ... })` call in favor of `createApiRef().with({ ... })`.