From 0ca28cc2c702fa403b263bd5750156d54ffabc0e Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Thu, 3 Mar 2022 12:41:26 +0100 Subject: [PATCH] Update polite-houses-wink.md Signed-off-by: Patrik Oldsberg --- .changeset/polite-houses-wink.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.changeset/polite-houses-wink.md b/.changeset/polite-houses-wink.md index 4adceef6ee..3e177f5383 100644 --- a/.changeset/polite-houses-wink.md +++ b/.changeset/polite-houses-wink.md @@ -2,4 +2,4 @@ '@backstage/plugin-catalog-react': patch --- -- Moving `isOwnerOf` to `@alpha` and documenting the limitations of this function with regards to only supporting direct relations. +- **BREAKING**: The `isOwnerOf` function has been marked as `@alpha` and is now only available via the `@backstage/plugin-catalog-react/alpha` import. The limitations of this function with regards to only supporting direct relations have also been documented.