From a8fbc03f5e50fd7ebd93e3eb02db454b3ef2507d Mon Sep 17 00:00:00 2001 From: Patrik Oldsberg Date: Wed, 6 Sep 2023 12:28:52 +0200 Subject: [PATCH] Update api-report.md yolo Signed-off-by: Patrik Oldsberg --- packages/app-next-example-plugin/api-report.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/app-next-example-plugin/api-report.md b/packages/app-next-example-plugin/api-report.md index 1963e69be4..08e283b879 100644 --- a/packages/app-next-example-plugin/api-report.md +++ b/packages/app-next-example-plugin/api-report.md @@ -6,13 +6,9 @@ import { BackstagePlugin } from '@backstage/frontend-plugin-api'; import { default as React_2 } from 'react'; -// Warning: (ae-missing-release-tag) "examplePlugin" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) -// // @public (undocumented) export const examplePlugin: BackstagePlugin; -// Warning: (ae-missing-release-tag) "ExampleSidebarItem" is part of the package's API, but it is missing a release tag (@alpha, @beta, @public, or @internal) -// // @public (undocumented) export const ExampleSidebarItem: () => React_2.JSX.Element;