From f69f62738f08f59d27a87169e6804c7791a5be33 Mon Sep 17 00:00:00 2001 From: Andrew Thauer <6507159+andrewthauer@users.noreply.github.com> Date: Thu, 28 Jan 2021 07:28:52 -0500 Subject: [PATCH] update changeset for entity links --- .changeset/fuzzy-pumpkins-tie.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/fuzzy-pumpkins-tie.md b/.changeset/fuzzy-pumpkins-tie.md index 9b4a928c7c..1e87972ce1 100644 --- a/.changeset/fuzzy-pumpkins-tie.md +++ b/.changeset/fuzzy-pumpkins-tie.md @@ -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.