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) -```