Deprecate withApis in @backstage/frontend-plugin-api
Moved withApis to @backstage/core-compat-api and deprecated the export in @backstage/frontend-plugin-api, pointing users to the new location. Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com> Made-with: Cursor
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/core-compat-api': patch
|
||||
---
|
||||
|
||||
Added `withApis`, which is a Higher-Order Component for providing APIs as props to a component via `useApiHolder`.
|
||||
@@ -0,0 +1,5 @@
|
||||
---
|
||||
'@backstage/frontend-plugin-api': patch
|
||||
---
|
||||
|
||||
Deprecated `withApis`, use the `withApis` export from `@backstage/core-compat-api` instead.
|
||||
Reference in New Issue
Block a user