From b5f808346fd6280329e721d3569abb8d36e99345 Mon Sep 17 00:00:00 2001 From: Devin Logan Date: Wed, 23 Jul 2025 18:03:26 -0400 Subject: [PATCH 1/2] add snippet for fern.config.json version and apply to relevant docs --- fern/products/docs/pages/customization/project-structure.mdx | 2 +- fern/products/docs/pages/getting-started/project-structure.mdx | 2 +- fern/products/sdks/fern-folder.mdx | 2 +- fern/products/sdks/snippets/fern-config-json-version.mdx | 1 + 4 files changed, 4 insertions(+), 3 deletions(-) create mode 100644 fern/products/sdks/snippets/fern-config-json-version.mdx diff --git a/fern/products/docs/pages/customization/project-structure.mdx b/fern/products/docs/pages/customization/project-structure.mdx index 111ffcac0..b7241618b 100644 --- a/fern/products/docs/pages/customization/project-structure.mdx +++ b/fern/products/docs/pages/customization/project-structure.mdx @@ -160,7 +160,7 @@ The `fern.config.json` file specifies your organization name and the version of ```json { "organization": "my-organization", - "version": "0.55.1" + "version": "" } ``` diff --git a/fern/products/docs/pages/getting-started/project-structure.mdx b/fern/products/docs/pages/getting-started/project-structure.mdx index 8c2c4a7f4..8fb3394ef 100644 --- a/fern/products/docs/pages/getting-started/project-structure.mdx +++ b/fern/products/docs/pages/getting-started/project-structure.mdx @@ -160,7 +160,7 @@ The `fern.config.json` file specifies your organization name and the version of ```json { "organization": "my-organization", - "version": "0.55.1" + "version": "" } ``` \ No newline at end of file diff --git a/fern/products/sdks/fern-folder.mdx b/fern/products/sdks/fern-folder.mdx index 78ed7ec40..6b4ef119b 100644 --- a/fern/products/sdks/fern-folder.mdx +++ b/fern/products/sdks/fern-folder.mdx @@ -46,7 +46,7 @@ using. ```json { "organization": "imdb", - "version": "0.31.2" + "version": "" } ``` diff --git a/fern/products/sdks/snippets/fern-config-json-version.mdx b/fern/products/sdks/snippets/fern-config-json-version.mdx new file mode 100644 index 000000000..cf572791a --- /dev/null +++ b/fern/products/sdks/snippets/fern-config-json-version.mdx @@ -0,0 +1 @@ +0.65.27 \ No newline at end of file From 86cb740401ff6d1da634e80b94ab3af4d2b78247 Mon Sep 17 00:00:00 2001 From: Devin Logan Date: Wed, 23 Jul 2025 18:05:43 -0400 Subject: [PATCH 2/2] edit --- .../pages/introduction/what-is-the-fern-folder.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/products/api-definition/pages/introduction/what-is-the-fern-folder.mdx b/fern/products/api-definition/pages/introduction/what-is-the-fern-folder.mdx index ff50b77dc..6f4930543 100644 --- a/fern/products/api-definition/pages/introduction/what-is-the-fern-folder.mdx +++ b/fern/products/api-definition/pages/introduction/what-is-the-fern-folder.mdx @@ -35,7 +35,7 @@ the version of the Fern CLI that you are using. ```json { "organization": "imdb", - "version": "0.31.2" + "version": "" } ```