Updated changeset after review comment

Signed-off-by: Eoghan McIlwaine <eoghan@roadie.io>
This commit is contained in:
Eoghan McIlwaine
2022-01-24 18:34:28 +01:00
parent 37092662cb
commit 76b74230bb
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/plugin-catalog': minor
---
**BREAKING** Completely removed the `EntitySystemDiagramCard` component which was previously deprecated. `EntityCatalogGraphCard` should be used instead, as references to `EntitySystemDiagramCard` will now break.
**BREAKING** Completely removed the `EntitySystemDiagramCard` component which was deprecated in a previous release. Any remaining references to this component are now broken and should be replaced with `EntityCatalogGraphCard`, which can be imported from package `@backstage/plugin-catalog-graph`.