From a0310d57ec4baf413054e846a35e63bbca21be18 Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 4 Mar 2026 10:49:09 +0100 Subject: [PATCH] Apply suggestion from @Rugvip Signed-off-by: Patrik Oldsberg --- .changeset/thirty-kiwis-trade.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/thirty-kiwis-trade.md b/.changeset/thirty-kiwis-trade.md index 08ddbaa1a4..d88d804dac 100644 --- a/.changeset/thirty-kiwis-trade.md +++ b/.changeset/thirty-kiwis-trade.md @@ -1,6 +1,6 @@ --- '@backstage/plugin-catalog': major -'@backstage/plugin-org': major +'@backstage/plugin-org': minor --- Migrated `EntityAboutCard`, `EntityLinksCard`, `EntityLabelsCard`, `GroupProfileCard`, and `UserProfileCard` from MUI/InfoCard to use the new BUI card layout and BUI components where possible.