Merge pull request #9732 from backstage/jhaals/useOwnedEntities

catalog-react: Deprecate useOwnedEntities & useOwnUser
This commit is contained in:
Fredrik Adelöw
2022-02-23 17:14:06 +01:00
committed by GitHub
6 changed files with 38 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-techdocs': patch
---
Removed import of deprecated hook.
+6
View File
@@ -0,0 +1,6 @@
---
'@backstage/plugin-catalog-react': patch
---
Deprecated the `useOwnedEntities` hook which is replaced by the IdentityAPI.
Deprecated the `useOwnUser` hook due to low external value.