Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-11-07 09:43:56 +00:00
parent 49cfeaaec8
commit 8a9f0ce86b
417 changed files with 4565 additions and 208 deletions
+13
View File
@@ -1,5 +1,18 @@
# @backstage/plugin-api-docs
## 0.10.0-next.2
### Minor Changes
- [#20743](https://github.com/backstage/backstage/pull/20743) [`0ac0e10822`](https://github.com/backstage/backstage/commit/0ac0e10822179a0185c70a5e63cd6d24b85beb3a) Thanks [@taras](https://github.com/taras)! - Replace GraphiQL playground with DocExplorer
### Patch Changes
- Updated dependencies
- @backstage/core-components@0.13.8-next.2
- @backstage/plugin-catalog@1.15.0-next.2
- @backstage/plugin-catalog-react@1.9.0-next.2
## 0.9.13-next.1
### 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.13-next.1",
"version": "0.10.0-next.2",
"main": "src/index.ts",
"types": "src/index.ts",
"license": "Apache-2.0",