Skip to content

Commit 174b64f

Browse files
v4.11.2
1 parent 6db3572 commit 174b64f

File tree

7 files changed

+16
-12
lines changed

7 files changed

+16
-12
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,10 @@ This is a reminder that all ongoing work has moved to v5. This means a feature f
5757

5858
- [core] Allow React 17 in peer dependencies (#23697) @oliviertassinari
5959

60+
### `@material-ui/lab@v4.0.0-alpha.57`
61+
62+
- [core] Allow React 17 in peer dependencies (#23697) @oliviertassinari
63+
6064
## 4.11.1
6165
###### _Nov 24 2020_
6266

packages/material-ui-icons/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material-ui/icons",
3-
"version": "4.9.1",
3+
"version": "4.11.2",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "Material Design Svg Icons converted to Material-UI React components.",

packages/material-ui-lab/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material-ui/lab",
3-
"version": "4.0.0-alpha.56",
3+
"version": "4.0.0-alpha.57",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "Material-UI Lab - Incubator for Material-UI React components.",
@@ -46,7 +46,7 @@
4646
},
4747
"dependencies": {
4848
"@babel/runtime": "^7.4.4",
49-
"@material-ui/utils": "^4.10.2",
49+
"@material-ui/utils": "^4.11.2",
5050
"clsx": "^1.0.4",
5151
"prop-types": "^15.7.2",
5252
"react-is": "^16.8.0 || ^17.0.0"

packages/material-ui-styles/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material-ui/styles",
3-
"version": "4.11.1",
3+
"version": "4.11.2",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "Material-UI Styles - The styling solution of Material-UI.",
@@ -51,7 +51,7 @@
5151
"@babel/runtime": "^7.4.4",
5252
"@emotion/hash": "^0.8.0",
5353
"@material-ui/types": "^5.1.0",
54-
"@material-ui/utils": "^4.9.6",
54+
"@material-ui/utils": "^4.11.2",
5555
"clsx": "^1.0.4",
5656
"csstype": "^2.5.2",
5757
"hoist-non-react-statics": "^3.3.2",

packages/material-ui-system/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material-ui/system",
3-
"version": "4.9.14",
3+
"version": "4.11.2",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "Material-UI System - Design system for Material-UI.",
@@ -49,7 +49,7 @@
4949
},
5050
"dependencies": {
5151
"@babel/runtime": "^7.4.4",
52-
"@material-ui/utils": "^4.9.6",
52+
"@material-ui/utils": "^4.11.2",
5353
"csstype": "^2.5.2",
5454
"prop-types": "^15.7.2"
5555
},

packages/material-ui-utils/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material-ui/utils",
3-
"version": "4.10.2",
3+
"version": "4.11.2",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "Material-UI Utils - Utility functions for Material-UI.",

packages/material-ui/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@material-ui/core",
3-
"version": "4.11.1",
3+
"version": "4.11.2",
44
"private": false,
55
"author": "Material-UI Team",
66
"description": "React components that implement Google's Material Design.",
@@ -50,10 +50,10 @@
5050
},
5151
"dependencies": {
5252
"@babel/runtime": "^7.4.4",
53-
"@material-ui/styles": "^4.11.1",
54-
"@material-ui/system": "^4.9.14",
53+
"@material-ui/styles": "^4.11.2",
54+
"@material-ui/system": "^4.11.2",
5555
"@material-ui/types": "^5.1.0",
56-
"@material-ui/utils": "^4.10.2",
56+
"@material-ui/utils": "^4.11.2",
5757
"@types/react-transition-group": "^4.2.0",
5858
"clsx": "^1.0.4",
5959
"hoist-non-react-statics": "^3.3.2",

0 commit comments

Comments
 (0)