From 1ec172a084a3b70f8f5de4d7810c91f1ae7f0672 Mon Sep 17 00:00:00 2001 From: Kiran Patel Date: Wed, 10 Feb 2021 11:19:26 +1100 Subject: [PATCH] modify version change from minor to patch for core, catalog and api-explore plugins --- .changeset/small-bikes-enjoy.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.changeset/small-bikes-enjoy.md b/.changeset/small-bikes-enjoy.md index f6e4dd4d9b..ffab05ec7b 100644 --- a/.changeset/small-bikes-enjoy.md +++ b/.changeset/small-bikes-enjoy.md @@ -1,7 +1,7 @@ --- -'@backstage/core': minor -'@backstage/plugin-api-docs': minor -'@backstage/plugin-catalog': minor +'@backstage/core': patch +'@backstage/plugin-api-docs': patch +'@backstage/plugin-catalog': patch --- Introduced generic OverflowTooltip component for cases where longer text needs to be truncated with ellipsis and show hover tooltip with full text. This is particularly useful in the cases where longer description text is rendered in table. e.g. CatalogTable and ApiExplorerTable.