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] Replace v6 "alpha" mentions with "beta" #42895

Merged
merged 1 commit into from
Jul 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
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p class="description">This guide explains how and why to migrate from Material UI v5 to v6.</p>

## Start using the alpha release
## Start using the beta release

In your `package.json` file, change the package version from `latest` to `next`.

Expand All @@ -20,8 +20,8 @@ Optionally, if you are using one of these packages, you can also change their ve
- `@mui/styled-engine-sc`
- `@mui/utils`

Using `next` ensures your project always uses the latest v6 alpha release.
Alternatively, you can also target and fix it to a specific version, for example, `6.0.0-alpha.0`.
Using `next` ensures your project always uses the latest v6 beta release.
Alternatively, you can also target and fix it to a specific version, for example, `6.0.0-beta.0`.

## Why you should migrate

Expand Down
6 changes: 3 additions & 3 deletions docs/data/system/migration/migrating-to-v6/migrating-to-v6.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

<p class="description">This guide explains how and why to migrate from MUI System v5 to v6.</p>

## Start using the alpha release
## Start using the beta release

In the `package.json` file, change the package version from `latest` to `next`.

Expand All @@ -11,8 +11,8 @@ In the `package.json` file, change the package version from `latest` to `next`.
+"@mui/system": "next",
```

Using `next` ensures your project always uses the latest v6 alpha release.
Alternatively, you can also target and fix it to a specific version, for example, `6.0.0-alpha.0`.
Using `next` ensures your project always uses the latest v6 beta release.
Alternatively, you can also target and fix it to a specific version, for example, `6.0.0-beta.0`.

## Breaking changes

Expand Down
Loading