Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-09-26 13:20:00 +00:00
parent 388c62b03a
commit bea3617712
428 changed files with 6269 additions and 271 deletions
+14
View File
@@ -1,5 +1,19 @@
# @backstage/plugin-api-docs
## 0.9.12-next.0
### Patch Changes
- 0117a6b47e: Adding `requestInterceptor` option to `api-docs` and pass it to SwaggerUI. This will enable to configure a proxy or headers to be sent to all the request made through the `Try it out` button on SwaggerUI.
- 18f1756908: added aria-label on api definition button for better a11y.
- Updated dependencies
- @backstage/plugin-catalog-react@1.8.5-next.0
- @backstage/core-plugin-api@1.7.0-next.0
- @backstage/plugin-catalog@1.14.0-next.0
- @backstage/core-components@0.13.6-next.0
- @backstage/catalog-model@1.4.2
- @backstage/theme@0.4.2
## 0.9.11
### 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.9.11",
"version": "0.9.12-next.0",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",