From 55361f3f7bafd9a4797a5a4471bf48f759cc69a6 Mon Sep 17 00:00:00 2001 From: blam Date: Fri, 25 Feb 2022 10:23:51 +0100 Subject: [PATCH] chore: added some changeset Signed-off-by: blam --- .changeset/little-carpets-itch.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .changeset/little-carpets-itch.md 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.