added changeset

Signed-off-by: Jonah Grimes <jgrimes@appriss.com>
This commit is contained in:
Jonah Grimes
2021-04-16 09:57:41 -04:00
parent 35965ab248
commit a53f3d6033
+9
View File
@@ -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.