chore: added changesets

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2022-02-23 08:36:19 +01:00
parent 0408fa07c3
commit a2589000ee
2 changed files with 12 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
---
'@backstage/plugin-scaffolder': patch
---
- Reworking the `FieldExtensionComponentType` so we can export the `ui:schema:options` props in the `api-report.md`.
- Exporting all of the `UiOptions` types for the `FieldExtensions` so we can see them in the `api-report.md`.
- Removing the redundant type in the `CustomFieldValidator` union.
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-scaffolder': minor
---
- **BREAKING** - Removed the `plugin` export, use `scaffolderPlugin` instead.