Merge pull request #6647 from backstage/blam/changeset2

Update changeset and add `create-app`
This commit is contained in:
Ben Lambert
2021-07-29 10:57:30 +02:00
committed by GitHub
+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.