chore: added changeset

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2024-07-24 14:37:38 +02:00
parent 0ad542cbc7
commit 634909993c
2 changed files with 22 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
---
'@backstage/frontend-plugin-api': patch
'@backstage/frontend-test-utils': patch
'@backstage/frontend-app-api': patch
'@backstage/core-compat-api': patch
'@backstage/plugin-catalog-react': patch
'@backstage/plugin-user-settings': patch
'@backstage/plugin-search-react': patch
'@backstage/plugin-techdocs': patch
'@backstage/plugin-catalog': patch
'@backstage/plugin-search': patch
---
Added config input type to the extensions
+8 -2
View File
@@ -1221,8 +1221,14 @@ export const IconBundleBlueprint: ExtensionBlueprint<
{}
>;
},
{},
{},
{
icons: string;
test: string;
},
{
test: string;
icons?: string | undefined;
},
{
icons: ConfigurableExtensionDataRef<
'core.icons',