Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-11-28 13:37:18 +00:00
parent 9c3bf1643c
commit 356906bab8
456 changed files with 6484 additions and 230 deletions
+15
View File
@@ -1,5 +1,20 @@
# @techdocs/cli
## 1.8.0-next.1
### Minor Changes
- b2dccad7b3: Support passing additional `mkdocs-server` CLI parameters (`--dirtyreload`, `--strict` and `--clean`) when run in containerized mode.
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs-node@1.11.0-next.1
- @backstage/backend-common@0.20.0-next.1
- @backstage/catalog-model@1.4.3
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
## 1.8.0-next.0
### Minor Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@techdocs/cli",
"description": "Utility CLI for managing TechDocs sites in Backstage.",
"version": "1.8.0-next.0",
"version": "1.8.0-next.1",
"publishConfig": {
"access": "public"
},