Remove scaffolder changeset, note API signature change

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2026-02-26 18:31:18 +01:00
parent 33cc7b218e
commit 743e4e3a1b
2 changed files with 1 additions and 7 deletions
@@ -1,6 +1,5 @@
---
'@backstage/plugin-scaffolder-react': patch
'@backstage/plugin-scaffolder': patch
---
Added back `formFieldsApiRef` and `ScaffolderFormFieldsApi` as alpha exports.
Added back `formFieldsApiRef` and `ScaffolderFormFieldsApi` as alpha exports. The API signature of `@backstage/plugin-scaffolder` changed as these are now re-exported from `@backstage/plugin-scaffolder-react`.
@@ -1,5 +0,0 @@
---
'@backstage/plugin-scaffolder': patch
---
Added back the `formFieldsApiRef` and `ScaffolderFormFieldsApi` alpha exports that were unintentionally removed.