Version Packages (next)

This commit is contained in:
github-actions[bot]
2023-01-10 14:18:51 +00:00
parent 73ab535b2d
commit 9521f1274d
329 changed files with 4785 additions and 165 deletions
+16
View File
@@ -1,5 +1,21 @@
# @techdocs/cli
## 1.3.0-next.2
### Minor Changes
- bc18c902a2: Add `--preview-app-bundle-path` and `--preview-app-port` options to the `serve` command enabling previewing with apps other than the provided one
### Patch Changes
- 9f2b786fc9: Provide context for logged errors.
- Updated dependencies
- @backstage/backend-common@0.18.0-next.1
- @backstage/plugin-techdocs-node@1.4.4-next.2
- @backstage/catalog-model@1.1.5-next.1
- @backstage/cli-common@0.1.11
- @backstage/config@1.0.6-next.0
## 1.2.5-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.2.5-next.1",
"version": "1.3.0-next.2",
"publishConfig": {
"access": "public"
},