Skip to content

Commit

Permalink
[docs] Remove mentions of pre release (#12513)
Browse files Browse the repository at this point in the history
  • Loading branch information
noraleonte authored Mar 20, 2024
1 parent 66dcf3f commit dd1ef3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
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

0 comments on commit dd1ef3b

Please sign in to comment.