From a53f3d60338eb6fc758f86cd48935c94ae198943 Mon Sep 17 00:00:00 2001 From: Jonah Grimes Date: Fri, 16 Apr 2021 09:57:41 -0400 Subject: [PATCH] added changeset Signed-off-by: Jonah Grimes --- .changeset/weak-jeans-live.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .changeset/weak-jeans-live.md diff --git a/.changeset/weak-jeans-live.md b/.changeset/weak-jeans-live.md new file mode 100644 index 0000000000..f92f20199d --- /dev/null +++ b/.changeset/weak-jeans-live.md @@ -0,0 +1,9 @@ +--- +'example-app': patch +'@backstage/plugin-catalog': patch +--- + +- Added `EntityHasResourcesCard` to display resources that are part of a system. +- Added `EntityDependsOnComponentsCard` to display components that are dependencies of a component. +- Added `EntityDependsOnResourcesCard` to display resources that are dependencies of a component. +- Updated the example app to take advantage of these new components.