Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-10-10 11:39:03 +00:00
parent 37d7585336
commit e43d3eb1b7
469 changed files with 6703 additions and 254 deletions
+15
View File
@@ -1,5 +1,20 @@
# @techdocs/cli
## 1.6.0-next.2
### Minor Changes
- 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-next.2
- @backstage/plugin-techdocs-node@1.9.0-next.2
- @backstage/catalog-model@1.4.3-next.0
- @backstage/cli-common@0.1.13-next.0
- @backstage/config@1.1.1-next.0
## 1.5.2-next.1
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@techdocs/cli",
"description": "Utility CLI for managing TechDocs sites in Backstage.",
"version": "1.5.2-next.1",
"version": "1.6.0-next.2",
"publishConfig": {
"access": "public"
},