@mui/codemod 5.8.0 → 5.8.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/codemod.js +0 -0
  3. package/package.json +1 -1
package/README.md CHANGED
@@ -697,7 +697,7 @@ Apply `underline="hover"` to `<Link />` that does not define `underline` prop (t
697
697
  ```
698
698
 
699
699
  ```sh
700
- npx @mui/codemod v5.0.0/icon-button-size <path>
700
+ npx @mui/codemod v5.0.0/link-underline-hover <path>
701
701
  ```
702
702
 
703
703
  You can find more details about this breaking change in [the migration guide](https://mui.com/material-ui/guides/migration-v4/#link).
package/codemod.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/codemod",
3
- "version": "5.8.0",
3
+ "version": "5.8.1",
4
4
  "bin": "./codemod.js",
5
5
  "private": false,
6
6
  "author": "MUI Team",