diff --git a/.changeset/fix-form-fields-api-export-react.md b/.changeset/fix-form-fields-api-export-react.md index 9ea6ec4930..787131280a 100644 --- a/.changeset/fix-form-fields-api-export-react.md +++ b/.changeset/fix-form-fields-api-export-react.md @@ -2,4 +2,4 @@ '@backstage/plugin-scaffolder-react': patch --- -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`. +Added back `formFieldsApiRef` and `ScaffolderFormFieldsApi` as alpha exports. diff --git a/.patches/pr-33034.txt b/.patches/pr-33034.txt index ab8beea429..4648da00b2 100644 --- a/.patches/pr-33034.txt +++ b/.patches/pr-33034.txt @@ -1 +1 @@ -Moves `formFieldsApiRef` and `ScaffolderFormFieldsApi` alpha exports to `@backstage/plugin-scaffolder-react`. The API signature of `@backstage/plugin-scaffolder` changed as these are now re-exported from `@backstage/plugin-scaffolder-react`. \ No newline at end of file +Added back `formFieldsApiRef` and `ScaffolderFormFieldsApi` alpha exports to `@backstage/plugin-scaffolder-react`. This change was incorrectly applied to `@backstage/plugin-scaffolder` in the 1.48.2 release, which is now gone. Note that the API signature of this API has still changed since the 1.47 release. \ No newline at end of file