From 782f90e689d6b96df9ff80c7823d46dc0986b934 Mon Sep 17 00:00:00 2001 From: Nora <72460825+noraleonte@users.noreply.github.com> Date: Wed, 20 Mar 2024 13:38:22 +0200 Subject: [PATCH] [docs] Remove mentions of pre release (#12513) --- docs/data/charts/getting-started/getting-started.md | 5 ----- .../migration-tree-view-v6/migration-tree-view-v6.md | 2 +- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/docs/data/charts/getting-started/getting-started.md b/docs/data/charts/getting-started/getting-started.md index 933206fe3af01..86abdd2fddfc4 100644 --- a/docs/data/charts/getting-started/getting-started.md +++ b/docs/data/charts/getting-started/getting-started.md @@ -30,11 +30,6 @@ pnpm add @mui/x-charts -:::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: diff --git a/docs/data/migration/migration-tree-view-v6/migration-tree-view-v6.md b/docs/data/migration/migration-tree-view-v6/migration-tree-view-v6.md index 55ff88eac6b3a..fc54bb61ae77c 100644 --- a/docs/data/migration/migration-tree-view-v6/migration-tree-view-v6.md +++ b/docs/data/migration/migration-tree-view-v6/migration-tree-view-v6.md @@ -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`.