Skip to content

Commit

Permalink
Replace alpha with beta
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoAndai committed Jul 10, 2024
1 parent 63878a5 commit 35ec1bd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
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

0 comments on commit 35ec1bd

Please sign in to comment.