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.