Skip to content

Commit d25c1a2

Browse files
v0.1.40 (#2980)
1 parent df4669d commit d25c1a2

File tree

9 files changed

+41
-16
lines changed

9 files changed

+41
-16
lines changed

CHANGELOG.md

+25
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,30 @@
11
# Changelog
22

3+
## 0.1.40
4+
5+
<!-- generated comparing v0.1.39..master -->
6+
7+
_Dec 7, 2023_
8+
9+
A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨:
10+
11+
Some important fixes, code pages UI improvements, preparation for new features and docs improvements!
12+
13+
- &#8203;<!-- 12 -->Fix sizing of page container (#2974) @Janpot
14+
- &#8203;<!-- 11 -->Fix crash when a query name is the same as a page name (#2975) @Janpot
15+
- &#8203;<!-- 10 -->Move custom server documentation to concepts section (#2972) @prakhargupta1
16+
- &#8203;<!-- 09 -->Add json-schema url to yaml files (#2970) @Janpot
17+
- &#8203;<!-- 08 -->Add a new feature as default Value (#2922) @JerryWu1234
18+
- &#8203;<!-- 07 -->Unclutter UI for code pages (#2961) @Janpot
19+
- &#8203;<!-- 06 -->Update release instructions smoke test (#2958) @Janpot
20+
- &#8203;<!-- 05 -->Remove id from examples (#2959) @Janpot
21+
- &#8203;<!-- 04 -->[core] Upgrade monorepo (#2979) @bharatkashyap
22+
- &#8203;<!-- 03 -->[docs] Why Toolpad? iteration (#2854) @oliviertassinari
23+
- &#8203;<!-- 02 -->[examples] Polish examples (#2962) @oliviertassinari
24+
- &#8203;<!-- 01 -->[WIP] Allow importing server functions in custom pages (#2953) @Janpot
25+
26+
All contributors of this release in alphabetical order: @bharatkashyap, @Janpot, @JerryWu1234, @oliviertassinari, @prakhargupta1
27+
328
## 0.1.39
429

530
<!-- generated comparing v0.1.38..master -->

docs/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.1.39",
3+
"version": "0.1.40",
44
"private": true,
55
"author": "MUI Toolpad",
66
"license": "MIT",
@@ -30,7 +30,7 @@
3030
"@mui/material": "5.14.20",
3131
"@mui/monorepo": "https://github.com/mui/material-ui.git",
3232
"@mui/styles": "5.14.20",
33-
"@mui/toolpad": "0.1.39",
33+
"@mui/toolpad": "0.1.40",
3434
"@mui/utils": "5.14.20",
3535
"@trendmicro/react-interpolate": "0.5.5",
3636
"@types/lodash": "4.14.202",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.1.39",
3+
"version": "0.1.40",
44
"npmClient": "yarn"
55
}

packages/create-toolpad-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-toolpad-app",
3-
"version": "0.1.39",
3+
"version": "0.1.40",
44
"keywords": [
55
"react",
66
"toolpad",
@@ -30,7 +30,7 @@
3030
"node": ">=18"
3131
},
3232
"dependencies": {
33-
"@mui/toolpad-utils": "0.1.39",
33+
"@mui/toolpad-utils": "0.1.40",
3434
"chalk": "5.3.0",
3535
"execa": "8.0.1",
3636
"inquirer": "9.2.12",

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.1.39",
3+
"version": "0.1.40",
44
"private": true,
55
"description": "Custom eslint rules for MUI.",
66
"main": "src/index.js",

packages/toolpad-app/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad",
3-
"version": "0.1.39",
3+
"version": "0.1.40",
44
"license": "MIT",
55
"bin": {
66
"toolpad": "./cli.mjs"
@@ -56,9 +56,9 @@
5656
"@mui/lab": "5.0.0-alpha.155",
5757
"@mui/material": "5.14.20",
5858
"@mui/system": "5.14.20",
59-
"@mui/toolpad-components": "0.1.39",
60-
"@mui/toolpad-core": "0.1.39",
61-
"@mui/toolpad-utils": "0.1.39",
59+
"@mui/toolpad-components": "0.1.40",
60+
"@mui/toolpad-core": "0.1.40",
61+
"@mui/toolpad-utils": "0.1.40",
6262
"@mui/types": "7.2.10",
6363
"@mui/utils": "5.14.20",
6464
"@mui/x-charts": "6.18.3",

packages/toolpad-components/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad-components",
3-
"version": "0.1.39",
3+
"version": "0.1.40",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",
@@ -41,8 +41,8 @@
4141
"@mui/icons-material": "5.14.19",
4242
"@mui/lab": "5.0.0-alpha.155",
4343
"@mui/material": "5.14.20",
44-
"@mui/toolpad-core": "0.1.39",
45-
"@mui/toolpad-utils": "0.1.39",
44+
"@mui/toolpad-core": "0.1.40",
45+
"@mui/toolpad-utils": "0.1.40",
4646
"@mui/x-charts": "6.18.3",
4747
"@mui/x-data-grid-pro": "6.18.3",
4848
"@mui/x-date-pickers": "6.18.3",

packages/toolpad-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad-core",
3-
"version": "0.1.39",
3+
"version": "0.1.40",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",
@@ -41,7 +41,7 @@
4141
},
4242
"dependencies": {
4343
"@mui/material": "5.14.20",
44-
"@mui/toolpad-utils": "0.1.39",
44+
"@mui/toolpad-utils": "0.1.40",
4545
"@tanstack/react-query": "5.12.2",
4646
"@types/json-schema": "7.0.15",
4747
"cookie": "0.6.0",

packages/toolpad-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad-utils",
3-
"version": "0.1.39",
3+
"version": "0.1.40",
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)