Version Packages (next)

This commit is contained in:
github-actions[bot]
2026-05-05 14:57:07 +00:00
parent 25909ba27a
commit b0bc1e5cc9
33 changed files with 1845 additions and 17 deletions
+12
View File
@@ -1,5 +1,17 @@
# @backstage/plugin-techdocs-backend
## 2.2.0-next.1
### Minor Changes
- 5ef8d16: Add support for disabling external font downloads via app-config option `techdocs.generator.mkdocs.disableExternalFonts`, useful for air-gapped Backstage instances.
### Patch Changes
- Updated dependencies
- @backstage/integration@2.0.2-next.1
- @backstage/plugin-techdocs-node@1.15.0-next.1
## 2.1.8-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-backend",
"version": "2.1.8-next.0",
"version": "2.2.0-next.1",
"description": "The Backstage backend plugin that renders technical documentation for your components",
"backstage": {
"role": "backend-plugin",