Version Packages (next)

This commit is contained in:
github-actions[bot]
2024-03-12 13:35:55 +00:00
parent 4b781cbfc4
commit 778bc48921
472 changed files with 6533 additions and 235 deletions
+22
View File
@@ -1,5 +1,27 @@
# @backstage/plugin-techdocs-backend
## 1.10.0-next.2
### Minor Changes
- 718b734: Create extension point `TechdocsGeneratorExtensionPoint` to allow adding a custom generator
### Patch Changes
- 3f14e9f: Migrate plugin to use the new auth services.
- Updated dependencies
- @backstage/integration@1.9.1-next.2
- @backstage/plugin-techdocs-node@1.12.0-next.2
- @backstage/catalog-client@1.6.1-next.1
- @backstage/backend-common@0.21.4-next.2
- @backstage/plugin-search-backend-module-techdocs@0.1.18-next.2
- @backstage/backend-plugin-api@0.6.14-next.2
- @backstage/catalog-model@1.4.5-next.0
- @backstage/config@1.2.0-next.1
- @backstage/errors@1.2.4-next.0
- @backstage/plugin-catalog-common@1.0.22-next.1
- @backstage/plugin-permission-common@0.7.13-next.1
## 1.9.7-next.1
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-backend",
"version": "1.9.7-next.1",
"version": "1.10.0-next.2",
"description": "The Backstage backend plugin that renders technical documentation for your components",
"backstage": {
"role": "backend-plugin"