From f09c49aef1b64be86fc2201fb17d0c9776a11a3c Mon Sep 17 00:00:00 2001 From: dsinghvi <10870189+dsinghvi@users.noreply.github.com> Date: Thu, 30 Oct 2025 04:06:35 +0000 Subject: [PATCH] update changelogs --- .../cli-api-reference/cli-changelog/2025-10-29.mdx | 8 ++++++++ .../cli-api-reference/cli-changelog/2025-10-30.mdx | 4 ---- 2 files changed, 8 insertions(+), 4 deletions(-) delete mode 100644 fern/products/cli-api-reference/cli-changelog/2025-10-30.mdx diff --git a/fern/products/cli-api-reference/cli-changelog/2025-10-29.mdx b/fern/products/cli-api-reference/cli-changelog/2025-10-29.mdx index fb0623a6c..9084b6ec1 100644 --- a/fern/products/cli-api-reference/cli-changelog/2025-10-29.mdx +++ b/fern/products/cli-api-reference/cli-changelog/2025-10-29.mdx @@ -1,3 +1,11 @@ +## 0.100.1 +**`(fix):`** Fix OpenAPI auth scheme hard-coded names. + + +## 0.100.0 +**`(feat):`** Add support for explicit default tab variants in tabbed navigation. You can now specify which tab variant should be the default using the `default: true` property instead of relying on the first tab being default. + + ## 0.99.4 **`(feat):`** Adds support for availability defined in API reference sections and packages. diff --git a/fern/products/cli-api-reference/cli-changelog/2025-10-30.mdx b/fern/products/cli-api-reference/cli-changelog/2025-10-30.mdx deleted file mode 100644 index 5176ad305..000000000 --- a/fern/products/cli-api-reference/cli-changelog/2025-10-30.mdx +++ /dev/null @@ -1,4 +0,0 @@ -## 0.100.0 -**`(feat):`** Add support for explicit default tab variants in tabbed navigation. You can now specify which tab variant should be the default using the `default: true` property instead of relying on the first tab being default. - -