chore: added some changeset

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-02-25 10:23:51 +01:00
parent 0c2eefab06
commit 55361f3f7b
+11
View File
@@ -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<string, any>` to `Record<string, JsonValue>` instead.