Skip to content

Commit 5a9a924

Browse files
authored
v0.0.30 (#1428)
1 parent 1c9e1ed commit 5a9a924

File tree

7 files changed

+35
-9
lines changed

7 files changed

+35
-9
lines changed

CHANGELOG.md

+26
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,31 @@
11
# Changelog
22

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+
- &#8203;<!-- 13 -->Revert accidental react-router-dom update (#1426) @Janpot
14+
- &#8203;<!-- 12 -->Add demo link to the docs (#1319) @bharatkashyap
15+
- &#8203;<!-- 11 -->Add Demo link to landing page (#1228) @bharatkashyap
16+
- &#8203;<!-- 10 -->Add a Default app template (#1381) @bharatkashyap
17+
- &#8203;<!-- 09 -->Remove stats template (#1418) @apedroferreira
18+
- &#8203;<!-- 08 -->Propose solution for flaky undo test (#1415) @Janpot
19+
- &#8203;<!-- 07 -->Update dependencies (#1403) @Janpot
20+
- &#8203;<!-- 06 -->Move to next.config.mjs (#1404) @Janpot
21+
- &#8203;<!-- 05 -->Add note about missing connections to demo footer (#1406) @apedroferreira
22+
- &#8203;<!-- 04 -->Try out transpilePackages on latest next (#1362) @Janpot
23+
- &#8203;<!-- 03 -->Don't immediately open duplicated apps (#1397) @Janpot
24+
- &#8203;<!-- 02 -->Make sure EditableText updates when underlying string changes (#1400) @Janpot
25+
- &#8203;<!-- 01 -->Undoable/redoable node selection (#1394) @apedroferreira
26+
27+
All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @Janpot
28+
329
## 0.0.29
430

531
<!-- generated comparing v0.0.28..master -->

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.0.29",
3+
"version": "0.0.30",
44
"private": true,
55
"author": "MUI Toolpad",
66
"license": "MIT",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.29",
2+
"version": "0.0.30",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

packages/eslint-plugin-material-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-material-ui",
3-
"version": "0.0.29",
3+
"version": "0.0.30",
44
"private": true,
55
"description": "Custom eslint rules for MUI.",
66
"main": "src/index.js",

packages/toolpad-app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad-app",
3-
"version": "0.0.29",
3+
"version": "0.0.30",
44
"license": "MIT",
55
"scripts": {
66
"build": "yarn prisma generate && concurrently \"yarn:build:*\" && rimraf ./.next/cache",
@@ -42,8 +42,8 @@
4242
"@mui/lab": "^5.0.0-alpha.111",
4343
"@mui/material": "^5.10.17",
4444
"@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",
4747
"@mui/types": "^7.2.2",
4848
"@mui/utils": "^5.10.16",
4949
"@mui/x-data-grid-generator": "^5.17.14",

packages/toolpad-components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad-components",
3-
"version": "0.0.29",
3+
"version": "0.0.30",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@mui/material": "^5.10.17",
33-
"@mui/toolpad-core": "^0.0.29",
33+
"@mui/toolpad-core": "^0.0.30",
3434
"@mui/x-data-grid-pro": "^5.17.14"
3535
},
3636
"devDependencies": {

packages/toolpad-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad-core",
3-
"version": "0.0.29",
3+
"version": "0.0.30",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",

0 commit comments

Comments
 (0)