Merge pull request #26011 from backstage/rugvip/frontend-plugin

frontend-plugin-api: renamed createPlugin to createFrontendPlugin
This commit is contained in:
Patrik Oldsberg
2024-08-14 16:38:14 +02:00
committed by GitHub
38 changed files with 154 additions and 126 deletions
+2 -2
View File
@@ -18,7 +18,7 @@ import {
compatWrapper,
convertLegacyRouteRefs,
} from '@backstage/core-compat-api';
import { createPlugin } from '@backstage/frontend-plugin-api';
import { createFrontendPlugin } from '@backstage/frontend-plugin-api';
import React from 'react';
import { catalogIndexRouteRef } from './routes';
import { createEntityCardExtension } from '@backstage/plugin-catalog-react/alpha';
@@ -64,7 +64,7 @@ const EntityUserProfileCard = createEntityCardExtension({
});
/** @alpha */
export default createPlugin({
export default createFrontendPlugin({
id: 'org',
extensions: [
EntityGroupProfileCard,