Version Packages

This commit is contained in:
github-actions[bot]
2023-11-14 13:25:17 +00:00
parent 4d99b757aa
commit c8a8aac2af
657 changed files with 7714 additions and 2244 deletions
+15
View File
@@ -1,5 +1,20 @@
# @techdocs/cli
## 1.7.0
### Minor Changes
- 8600b86820: validate Docker status before running mkdocs server
### Patch Changes
- Updated dependencies
- @backstage/plugin-techdocs-node@1.10.0
- @backstage/backend-common@0.19.9
- @backstage/catalog-model@1.4.3
- @backstage/cli-common@0.1.13
- @backstage/config@1.1.1
## 1.6.1-next.2
### Patch Changes
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "@techdocs/cli",
"description": "Utility CLI for managing TechDocs sites in Backstage.",
"version": "1.6.1-next.2",
"version": "1.7.0",
"publishConfig": {
"access": "public"
},