Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-08-09 09:56:01 +00:00
parent 5e20cf9a63
commit 8a564ab585
171 changed files with 2037 additions and 435 deletions
+6
View File
@@ -1,5 +1,11 @@
# @techdocs/cli
## 1.2.0-next.2
### Minor Changes
- 855952db53: Added CLI option `--docker-option` to allow passing additional options to the `docker run` command executed my `serve` and `serve:mkdocs`.
## 1.1.4-next.1
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@techdocs/cli",
"description": "Utility CLI for managing TechDocs sites in Backstage.",
"version": "1.1.4-next.1",
"version": "1.2.0-next.2",
"private": false,
"publishConfig": {
"access": "public"
@@ -37,7 +37,7 @@
"techdocs-cli": "bin/techdocs-cli"
},
"devDependencies": {
"@backstage/cli": "^0.18.1-next.0",
"@backstage/cli": "^0.18.1-next.1",
"@types/commander": "^2.12.2",
"@types/fs-extra": "^9.0.6",
"@types/http-proxy": "^1.17.4",