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-node
## 1.15.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
- 6ce8462: Fixed bug causing `--legacyCopyReadmeMdToIndexMd` option to fail if docs directory is not present
- Updated dependencies
- @backstage/integration@2.0.2-next.1
## 1.14.6-next.0
### Patch Changes
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@backstage/plugin-techdocs-node",
"version": "1.14.6-next.0",
"version": "1.15.0-next.1",
"description": "Common node.js functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
"backstage": {
"role": "node-library",