Version Packages

This commit is contained in:
github-actions[bot]
2021-06-24 09:58:38 +00:00
parent 8f40136c17
commit 5a64fe7ea5
162 changed files with 1196 additions and 765 deletions
+16
View File
@@ -1,5 +1,21 @@
# @backstage/plugin-api-docs
## 0.6.0
### Minor Changes
- d719926d2: **BREAKING CHANGE** Remove deprecated route registrations, meaning that it is no longer enough to only import the plugin in the app and the exported page extension must be used instead.
### Patch Changes
- 48c9fcd33: Migrated to use the new `@backstage/core-*` packages rather than `@backstage/core`.
- 7bd46b19d: Move `EntityTypePicker` to be consistent with `CatalogPage` and remove `api:` prefix from entity names
- Updated dependencies
- @backstage/plugin-catalog@0.6.4
- @backstage/core-plugin-api@0.1.3
- @backstage/catalog-model@0.8.4
- @backstage/plugin-catalog-react@0.2.4
## 0.5.0
### Minor Changes