From 32fc7d3716982c2f58c954039b99f03d9af90fd7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Fri, 19 Aug 2022 15:51:27 +0200 Subject: [PATCH] fixup MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fredrik Adelöw --- .changeset/red-numbers-suffer.md | 1 - plugins/stack-overflow/api-report.md | 6 ++---- 2 files changed, 2 insertions(+), 5 deletions(-) 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