File tree 8 files changed +23
-11
lines changed
eslint-plugin-material-ui
8 files changed +23
-11
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.0.40
4
+
5
+ <!-- generated comparing v0.0.39..master -->
6
+
7
+ _ Feb 15, 2023_
8
+
9
+ A big thanks to the 1 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ - ​ ; <!-- 1 --> Fix HMR issues with the canvas bridge (#1640 ) @Janpot
12
+
13
+ All contributors of this release in alphabetical order: @Janpot
14
+
3
15
## 0.0.39
4
16
5
17
<!-- generated comparing v0.0.39-alpha.0..master -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docs" ,
3
- "version" : " 0.0.39 " ,
3
+ "version" : " 0.0.40 " ,
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.39 " ,
2
+ "version" : " 0.0.40 " ,
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.39 " ,
3
+ "version" : " 0.0.40 " ,
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.39 " ,
3
+ "version" : " 0.0.40 " ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"build" : " yarn prisma generate && concurrently \" yarn:build:*\" && rimraf ./.next/cache" ,
47
47
"@mui/lab" : " ^5.0.0-alpha.119" ,
48
48
"@mui/material" : " ^5.11.8" ,
49
49
"@mui/system" : " ^5.11.8" ,
50
- "@mui/toolpad-components" : " ^0.0.39 " ,
51
- "@mui/toolpad-core" : " ^0.0.39 " ,
50
+ "@mui/toolpad-components" : " ^0.0.40 " ,
51
+ "@mui/toolpad-core" : " ^0.0.40 " ,
52
52
"@mui/types" : " ^7.2.3" ,
53
53
"@mui/utils" : " ^5.11.7" ,
54
54
"@mui/x-data-grid-generator" : " ^5.17.23" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mui/toolpad-components" ,
3
- "version" : " 0.0.39 " ,
3
+ "version" : " 0.0.40 " ,
4
4
"description" : " Build MUI apps quickly" ,
5
5
"author" : " MUI Toolpad team" ,
6
6
"homepage" : " https://github.com/mui/mui-toolpad#readme" ,
32
32
},
33
33
"dependencies" : {
34
34
"@mui/material" : " ^5.11.8" ,
35
- "@mui/toolpad-core" : " ^0.0.39 " ,
35
+ "@mui/toolpad-core" : " ^0.0.40 " ,
36
36
"@mui/x-data-grid-pro" : " ^5.17.23" ,
37
37
"@mui/x-date-pickers" : " ^5.0.18" ,
38
38
"dayjs" : " ^1.11.7" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mui/toolpad-core" ,
3
- "version" : " 0.0.39 " ,
3
+ "version" : " 0.0.40 " ,
4
4
"description" : " Build MUI apps quickly" ,
5
5
"author" : " MUI Toolpad team" ,
6
6
"homepage" : " https://github.com/mui/mui-toolpad#readme" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mui/toolpad" ,
3
- "version" : " 0.0.39 " ,
3
+ "version" : " 0.0.40 " ,
4
4
"license" : " MIT" ,
5
5
"scripts" : {
6
6
"build" : " tsc" ,
17
17
"toolpad" : " ./index.mjs"
18
18
},
19
19
"dependencies" : {
20
- "@mui/toolpad-app" : " ^0.0.39 " ,
20
+ "@mui/toolpad-app" : " ^0.0.40 " ,
21
21
"arg" : " ^5.0.2" ,
22
22
"dotenv" : " ^16.0.3" ,
23
23
"execa" : " ^7.0.0"
You can’t perform that action at this time.
0 commit comments