Version Packages

This commit is contained in:
github-actions[bot]
2023-02-14 13:41:52 +00:00
parent c5c4c91755
commit 25b57cc07f
561 changed files with 5946 additions and 1898 deletions
+22
View File
@@ -1,5 +1,27 @@
# @techdocs/cli
## 1.3.2
### Patch Changes
- dd1e37649f: Deprecated getMkDocsYml in favor of getMkdocsYml (lowercase 'd')
- dcacf94912: Fix proxying to mkdocs
The domain localhost may point to both 127.0.0.1 and ::1, ipv4 and ipv6
and when node tries to lookup localhost it might prefer ipv6 while mkdocs
is only listening on ipv4. This tells node-proxy to target the ipv4 address
instead of relying on localhost hostname lookup.
- 339d9a5b5c: Added support for using a default `mkdocs.yml` configuration file when none is provided
- 6e0b6a0d50: Fixed publish command missing awsBucketRootPath option.
Fixed publish command having the gcsBucketRootPath option misconfigured, previously returning a boolean vs a string.
- Updated dependencies
- @backstage/backend-common@0.18.2
- @backstage/plugin-techdocs-node@1.5.0
- @backstage/catalog-model@1.2.0
- @backstage/cli-common@0.1.11
- @backstage/config@1.0.6
## 1.3.2-next.2
### Patch Changes