From 517db130c4043cb19a23576e47c29a5f5ef9be9a Mon Sep 17 00:00:00 2001 From: irma12 Date: Tue, 30 Nov 2021 18:29:43 +0100 Subject: [PATCH] Final fixes Signed-off-by: irma12 --- .changeset/stupid-readers-cough.md | 2 +- plugins/scorecards/api-report.md | 23 ----------------------- 2 files changed, 1 insertion(+), 24 deletions(-) delete mode 100644 plugins/scorecards/api-report.md diff --git a/.changeset/stupid-readers-cough.md b/.changeset/stupid-readers-cough.md index b497245b53..82119ed695 100644 --- a/.changeset/stupid-readers-cough.md +++ b/.changeset/stupid-readers-cough.md @@ -1,5 +1,5 @@ --- -'@backstage/plugin-tech-insights': patch +'@backstage/plugin-tech-insights': minor --- New package containing UI components for the Tech Insights plugin. diff --git a/plugins/scorecards/api-report.md b/plugins/scorecards/api-report.md deleted file mode 100644 index 705cce373e..0000000000 --- a/plugins/scorecards/api-report.md +++ /dev/null @@ -1,23 +0,0 @@ -## API Report File for "@backstage/plugin-scorecards" - -> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/). - -```ts -/// - -import { BackstagePlugin } from '@backstage/core-plugin-api'; -import { RouteRef } from '@backstage/core-plugin-api'; - -// @public (undocumented) -export const EntityScorecardContent: () => JSX.Element; - -// @public (undocumented) -export const scorecardsPlugin: BackstagePlugin< - { - root: RouteRef; - }, - {} ->; - -// (No @packageDocumentation comment for this package) -```