From 9c40ce6e1a908e9588e2c15da3eed82f78c5b225 Mon Sep 17 00:00:00 2001 From: Simon Farshid Date: Sat, 9 Nov 2024 20:22:01 -0800 Subject: [PATCH] docs: v0.7 migration guide (#1144) --- apps/docs/content/docs/migrations/meta.json | 2 +- apps/docs/content/docs/migrations/{v0-6.mdx => v0-7.mdx} | 6 +----- 2 files changed, 2 insertions(+), 6 deletions(-) rename apps/docs/content/docs/migrations/{v0-6.mdx => v0-7.mdx} (98%) diff --git a/apps/docs/content/docs/migrations/meta.json b/apps/docs/content/docs/migrations/meta.json index 239160163..05f6faf3c 100644 --- a/apps/docs/content/docs/migrations/meta.json +++ b/apps/docs/content/docs/migrations/meta.json @@ -1,4 +1,4 @@ { "title": "Migrations", - "pages": ["deprecation-policy", "v0-6"] + "pages": ["deprecation-policy", "v0-7"] } diff --git a/apps/docs/content/docs/migrations/v0-6.mdx b/apps/docs/content/docs/migrations/v0-7.mdx similarity index 98% rename from apps/docs/content/docs/migrations/v0-6.mdx rename to apps/docs/content/docs/migrations/v0-7.mdx index 5bcd1ecc7..a3ae83732 100644 --- a/apps/docs/content/docs/migrations/v0-6.mdx +++ b/apps/docs/content/docs/migrations/v0-7.mdx @@ -1,13 +1,9 @@ --- -title: Migration to v0.6 +title: Migration to v0.7 --- import { Callout } from "fumadocs-ui/components/callout"; - - This migration guide is for the upcoming v0.6 release. - - This guide serves as a reference for users facing breaking changes during upgrade to v0.6. You do not need to read this guide to upgrade to v0.6. All breaking changes in v0.6 are renames or removals of existing APIs. Therefore, all breaking changes should cause a Typescript error, so you can simply check for errors after upgrading.