catalog: remove plugin export

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-02-17 18:17:39 +01:00
parent 4d97488ed1
commit 3c4376e5e7
3 changed files with 6 additions and 4 deletions
+5
View File
@@ -0,0 +1,5 @@
---
'@backstage/plugin-catalog': minor
---
**BREAKING**: Removed the old `plugin` export, use `catalogPlugin` instead.
+1 -3
View File
@@ -80,7 +80,7 @@ export interface CatalogKindHeaderProps {
}
// @public (undocumented)
const catalogPlugin: BackstagePlugin<
export const catalogPlugin: BackstagePlugin<
{
catalogIndex: RouteRef<undefined>;
catalogEntity: RouteRef<{
@@ -101,8 +101,6 @@ const catalogPlugin: BackstagePlugin<
>;
}
>;
export { catalogPlugin };
export { catalogPlugin as plugin };
// @public (undocumented)
export function CatalogResultListItem(
-1
View File
@@ -35,7 +35,6 @@ export {
CatalogEntityPage,
CatalogIndexPage,
catalogPlugin,
catalogPlugin as plugin,
EntityAboutCard,
EntityDependencyOfComponentsCard,
EntityDependsOnComponentsCard,