From 19155e0939b5dc509dd4d7322f453da14bf37042 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 9 Feb 2022 17:52:20 +0100 Subject: [PATCH] changesets: add changeset for cleaning up components in api reports Signed-off-by: Patrik Oldsberg --- .changeset/soft-dogs-exercise.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .changeset/soft-dogs-exercise.md diff --git a/.changeset/soft-dogs-exercise.md b/.changeset/soft-dogs-exercise.md new file mode 100644 index 0000000000..2d045ba1f6 --- /dev/null +++ b/.changeset/soft-dogs-exercise.md @@ -0,0 +1,6 @@ +--- +'@backstage/core-components': patch +'@backstage/plugin-catalog-react': patch +--- + +Updated React component type declarations to avoid exporting exotic component types.