File tree 7 files changed +26
-9
lines changed
eslint-plugin-material-ui
7 files changed +26
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.0.33
4
+
5
+ <!-- generated comparing v0.0.32..master -->
6
+
7
+ _ Dec 28, 2022_
8
+
9
+ A big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ Improvements to the scope explorer, and some other bug fixes an improvements.
12
+
13
+ - ​ ; <!-- 4 --> Fix: Demo reCaptcha v2 fallback does not work (#1485 ) @bharatkashyap
14
+ - ​ ; <!-- 3 --> Group scope variables by function in global scope explorer (#1464 ) @Janpot
15
+ - ​ ; <!-- 2 --> Fix canvas ref timing issues (#1476 ) @Janpot
16
+ - ​ ; <!-- 1 --> Fix flaky rest-basics test (#1481 ) @Janpot
17
+
18
+ All contributors of this release in alphabetical order: @bharatkashyap , @Janpot
19
+
3
20
## 0.0.32
4
21
5
22
<!-- generated comparing v0.0.31..master -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docs" ,
3
- "version" : " 0.0.32 " ,
3
+ "version" : " 0.0.33 " ,
4
4
"private" : true ,
5
5
"author" : " MUI Toolpad" ,
6
6
"license" : " MIT" ,
Original file line number Diff line number Diff line change 1
1
{
2
- "version" : " 0.0.32 " ,
2
+ "version" : " 0.0.33 " ,
3
3
"npmClient" : " yarn" ,
4
4
"useWorkspaces" : true
5
5
}
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " eslint-plugin-material-ui" ,
3
- "version" : " 0.0.32 " ,
3
+ "version" : " 0.0.33 " ,
4
4
"private" : true ,
5
5
"description" : " Custom eslint rules for MUI." ,
6
6
"main" : " src/index.js" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mui/toolpad-app" ,
3
- "version" : " 0.0.32 " ,
3
+ "version" : " 0.0.33 " ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"build" : " yarn prisma generate && concurrently \" yarn:build:*\" && rimraf ./.next/cache" ,
42
42
"@mui/lab" : " ^5.0.0-alpha.114" ,
43
43
"@mui/material" : " ^5.11.2" ,
44
44
"@mui/system" : " ^5.11.2" ,
45
- "@mui/toolpad-components" : " ^0.0.32 " ,
46
- "@mui/toolpad-core" : " ^0.0.32 " ,
45
+ "@mui/toolpad-components" : " ^0.0.33 " ,
46
+ "@mui/toolpad-core" : " ^0.0.33 " ,
47
47
"@mui/types" : " ^7.2.3" ,
48
48
"@mui/utils" : " ^5.11.2" ,
49
49
"@mui/x-data-grid-generator" : " ^5.17.17" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mui/toolpad-components" ,
3
- "version" : " 0.0.32 " ,
3
+ "version" : " 0.0.33 " ,
4
4
"description" : " Build MUI apps quickly" ,
5
5
"author" : " MUI Toolpad team" ,
6
6
"homepage" : " https://github.com/mui/mui-toolpad#readme" ,
30
30
},
31
31
"dependencies" : {
32
32
"@mui/material" : " ^5.11.2" ,
33
- "@mui/toolpad-core" : " ^0.0.32 " ,
33
+ "@mui/toolpad-core" : " ^0.0.33 " ,
34
34
"@mui/x-data-grid-pro" : " ^5.17.17" ,
35
35
"react-markdown" : " ^8.0.4"
36
36
},
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mui/toolpad-core" ,
3
- "version" : " 0.0.32 " ,
3
+ "version" : " 0.0.33 " ,
4
4
"description" : " Build MUI apps quickly" ,
5
5
"author" : " MUI Toolpad team" ,
6
6
"homepage" : " https://github.com/mui/mui-toolpad#readme" ,
You can’t perform that action at this time.
0 commit comments