Version Packages

This commit is contained in:
github-actions[bot]
2024-03-19 14:56:10 +00:00
parent 0908022cbc
commit e83e055841
800 changed files with 9824 additions and 2888 deletions
+19
View File
@@ -1,5 +1,24 @@
# @backstage/plugin-api-docs
## 0.11.1
### Patch Changes
- c60dc3b: added an optional ESLint rule - no-top-level-material-ui-4-imports - in api-docs plugin which has an auto fix function to migrate the imports and used it to migrate the material-ui imports for plugins/api-docs
- 7854120: Use the `AppIcon` component in the navigation item extension.
- 2be27b9: Updated dependency `graphiql` to `3.1.1`.
- efba3d2: Updated dependency `@asyncapi/react-component` to `1.3.1`.
- Updated dependencies
- @backstage/core-components@0.14.1
- @backstage/plugin-catalog@1.18.0
- @backstage/plugin-catalog-react@1.11.0
- @backstage/catalog-model@1.4.5
- @backstage/core-compat-api@0.2.1
- @backstage/core-plugin-api@1.9.1
- @backstage/frontend-plugin-api@0.6.1
- @backstage/plugin-catalog-common@1.0.22
- @backstage/plugin-permission-react@0.4.21
## 0.11.1-next.2
### Patch Changes