From baca071d05bf087a2527b6651bcdc24a5f91fb40 Mon Sep 17 00:00:00 2001 From: Ben Lambert Date: Wed, 2 Mar 2022 11:26:50 +0100 Subject: [PATCH] Updating changeset Minor change but no deprecation period as it doesn't work Signed-off-by: Ben Lambert --- .changeset/strong-suns-hope.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/strong-suns-hope.md b/.changeset/strong-suns-hope.md index ca59e43deb..876f5f1618 100644 --- a/.changeset/strong-suns-hope.md +++ b/.changeset/strong-suns-hope.md @@ -1,5 +1,5 @@ --- -'@backstage/plugin-catalog-react': patch +'@backstage/plugin-catalog-react': minor --- Removing the `EntityName` path for the `useEntityOwnership` as it has never worked correctly. Please pass in an entire `Entity` instead.