Version Packages

This commit is contained in:
github-actions[bot]
2023-10-17 08:54:50 +00:00
parent 4f98aefb12
commit 8cdb8c2e40
660 changed files with 7546 additions and 2202 deletions
+24
View File
@@ -1,5 +1,29 @@
# @backstage/plugin-techdocs-node
## 1.9.0
### Minor Changes
- 344cfbcfbc: Allow prepared directory clean up for custom preparers
When using custom preparer for TechDocs, the `preparedDir` might
end up taking disk space. This requires all custom preparers to
implement a new method `shouldCleanPreparedDirectory` which indicates
whether the prepared directory should be cleaned after generation.
- d06b30b050: Add possibility to use a mkdocs config file with a different name than `mkdocs.<yaml|yml> with the serve command using the `--mkdocs-config-file-name` argument
### Patch Changes
- Updated dependencies
- @backstage/backend-common@0.19.8
- @backstage/integration@1.7.1
- @backstage/catalog-model@1.4.3
- @backstage/errors@1.2.3
- @backstage/config@1.1.1
- @backstage/integration-aws-node@0.1.7
- @backstage/plugin-search-common@1.2.7
## 1.9.0-next.2
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@backstage/plugin-techdocs-node",
"description": "Common node.js functionalities for TechDocs, to be shared between techdocs-backend plugin and techdocs-cli",
"version": "1.9.0-next.2",
"version": "1.9.0",
"main": "src/index.ts",
"types": "src/index.ts",
"publishConfig": {