diff --git a/.changeset/little-carpets-itch.md b/.changeset/little-carpets-itch.md new file mode 100644 index 0000000000..92a554624f --- /dev/null +++ b/.changeset/little-carpets-itch.md @@ -0,0 +1,11 @@ +--- +'@backstage/plugin-scaffolder': patch +--- + +Added some deprecations as follows: + +- **DEPRECATED**: `TemplateCardComponent` and `TaskPageComponent` props have been deprecated, and moved to a `components` prop instead. You can pass them in through there instead. + +Other notable changes: + +- `scaffolderApi.scaffold()` `values` type has been narrowed from `Record` to `Record` instead.