Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: v0.7 migration guide #1144

Merged
merged 1 commit into from
Nov 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.
Expand Down