Version Packages

This commit is contained in:
github-actions[bot]
2021-07-22 10:52:38 +00:00
parent c9edb08290
commit f51fcaeba2
110 changed files with 733 additions and 546 deletions
+10
View File
@@ -1,5 +1,15 @@
# @backstage/plugin-api-docs
## 0.6.3
### Patch Changes
- 45b5fc3a8: Updated the layout of catalog and API index pages to handle smaller screen sizes. This adds responsive wrappers to the entity tables, and switches filters to a drawer when width-constrained. If you have created a custom catalog or API index page, you will need to update the page structure to match the updated [catalog customization](https://backstage.io/docs/features/software-catalog/catalog-customization) documentation.
- Updated dependencies
- @backstage/core-components@0.1.6
- @backstage/plugin-catalog@0.6.8
- @backstage/plugin-catalog-react@0.3.1
## 0.6.2
### Patch Changes