modify version change from minor to patch for core, catalog and api-explore plugins

This commit is contained in:
Kiran Patel
2021-02-10 11:19:26 +11:00
parent c380f32c35
commit 1ec172a084
+3 -3
View File
@@ -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.