From a6ba74f5ddf4124d010148161a036b4e4784c242 Mon Sep 17 00:00:00 2001 From: Flavien DELANGLE Date: Thu, 24 Oct 2024 14:49:01 +0200 Subject: [PATCH] [docs] Use `next` instead of `^8.0.0` in the migration guides (#15091) --- .../migration/migration-pickers-v7/migration-pickers-v7.md | 4 ++-- .../migration-tree-view-v7/migration-tree-view-v7.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/data/migration/migration-pickers-v7/migration-pickers-v7.md b/docs/data/migration/migration-pickers-v7/migration-pickers-v7.md index 1647dae16ac68..c5a7a72d92f34 100644 --- a/docs/data/migration/migration-pickers-v7/migration-pickers-v7.md +++ b/docs/data/migration/migration-pickers-v7/migration-pickers-v7.md @@ -12,11 +12,11 @@ This is a reference guide for upgrading `@mui/x-date-pickers` from v7 to v8. ## Start using the new release -In `package.json`, change the version of the date pickers package to `^8.0.0`. +In `package.json`, change the version of the date pickers package to `next`. ```diff -"@mui/x-date-pickers": "7.x.x", -+"@mui/x-date-pickers": "^8.0.0", ++"@mui/x-date-pickers": "next", ``` Since `v8` is a major release, it contains changes that affect the public API. diff --git a/docs/data/migration/migration-tree-view-v7/migration-tree-view-v7.md b/docs/data/migration/migration-tree-view-v7/migration-tree-view-v7.md index 1e6a7f293ad2d..d632274109026 100644 --- a/docs/data/migration/migration-tree-view-v7/migration-tree-view-v7.md +++ b/docs/data/migration/migration-tree-view-v7/migration-tree-view-v7.md @@ -12,11 +12,11 @@ This is a reference guide for upgrading `@mui/x-tree-view` from v7 to v8. ## Start using the new release -In `package.json`, change the version of the Tree View package to `^8.0.0`. +In `package.json`, change the version of the Tree View package to `next`. ```diff -"@mui/x-tree-view": "7.x.x", -+"@mui/x-tree-view": "^8.0.0", ++"@mui/x-tree-view": "next", ``` Since `v8` is a major release, it contains changes that affect the public API.