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.