@mui/x-codemod 7.0.0-alpha.9 → 7.0.0-beta.0

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 (2) hide show
  1. package/README.md +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,12 +1,12 @@
1
1
  # @mui/x-codemod
2
2
 
3
- > Codemod scripts for MUI X
3
+ > Codemod scripts for MUI X
4
4
 
5
5
  [![npm version](https://img.shields.io/npm/v/@mui/x-codemod.svg?style=flat-square)](https://www.npmjs.com/package/@mui/x-codemod)
6
6
  [![npm downloads](https://img.shields.io/npm/dm/@mui/x-codemod.svg?style=flat-square)](https://www.npmjs.com/package/@mui/x-codemod)
7
7
 
8
8
  This repository contains a collection of codemod scripts based for use with
9
- [jscodeshift](https://github.com/facebook/jscodeshift) that help update MUI X APIs.
9
+ [jscodeshift](https://github.com/facebook/jscodeshift) that help update MUI X APIs.
10
10
 
11
11
  ## Setup & run
12
12
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mui/x-codemod",
3
- "version": "7.0.0-alpha.9",
3
+ "version": "7.0.0-beta.0",
4
4
  "bin": "./codemod.js",
5
5
  "private": false,
6
6
  "author": "MUI Team",