From bf20ec155d47685384d3084894c07221813b4d9e Mon Sep 17 00:00:00 2001 From: thesandlord <8902396+thesandlord@users.noreply.github.com> Date: Fri, 11 Sep 2026 16:03:02 +0000 Subject: [PATCH] update changelogs --- .../products/cli-api-reference/cli-changelog/2026-09-11.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/fern/products/cli-api-reference/cli-changelog/2026-09-11.mdx b/fern/products/cli-api-reference/cli-changelog/2026-09-11.mdx index 7a7564ffb..1ac869b01 100644 --- a/fern/products/cli-api-reference/cli-changelog/2026-09-11.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2026-09-11.mdx @@ -1,3 +1,9 @@ +## 5.120.5 +**`(fix):`** Fix `theme.tabs.placement` / `theme.tabs.alignment` being sent to the docs publishing API in lowercase, +which caused `fern generate --docs` to fail with `config.theme.tabs: Invalid input` even though +`fern check` passed. + + ## 5.120.4 **`(fix):`** Honor `required` on OpenAPI response headers: header value types are only wrapped in `optional` when the Header Object does not declare `required: true`, matching the