From a2589000ee9db1ea5fe417d7b07353518e2db556 Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 23 Feb 2022 08:36:19 +0100 Subject: [PATCH] chore: added changesets Signed-off-by: blam --- .changeset/sharp-bottles-tan.md | 7 +++++++ .changeset/wise-jars-reflect.md | 5 +++++ 2 files changed, 12 insertions(+) create mode 100644 .changeset/sharp-bottles-tan.md create mode 100644 .changeset/wise-jars-reflect.md diff --git a/.changeset/sharp-bottles-tan.md b/.changeset/sharp-bottles-tan.md new file mode 100644 index 0000000000..1fcd3dd380 --- /dev/null +++ b/.changeset/sharp-bottles-tan.md @@ -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. diff --git a/.changeset/wise-jars-reflect.md b/.changeset/wise-jars-reflect.md new file mode 100644 index 0000000000..49e19e96df --- /dev/null +++ b/.changeset/wise-jars-reflect.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-scaffolder': minor +--- + +- **BREAKING** - Removed the `plugin` export, use `scaffolderPlugin` instead.