Skip to content

Commit

Permalink
docs: v0.7 migration guide (#1144)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yonom authored Nov 10, 2024
1 parent f0c57fd commit 9c40ce6
Showing 2 changed files with 2 additions and 6 deletions.
2 changes: 1 addition & 1 deletion apps/docs/content/docs/migrations/meta.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"title": "Migrations",
"pages": ["deprecation-policy", "v0-6"]
"pages": ["deprecation-policy", "v0-7"]
}
Original file line number Diff line number Diff line change
@@ -1,13 +1,9 @@
---
title: Migration to v0.6
title: Migration to v0.7
---

import { Callout } from "fumadocs-ui/components/callout";

<Callout type="info">
This migration guide is for the upcoming v0.6 release.
</Callout>

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.

0 comments on commit 9c40ce6

Please sign in to comment.