Fix changeset frontmatter formatting

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
Made-with: Cursor
This commit is contained in:
Patrik Oldsberg
2026-03-16 17:04:41 +01:00
parent d911b72811
commit 476df5ffd5
+3 -1
View File
@@ -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({ ... })`.