Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions fern/products/cli-api-reference/cli-changelog/2026-07-17.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## 5.75.1
**`(fix):`** Fix `fern docs theme upload` failing with a 422 "Content has not been uploaded" error
when binding theme assets. The content-existence check now uses the org-scoped registry
content path so uploaded content is stored under the same org as the subsequent file bind.


**`(fix):`** Fix `fern docs theme upload` always targeting the production registry regardless of the
CLI build environment. It now falls back to `DEFAULT_FDR_ORIGIN` (the origin configured for
the CLI build, e.g. dev) like other CLI services, so a dev-CLI login token is no longer sent
to the production registry (which returned 403 "Failed to resolve organizations").


Loading