Skip to content

Commit 2fe722b

Browse files
v0.1.44 (#3049)
1 parent c7b2191 commit 2fe722b

File tree

9 files changed

+36
-16
lines changed

9 files changed

+36
-16
lines changed

CHANGELOG.md

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

3+
## 0.1.44
4+
5+
<!-- generated comparing v0.1.43..master -->
6+
7+
_Jan 3, 2024_
8+
9+
A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
10+
11+
More live examples, some documentation fixes.
12+
13+
- &#8203;<!-- 7 -->Hosted 5 more examples on railway and linked them to docs (#3043) @prakhargupta1
14+
- &#8203;<!-- 6 -->Add authentication (#2925) @apedroferreira
15+
- &#8203;<!-- 5 -->Lock file maintenance (#3040) @renovate[bot]
16+
- &#8203;<!-- 4 -->[docs] Fix dead link to live demo (#3041) @oliviertassinari
17+
- &#8203;<!-- 3 -->[docs] Fix example image scale @oliviertassinari
18+
- &#8203;<!-- 2 -->[docs] Fix 301 link to Render.com @oliviertassinari
19+
- &#8203;<!-- 1 -->[docs] Lint next.config.mjs (#3027) @oliviertassinari
20+
21+
All contributors of this release in alphabetical order: @apedroferreira, @oliviertassinari, @prakhargupta1, @renovate[bot]
22+
323
## 0.1.43
424

525
<!-- generated comparing v0.1.42..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.43",
3+
"version": "0.1.44",
44
"private": true,
55
"author": "MUI Toolpad",
66
"license": "MIT",
@@ -32,7 +32,7 @@
3232
"@mui/material-nextjs": "^5.15.0",
3333
"@mui/monorepo": "https://github.com/mui/material-ui.git",
3434
"@mui/styles": "5.15.2",
35-
"@mui/toolpad": "0.1.43",
35+
"@mui/toolpad": "0.1.44",
3636
"@mui/utils": "5.15.2",
3737
"@mui/x-data-grid-pro": "6.18.6",
3838
"@trendmicro/react-interpolate": "0.5.5",

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.43",
3+
"version": "0.1.44",
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.43",
3+
"version": "0.1.44",
44
"keywords": [
55
"react",
66
"toolpad",
@@ -30,7 +30,7 @@
3030
"node": ">=18"
3131
},
3232
"dependencies": {
33-
"@mui/toolpad-utils": "0.1.43",
33+
"@mui/toolpad-utils": "0.1.44",
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.43",
3+
"version": "0.1.44",
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.43",
3+
"version": "0.1.44",
44
"license": "MIT",
55
"bin": {
66
"toolpad": "./cli.mjs"
@@ -57,9 +57,9 @@
5757
"@mui/lab": "5.0.0-alpha.158",
5858
"@mui/material": "5.15.2",
5959
"@mui/system": "5.15.2",
60-
"@mui/toolpad-components": "0.1.43",
61-
"@mui/toolpad-core": "0.1.43",
62-
"@mui/toolpad-utils": "0.1.43",
60+
"@mui/toolpad-components": "0.1.44",
61+
"@mui/toolpad-core": "0.1.44",
62+
"@mui/toolpad-utils": "0.1.44",
6363
"@mui/types": "7.2.11",
6464
"@mui/utils": "5.15.2",
6565
"@mui/x-charts": "6.18.4",

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.43",
3+
"version": "0.1.44",
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.15.2",
4242
"@mui/lab": "5.0.0-alpha.158",
4343
"@mui/material": "5.15.2",
44-
"@mui/toolpad-core": "0.1.43",
45-
"@mui/toolpad-utils": "0.1.43",
44+
"@mui/toolpad-core": "0.1.44",
45+
"@mui/toolpad-utils": "0.1.44",
4646
"@mui/x-charts": "6.18.4",
4747
"@mui/x-data-grid-pro": "6.18.6",
4848
"@mui/x-date-pickers": "6.18.6",

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.43",
3+
"version": "0.1.44",
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.15.2",
44-
"@mui/toolpad-utils": "0.1.43",
44+
"@mui/toolpad-utils": "0.1.44",
4545
"@tanstack/react-query": "5.14.6",
4646
"@types/json-schema": "7.0.15",
4747
"@webcontainer/env": "1.1.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.43",
3+
"version": "0.1.44",
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)