docs: add tag public on readme card and update api-reports

Signed-off-by: Alisson Fabiano <afabiano@eshopworld.com>
This commit is contained in:
Alisson Fabiano
2022-08-19 13:59:43 +01:00
parent d24c536409
commit 988e023fd2
2 changed files with 1 additions and 2 deletions
-2
View File
@@ -235,8 +235,6 @@ export const EntityAzurePullRequestsContent: (props: {
defaultLimit?: number | undefined;
}) => JSX.Element;
// Warning: (ae-missing-release-tag) "EntityAzureReadmeCard" is exported by the package, but it is missing a release tag (@alpha, @beta, @public, or @internal)
//
// @public (undocumented)
export const EntityAzureReadmeCard: (props: {
maxHeight?: number | undefined;
+1
View File
@@ -109,6 +109,7 @@ export const EntityAzurePullRequestsContent = azureDevOpsPlugin.provide(
}),
);
/** @public */
export const EntityAzureReadmeCard = azureDevOpsPlugin.provide(
createComponentExtension({
name: 'EntityAzureReadmeCard',