From 3787e7460987d94536968db673634844ad486320 Mon Sep 17 00:00:00 2001 From: blam Date: Thu, 29 Jul 2021 10:20:26 +0200 Subject: [PATCH] chore: updating changeset, needed a create-app release in here too Signed-off-by: blam --- .changeset/tricky-trains-change.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.changeset/tricky-trains-change.md b/.changeset/tricky-trains-change.md index 391dee0eb1..d8c3263cb9 100644 --- a/.changeset/tricky-trains-change.md +++ b/.changeset/tricky-trains-change.md @@ -1,9 +1,12 @@ --- '@backstage/core-components': patch '@backstage/plugin-catalog': patch +'@backstage/create-app': patch --- -Added an EntityProcessingErrorsPanel component to show any errors that occurred when refreshing an entity from its source location. If upgrading, this should be added to EntityPage in your Backstage application: +Added an `EntityProcessingErrorsPanel` component to show any errors that occurred when refreshing an entity from its source location. + +If upgrading, this should be added to your `EntityPage` in your Backstage application: ```diff // packages/app/src/components/catalog/EntityPage.tsx @@ -24,4 +27,4 @@ const overviewContent = ( ``` -Additionally, WarningPanel now changes color based on the provided severity. +Additionally, `WarningPanel` now changes color based on the provided severity.