update changeset for entity links

This commit is contained in:
Andrew Thauer
2021-01-28 07:28:52 -05:00
parent 232f8a58ea
commit f69f62738f
+1 -1
View File
@@ -1,5 +1,5 @@
---
'@backstage/catalog-model': minor
'@backstage/catalog-model': patch
---
Adds a new optional `links` metadata field to the Entity class within the `catalog-model` package (as discussed in [[RFC] Entity Links](https://github.com/backstage/backstage/issues/3787)). This PR adds support for the entity links only. Follow up PR's will introduce the UI component to display them.