From aa8e59f6f9da68a6e19f98f64470000f00745683 Mon Sep 17 00:00:00 2001 From: Tim Hansen Date: Thu, 19 Aug 2021 22:31:17 -0600 Subject: [PATCH] Fix commit reference Signed-off-by: Tim Hansen --- .changeset/strange-ducks-rhyme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/strange-ducks-rhyme.md b/.changeset/strange-ducks-rhyme.md index 47e0ee0d09..1f75593d04 100644 --- a/.changeset/strange-ducks-rhyme.md +++ b/.changeset/strange-ducks-rhyme.md @@ -2,4 +2,4 @@ '@backstage/create-app': minor --- -Updated the default create-app `EntityPage` to include orphan and processing error alerts for all entity types. Previously these were only shown for entities with the `Component` kind. The `EntityPage` in Backstage applications should be updated following [1d517af](https://github.com/backstage/backstage/commit/1d517af7ab1c84dc7d45f6a3a4747d1a44e3ab6c). This also adds the `EntityLinkCard` for API entities. +Updated the default create-app `EntityPage` to include orphan and processing error alerts for all entity types. Previously these were only shown for entities with the `Component` kind. The `EntityPage` in Backstage applications should be updated following [d027681](https://github.com/backstage/backstage/pull/6899/commits/d0276817123ba131c9211de30d229839f13d7775). This also adds the `EntityLinkCard` for API entities.