Skip to content

Commit

Permalink
[docs] Use next instead of ^8.0.0 in the migration guides (#15091)
Browse files Browse the repository at this point in the history
  • Loading branch information
flaviendelangle authored Oct 24, 2024
1 parent 103c59c commit a6ba74f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a6ba74f

Please sign in to comment.