diff --git a/.changeset/red-numbers-suffer.md b/.changeset/red-numbers-suffer.md index 863a701984..c1baae1e92 100644 --- a/.changeset/red-numbers-suffer.md +++ b/.changeset/red-numbers-suffer.md @@ -6,7 +6,6 @@ '@backstage/plugin-bitrise': patch '@backstage/plugin-catalog': patch '@backstage/plugin-catalog-graphql': patch -'@backstage/plugin-catalog-import': patch '@backstage/plugin-cicd-statistics': patch '@backstage/plugin-circleci': patch '@backstage/plugin-cloudbuild': patch diff --git a/plugins/stack-overflow/api-report.md b/plugins/stack-overflow/api-report.md index 9404c74700..81cfe1395b 100644 --- a/plugins/stack-overflow/api-report.md +++ b/plugins/stack-overflow/api-report.md @@ -6,14 +6,12 @@ /// import { BackstagePlugin } from '@backstage/core-plugin-api'; -import { ComponentRenderer } from '@backstage/plugin-home'; +import { CardExtensionProps } from '@backstage/plugin-home'; import { ReactNode } from 'react'; // @public export const HomePageStackOverflowQuestions: ( - props: ComponentRenderer & { - title?: string | undefined; - } & StackOverflowQuestionsContentProps, + props: CardExtensionProps, ) => JSX.Element; // @public