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] Remove mentions of pre release #12513

Merged
merged 1 commit into from
Mar 20, 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.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 0 additions & 5 deletions docs/data/charts/getting-started/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,6 @@ pnpm add @mui/x-charts

</codeblock>

:::info
The `next` tag is used to download the latest, **pre-release**, v7 version.
Remove it to get the current stable version.
:::

The Charts package has a peer dependency on `@mui/material`.
If you are not already using it in your project, you can install it with:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ productId: x-tree-view
This is a reference guide for upgrading `@mui/x-tree-view` from v6 to v7.
To read more about the changes from the new major, check out [the blog post about the release of MUI X v7](https://mui.com/blog/mui-x-v7-beta/).

## Start using the beta release
## Start using the new release

In `package.json`, change the version of the tree view package to `^7.0.0`.

Expand Down