From 819bb5ba24391e6d7ed82f76d5110fc7be3fac80 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Thu, 17 Feb 2022 13:37:27 +0100 Subject: [PATCH] update changeset Signed-off-by: Johan Haals --- .changeset/large-baboons-wash.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.changeset/large-baboons-wash.md b/.changeset/large-baboons-wash.md index ce17e4554d..9c1ff24e2f 100644 --- a/.changeset/large-baboons-wash.md +++ b/.changeset/large-baboons-wash.md @@ -1,5 +1,7 @@ --- -'@backstage/plugin-catalog-react': patch +'@backstage/plugin-catalog-react': minor --- -Improved API documentation +Improved API documentation. + +**Breaking change**: The individual table column factories (e.g. `createEntityRefColumn`) are now no longer available directly, but only through `EntityTable.columns`.