Version Packages

This commit is contained in:
github-actions[bot]
2024-06-18 12:37:38 +00:00
parent a0013c33e3
commit 18a40424cb
519 changed files with 9008 additions and 2096 deletions
+19
View File
@@ -1,5 +1,24 @@
# @backstage/plugin-api-docs
## 0.11.6
### Patch Changes
- 7f84039: The `registerComponent` external route will now by default bind to the catalog import page if it is available.
- 9cdc651: Make sure that the toggle button state is properly reflected in API cards
- d44a20a: Added additional plugin metadata to `package.json`.
- 96cd13e: `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.
- Updated dependencies
- @backstage/core-components@0.14.8
- @backstage/core-compat-api@0.2.6
- @backstage/core-plugin-api@1.9.3
- @backstage/plugin-permission-react@0.4.23
- @backstage/plugin-catalog-common@1.0.24
- @backstage/plugin-catalog-react@1.12.1
- @backstage/plugin-catalog@1.21.0
- @backstage/frontend-plugin-api@0.6.6
- @backstage/catalog-model@1.5.0
## 0.11.6-next.2
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-api-docs",
"version": "0.11.6-next.2",
"version": "0.11.6",
"description": "A Backstage plugin that helps represent API entities in the frontend",
"backstage": {
"role": "frontend-plugin",