File tree 7 files changed +35
-9
lines changed
eslint-plugin-material-ui
7 files changed +35
-9
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## 0.0.30
4
+
5
+ <!-- generated comparing v0.0.29..master -->
6
+
7
+ _ Dec 7, 2022_
8
+
9
+ A big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
10
+
11
+ TODO INSERT HIGHLIGHTS
12
+
13
+ - ​ ; <!-- 13 --> Revert accidental react-router-dom update (#1426 ) @Janpot
14
+ - ​ ; <!-- 12 --> Add demo link to the docs (#1319 ) @bharatkashyap
15
+ - ​ ; <!-- 11 --> Add Demo link to landing page (#1228 ) @bharatkashyap
16
+ - ​ ; <!-- 10 --> Add a Default app template (#1381 ) @bharatkashyap
17
+ - ​ ; <!-- 09 --> Remove stats template (#1418 ) @apedroferreira
18
+ - ​ ; <!-- 08 --> Propose solution for flaky undo test (#1415 ) @Janpot
19
+ - ​ ; <!-- 07 --> Update dependencies (#1403 ) @Janpot
20
+ - ​ ; <!-- 06 --> Move to next.config.mjs (#1404 ) @Janpot
21
+ - ​ ; <!-- 05 --> Add note about missing connections to demo footer (#1406 ) @apedroferreira
22
+ - ​ ; <!-- 04 --> Try out transpilePackages on latest next (#1362 ) @Janpot
23
+ - ​ ; <!-- 03 --> Don't immediately open duplicated apps (#1397 ) @Janpot
24
+ - ​ ; <!-- 02 --> Make sure EditableText updates when underlying string changes (#1400 ) @Janpot
25
+ - ​ ; <!-- 01 --> Undoable/redoable node selection (#1394 ) @apedroferreira
26
+
27
+ All contributors of this release in alphabetical order: @apedroferreira , @bharatkashyap , @Janpot
28
+
3
29
## 0.0.29
4
30
5
31
<!-- generated comparing v0.0.28..master -->
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " docs" ,
3
- "version" : " 0.0.29 " ,
3
+ "version" : " 0.0.30 " ,
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.29 " ,
2
+ "version" : " 0.0.30 " ,
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.29 " ,
3
+ "version" : " 0.0.30 " ,
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.29 " ,
3
+ "version" : " 0.0.30 " ,
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.111" ,
43
43
"@mui/material" : " ^5.10.17" ,
44
44
"@mui/system" : " ^5.10.17" ,
45
- "@mui/toolpad-components" : " ^0.0.29 " ,
46
- "@mui/toolpad-core" : " ^0.0.29 " ,
45
+ "@mui/toolpad-components" : " ^0.0.30 " ,
46
+ "@mui/toolpad-core" : " ^0.0.30 " ,
47
47
"@mui/types" : " ^7.2.2" ,
48
48
"@mui/utils" : " ^5.10.16" ,
49
49
"@mui/x-data-grid-generator" : " ^5.17.14" ,
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mui/toolpad-components" ,
3
- "version" : " 0.0.29 " ,
3
+ "version" : " 0.0.30 " ,
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.10.17" ,
33
- "@mui/toolpad-core" : " ^0.0.29 " ,
33
+ "@mui/toolpad-core" : " ^0.0.30 " ,
34
34
"@mui/x-data-grid-pro" : " ^5.17.14"
35
35
},
36
36
"devDependencies" : {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @mui/toolpad-core" ,
3
- "version" : " 0.0.29 " ,
3
+ "version" : " 0.0.30 " ,
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