Version Packages

This commit is contained in:
github-actions[bot]
2024-02-20 11:04:26 +00:00
parent e944c0d361
commit f1831dd9b2
771 changed files with 9304 additions and 2982 deletions
+25
View File
@@ -1,5 +1,30 @@
# @backstage/plugin-api-docs
## 0.11.0
### Minor Changes
- 172a717: Migrate the `api-docs` to the new frontend system. It is experimental and available via alpha subpath.
### Patch Changes
- 874e8cf: Updated README to list AsyncApi v3 as supported
- 9aac2b0: Use `--cwd` as the first `yarn` argument
- 170c023: Adding `supportedSubmitMethods` prop to `api-docs` to pass to the Swagger UI. This allows users to specify which HTTP methods they wish to allow end-users to make requests through the `Try It Out` button on the Swagger UI.
- 8fe56a8: Widen `@types/react` dependency range to include version 18.
- c03f977: Updated dependency `graphiql` to `3.1.0`.
- 49b3b5e: Updated dependency `@asyncapi/react-component` to `1.2.13`.
- Updated dependencies
- @backstage/frontend-plugin-api@0.6.0
- @backstage/core-compat-api@0.2.0
- @backstage/plugin-catalog-react@1.10.0
- @backstage/plugin-catalog@1.17.0
- @backstage/core-components@0.14.0
- @backstage/catalog-model@1.4.4
- @backstage/core-plugin-api@1.9.0
- @backstage/plugin-permission-react@0.4.20
- @backstage/plugin-catalog-common@1.0.21
## 0.11.0-next.3
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-api-docs",
"description": "A Backstage plugin that helps represent API entities in the frontend",
"version": "0.11.0-next.3",
"version": "0.11.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",