From 2cd623fa7ff2a5149cd8d62abd078fac15c27a78 Mon Sep 17 00:00:00 2001 From: Alex Rybchenko Date: Tue, 8 Mar 2022 10:24:07 +0100 Subject: [PATCH] updated api report Signed-off-by: Alex Rybchenko --- plugins/gcalendar/api-report.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/plugins/gcalendar/api-report.md b/plugins/gcalendar/api-report.md index 955e8fe8e8..276c144400 100644 --- a/plugins/gcalendar/api-report.md +++ b/plugins/gcalendar/api-report.md @@ -12,11 +12,6 @@ import { FetchApi } from '@backstage/core-plugin-api'; import { OAuthApi } from '@backstage/core-plugin-api'; import { RouteRef } from '@backstage/core-plugin-api'; -// Warning: (ae-missing-release-tag) "CalendarCard" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) -// -// @public (undocumented) -export const CalendarCard: () => JSX.Element; - // Warning: (ae-missing-release-tag) "EventAttendee" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) // // @public (undocumented) @@ -70,6 +65,11 @@ export const gcalendarPlugin: BackstagePlugin< {} >; +// Warning: (ae-missing-release-tag) "HomePageCalendar" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) +// +// @public (undocumented) +export const HomePageCalendar: () => JSX.Element; + // Warning: (ae-missing-release-tag) "ResponseStatus" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal) // // @public (undocumented)