From c9a9f3c834f56efdebd3f0038ff8ebed1a775fd3 Mon Sep 17 00:00:00 2001 From: Blake Stoddard Date: Mon, 27 Feb 2023 10:19:20 -0500 Subject: [PATCH] Split + update the changeset descriptions Signed-off-by: Blake Stoddard --- .changeset/warm-vans-fail.md | 5 +++++ .changeset/wild-ads-pull.md | 3 +-- 2 files changed, 6 insertions(+), 2 deletions(-) create mode 100644 .changeset/warm-vans-fail.md diff --git a/.changeset/warm-vans-fail.md b/.changeset/warm-vans-fail.md new file mode 100644 index 0000000000..6cbd3a4e8f --- /dev/null +++ b/.changeset/warm-vans-fail.md @@ -0,0 +1,5 @@ +--- +'@backstage/plugin-catalog': minor +--- + +Add a `columns` prop to certain components that use the `EntityTable` for easier extensibility. diff --git a/.changeset/wild-ads-pull.md b/.changeset/wild-ads-pull.md index 1fee3e52d8..5a40787358 100644 --- a/.changeset/wild-ads-pull.md +++ b/.changeset/wild-ads-pull.md @@ -1,6 +1,5 @@ --- '@backstage/plugin-api-docs': patch -'@backstage/plugin-catalog': patch --- -Add a columns prop to certain components that use the EntityTable for easier extensibility. +Add a `columns` prop to certain components that use the `EntityTable` for easier extensibility.