Version Packages (next)

This commit is contained in:
github-actions[bot]
2025-09-23 15:00:29 +00:00
parent a42df75228
commit c73bfa46d4
214 changed files with 3291 additions and 107 deletions
+27
View File
@@ -1,5 +1,32 @@
# @backstage/plugin-api-docs
## 0.13.0-next.0
### Minor Changes
- b8a381e: Remove explicit dependency on `isomorphic-form-data`.
This explicit dependency was added to address [an issue](https://github.com/swagger-api/swagger-ui/issues/7436) in the
dependency `swagger-ui-react`. That [issue has since been resolved](https://github.com/swagger-api/swagger-ui/issues/7436#issuecomment-889792304),
and `isomorphic-form-data` no longer needs to be declared.
Additionally, this changeset updates the `swagger-ui-react` dependency to version `5.19.0` or higher, which includes
[compatibility](https://github.com/swagger-api/swagger-ui?tab=readme-ov-file#compatibility) with the latest versions of
the OpenAPI specification.
### Patch Changes
- Updated dependencies
- @backstage/plugin-catalog-react@1.21.2-next.0
- @backstage/core-components@0.18.2-next.0
- @backstage/core-compat-api@0.5.3-next.0
- @backstage/plugin-catalog@1.31.4-next.0
- @backstage/frontend-plugin-api@0.12.1-next.0
- @backstage/catalog-model@1.7.5
- @backstage/core-plugin-api@1.11.0
- @backstage/plugin-catalog-common@1.1.5
- @backstage/plugin-permission-react@0.4.36
## 0.12.11
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-api-docs",
"version": "0.12.11",
"version": "0.13.0-next.0",
"description": "A Backstage plugin that helps represent API entities in the frontend",
"backstage": {
"role": "frontend-plugin",