feat: improve changesets

Co-authored-by: Vincenzo Scamporlino <vincenzos@spotify.com>
Signed-off-by: Benjamin Janssens <benji.janssens@gmail.com>
This commit is contained in:
Benjamin Janssens
2024-05-14 11:40:14 +02:00
committed by GitHub
parent 96cd13eca2
commit 5a8a01cf82
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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 `<TechDocsIndexPage ownerPickerMode="all" />` particularly suitable for larger catalogs. In this new mode, `EntityOwnerPicker` will display all the users and groups present in the catalog.
+1 -1
View File
@@ -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 `<DefaultApiExplorerPage ownerPickerMode="all" />` particularly suitable for larger catalogs. In this new mode, `EntityOwnerPicker` will display all the users and groups present in the catalog.