From c13e169fc472450964241290086fc38ec95c0bd6 Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Mon, 11 May 2026 20:40:14 +0000 Subject: [PATCH] update changelogs --- fern/products/cli-api-reference/cli-changelog/2026-05-11.mdx | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 fern/products/cli-api-reference/cli-changelog/2026-05-11.mdx diff --git a/fern/products/cli-api-reference/cli-changelog/2026-05-11.mdx b/fern/products/cli-api-reference/cli-changelog/2026-05-11.mdx new file mode 100644 index 000000000..ea5bfa693 --- /dev/null +++ b/fern/products/cli-api-reference/cli-changelog/2026-05-11.mdx @@ -0,0 +1,5 @@ +## 5.22.1 +**`(fix):`** Fix `fern docs dev` failing with pnpm 11 due to esbuild build scripts being blocked by default. +Writes `onlyBuiltDependencies` config to the bundle folder before installing esbuild. + +