Skip to content

Commit d4a3216

Browse files
authored
[release] v5.10.8 (mui#34590)
1 parent 4043b0e commit d4a3216

File tree

12 files changed

+33
-33
lines changed

12 files changed

+33
-33
lines changed

benchmark/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@
1515
"@emotion/react": "^11.10.4",
1616
"@emotion/styled": "^11.10.4",
1717
"@mdx-js/react": "^2.1.3",
18-
"@mui/material": "^5.10.7",
19-
"@mui/styles": "^5.10.7",
20-
"@mui/system": "^5.10.7",
18+
"@mui/material": "^5.10.8",
19+
"@mui/styles": "^5.10.8",
20+
"@mui/system": "^5.10.8",
2121
"@styled-system/css": "^5.1.5",
2222
"benchmark": "^2.1.4",
2323
"playwright": "^1.26.1",

docs/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -31,17 +31,17 @@
3131
"@fortawesome/fontawesome-svg-core": "^6.2.0",
3232
"@fortawesome/free-solid-svg-icons": "^6.2.0",
3333
"@fortawesome/react-fontawesome": "^0.2.0",
34-
"@mui/base": "5.0.0-alpha.99",
34+
"@mui/base": "5.0.0-alpha.100",
3535
"@mui/docs": "^5.10.6",
3636
"@mui/icons-material": "^5.10.6",
37-
"@mui/joy": "5.0.0-alpha.47",
38-
"@mui/lab": "5.0.0-alpha.101",
39-
"@mui/material": "^5.10.7",
40-
"@mui/material-next": "6.0.0-alpha.55",
41-
"@mui/styled-engine": "^5.10.7",
37+
"@mui/joy": "5.0.0-alpha.48",
38+
"@mui/lab": "5.0.0-alpha.102",
39+
"@mui/material": "^5.10.8",
40+
"@mui/material-next": "6.0.0-alpha.56",
41+
"@mui/styled-engine": "^5.10.8",
4242
"@mui/styled-engine-sc": "^5.10.6",
43-
"@mui/styles": "^5.10.7",
44-
"@mui/system": "^5.10.7",
43+
"@mui/styles": "^5.10.8",
44+
"@mui/system": "^5.10.8",
4545
"@mui/types": "^7.2.0",
4646
"@mui/x-data-grid": "^5.17.5",
4747
"@mui/x-data-grid-generator": "^5.17.5",

packages/mui-base/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/base",
3-
"version": "5.0.0-alpha.99",
3+
"version": "5.0.0-alpha.100",
44
"private": false,
55
"author": "MUI Team",
66
"description": "A library of headless ('unstyled') React UI components and low-level hooks.",

packages/mui-codemod/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/codemod",
3-
"version": "5.10.7",
3+
"version": "5.10.8",
44
"bin": "./codemod.js",
55
"private": false,
66
"author": "MUI Team",

packages/mui-core-downloads-tracker/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/core-downloads-tracker",
3-
"version": "5.10.7",
3+
"version": "5.10.8",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Internal package to track number of downloads of our design system libraries",

packages/mui-joy/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/joy",
3-
"version": "5.0.0-alpha.47",
3+
"version": "5.0.0-alpha.48",
44
"private": false,
55
"author": "MUI Team",
66
"description": "A library of beautifully designed React UI components.",
@@ -57,9 +57,9 @@
5757
},
5858
"dependencies": {
5959
"@babel/runtime": "^7.19.0",
60-
"@mui/base": "5.0.0-alpha.99",
61-
"@mui/core-downloads-tracker": "^5.10.7",
62-
"@mui/system": "^5.10.7",
60+
"@mui/base": "5.0.0-alpha.100",
61+
"@mui/core-downloads-tracker": "^5.10.8",
62+
"@mui/system": "^5.10.8",
6363
"@mui/types": "^7.2.0",
6464
"@mui/utils": "^5.10.6",
6565
"clsx": "^1.2.1",

packages/mui-lab/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/lab",
3-
"version": "5.0.0-alpha.101",
3+
"version": "5.0.0-alpha.102",
44
"private": false,
55
"author": "MUI Team",
66
"description": "Laboratory for new MUI modules.",
@@ -61,8 +61,8 @@
6161
},
6262
"dependencies": {
6363
"@babel/runtime": "^7.19.0",
64-
"@mui/base": "5.0.0-alpha.99",
65-
"@mui/system": "^5.10.7",
64+
"@mui/base": "5.0.0-alpha.100",
65+
"@mui/system": "^5.10.8",
6666
"@mui/types": "^7.2.0",
6767
"@mui/utils": "^5.10.6",
6868
"clsx": "^1.2.1",

packages/mui-material-next/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material-next",
3-
"version": "6.0.0-alpha.55",
3+
"version": "6.0.0-alpha.56",
44
"private": false,
55
"author": "MUI Team",
66
"description": "v6-alpha: React components that implement Google's Material Design",
@@ -59,9 +59,9 @@
5959
},
6060
"dependencies": {
6161
"@babel/runtime": "^7.19.0",
62-
"@mui/base": "5.0.0-alpha.99",
63-
"@mui/material": "^5.10.7",
64-
"@mui/system": "^5.10.7",
62+
"@mui/base": "5.0.0-alpha.100",
63+
"@mui/material": "^5.10.8",
64+
"@mui/system": "^5.10.8",
6565
"@mui/types": "^7.2.0",
6666
"@mui/utils": "^5.10.6",
6767
"@popperjs/core": "^2.11.6",

packages/mui-material/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/material",
3-
"version": "5.10.7",
3+
"version": "5.10.8",
44
"private": false,
55
"author": "MUI Team",
66
"description": "React components that implement Google's Material Design.",
@@ -61,9 +61,9 @@
6161
},
6262
"dependencies": {
6363
"@babel/runtime": "^7.19.0",
64-
"@mui/base": "5.0.0-alpha.99",
65-
"@mui/core-downloads-tracker": "^5.10.7",
66-
"@mui/system": "^5.10.7",
64+
"@mui/base": "5.0.0-alpha.100",
65+
"@mui/core-downloads-tracker": "^5.10.8",
66+
"@mui/system": "^5.10.8",
6767
"@mui/types": "^7.2.0",
6868
"@mui/utils": "^5.10.6",
6969
"@types/react-transition-group": "^4.4.5",

packages/mui-styled-engine/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/styled-engine",
3-
"version": "5.10.7",
3+
"version": "5.10.8",
44
"private": false,
55
"author": "MUI Team",
66
"description": "styled() API wrapper package for emotion.",

0 commit comments

Comments
 (0)