Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-01-23 13:57:50 +00:00
parent b5f81613b1
commit 185d5ea0b0
416 changed files with 6324 additions and 220 deletions
+16
View File
@@ -1,5 +1,21 @@
# @backstage/plugin-api-docs
## 0.10.4-next.0
### Patch Changes
- 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.
- c03f977: Updated dependency `graphiql` to `3.1.0`.
- 49b3b5e: Updated dependency `@asyncapi/react-component` to `1.2.13`.
- Updated dependencies
- @backstage/plugin-catalog-react@1.9.4-next.0
- @backstage/plugin-catalog@1.17.0-next.0
- @backstage/core-components@0.13.10
- @backstage/catalog-model@1.4.3
- @backstage/core-plugin-api@1.8.2
- @backstage/plugin-catalog-common@1.0.20
- @backstage/plugin-permission-react@0.4.19
## 0.10.3
### Patch 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.10.3",
"version": "0.10.4-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",