From 89f6fae9d223b5c991dd1c2ab97453fe38c96dc4 Mon Sep 17 00:00:00 2001 From: blam Date: Wed, 21 Aug 2024 15:11:34 +0200 Subject: [PATCH] chore: small changeset tweak Signed-off-by: blam --- .changeset/yellow-bees-hope.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/yellow-bees-hope.md b/.changeset/yellow-bees-hope.md index dfb0b0b325..1ea8690c20 100644 --- a/.changeset/yellow-bees-hope.md +++ b/.changeset/yellow-bees-hope.md @@ -2,4 +2,4 @@ '@backstage/frontend-app-api': minor --- -Removed deprecated `icons` property passing to `createApp` and `createSpecializedApp`. Use `IconBundleBlueprint` to create extensions instead and include them in the app. +Removed deprecated `icons` property passing to `createApp` and `createSpecializedApp`. Use `IconBundleBlueprint.make` to create extensions instead and include them in the app.