From 5a8a01cf829a06a9804b109df59491075622206f Mon Sep 17 00:00:00 2001 From: Benjamin Janssens Date: Tue, 14 May 2024 11:40:14 +0200 Subject: [PATCH] feat: improve changesets Co-authored-by: Vincenzo Scamporlino Signed-off-by: Benjamin Janssens --- .changeset/gentle-baboons-peel.md | 4 ++-- .changeset/tiny-pandas-return.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.changeset/gentle-baboons-peel.md b/.changeset/gentle-baboons-peel.md index d63396860b..b51ad77283 100644 --- a/.changeset/gentle-baboons-peel.md +++ b/.changeset/gentle-baboons-peel.md @@ -1,5 +1,5 @@ --- -'@backstage/plugin-techdocs': minor +'@backstage/plugin-techdocs': patch --- -Added property ownerPickerMode to TechDocsIndexPage +`TechDocsIndexPage` now accepts an optional `ownerPickerMode` for toggling the behavior of the `EntityOwnerPicker`, exposing a new mode `` particularly suitable for larger catalogs. In this new mode, `EntityOwnerPicker` will display all the users and groups present in the catalog. diff --git a/.changeset/tiny-pandas-return.md b/.changeset/tiny-pandas-return.md index d584accccf..cc9210a368 100644 --- a/.changeset/tiny-pandas-return.md +++ b/.changeset/tiny-pandas-return.md @@ -2,4 +2,4 @@ '@backstage/plugin-api-docs': patch --- -Added property ownerPickerMode to DefaultApiExplorerPage +`DefaultApiExplorerPage` now accepts an optional `ownerPickerMode` for toggling the behavior of the `EntityOwnerPicker`, exposing a new mode `` particularly suitable for larger catalogs. In this new mode, `EntityOwnerPicker` will display all the users and groups present in the catalog.