Version Packages (next)

This commit is contained in:
github-actions[bot]
2022-02-01 08:53:29 +00:00
parent d3c107da13
commit e1580cf73a
197 changed files with 1380 additions and 477 deletions
+6
View File
@@ -1,5 +1,11 @@
# @techdocs/cli
## 0.8.12-next.0
### Patch Changes
- 14472509a3: Use a local file dependency for embedded-techdocs-app, to ensure that it's always pulled out of the workspace
## 0.8.11
### Patch Changes
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "@techdocs/cli",
"description": "Utility CLI for managing TechDocs sites in Backstage.",
"version": "0.8.11",
"version": "0.8.12-next.0",
"private": false,
"publishConfig": {
"access": "public"
@@ -32,7 +32,7 @@
"techdocs-cli": "bin/techdocs-cli"
},
"devDependencies": {
"@backstage/cli": "^0.13.0",
"@backstage/cli": "^0.13.1-next.0",
"@types/commander": "^2.12.2",
"@types/fs-extra": "^9.0.6",
"@types/http-proxy": "^1.17.4",