Skip to content

Commit

Permalink
v5.5.1 (#3914)
Browse files Browse the repository at this point in the history
Co-authored-by: Matheus Wichman <[email protected]>
Co-authored-by: Danail Hadjiatanasov <[email protected]>
Co-authored-by: Alexandre Fauquette <[email protected]>
  • Loading branch information
4 people authored Feb 10, 2022
1 parent 02213e8 commit 0f38b95
Show file tree
Hide file tree
Showing 11 changed files with 128 additions and 79 deletions.
177 changes: 113 additions & 64 deletions CHANGELOG.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion benchmark/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "benchmark",
"version": "5.5.0",
"version": "5.5.1",
"private": true,
"scripts": {
"browser": "webpack --config browser/webpack.config.js && node browser/scripts/benchmark.js"
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "5.5.0",
"version": "5.5.1",
"private": true,
"author": "MUI Team",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.5.0",
"version": "5.5.1",
"npmClient": "yarn",
"useWorkspaces": true
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "5.5.0",
"version": "5.5.1",
"private": true,
"scripts": {
"start": "yarn docs:dev",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-material-ui",
"version": "5.5.0",
"version": "5.5.1",
"private": true,
"description": "Custom eslint rules for MUI X.",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/x-data-grid-generator/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/x-data-grid-generator",
"version": "5.5.0",
"version": "5.5.1",
"description": "Generate fake data for demo purposes only.",
"author": "MUI Team",
"main": "cjs/index.js",
Expand Down
4 changes: 2 additions & 2 deletions packages/grid/x-data-grid-pro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/x-data-grid-pro",
"version": "5.5.0",
"version": "5.5.1",
"description": "The commercial edition of the data grid component (MUI X).",
"author": "MUI Team",
"main": "build/index-cjs.js",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@mui/utils": "^5.4.1",
"@mui/x-license-pro": "5.5.0",
"@mui/x-license-pro": "5.5.1",
"clsx": "^1.0.4",
"prop-types": "^15.8.1",
"reselect": "^4.1.5"
Expand Down
2 changes: 1 addition & 1 deletion packages/grid/x-data-grid/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/x-data-grid",
"version": "5.5.0",
"version": "5.5.1",
"description": "The community edition of the data grid component (MUI X).",
"author": "MUI Team",
"main": "build/index-cjs.js",
Expand Down
10 changes: 5 additions & 5 deletions packages/storybook/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "storybook",
"version": "5.5.0",
"version": "5.5.1",
"description": "Storybook components",
"author": "MUI Team",
"private": true,
Expand All @@ -18,10 +18,10 @@
"dependencies": {
"@mui/icons-material": "^5.4.1",
"@mui/material": "^5.4.1",
"@mui/x-data-grid": "5.5.0",
"@mui/x-data-grid-generator": "5.5.0",
"@mui/x-data-grid-pro": "5.5.0",
"@mui/x-license-pro": "5.5.0",
"@mui/x-data-grid": "5.5.1",
"@mui/x-data-grid-generator": "5.5.1",
"@mui/x-data-grid-pro": "5.5.1",
"@mui/x-license-pro": "5.5.1",
"@storybook/builder-webpack5": "^6.4.18",
"@storybook/manager-webpack5": "^6.4.18",
"react": "^17.0.2",
Expand Down
2 changes: 1 addition & 1 deletion packages/x-license-pro/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/x-license-pro",
"version": "5.5.0",
"version": "5.5.1",
"description": "MUI X License verification",
"author": "MUI Team",
"main": "build/cjs/index.js",
Expand Down

0 comments on commit 0f38b95

Please sign in to comment.