chore: updating changeset, needed a create-app release in here too

Signed-off-by: blam <ben@blam.sh>
This commit is contained in:
blam
2021-07-29 10:20:26 +02:00
parent 652fe188ca
commit 3787e74609
+5 -2
View File
@@ -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.