Skip to content

Commit

Permalink
Release 0.1.39 (mui#2957)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Dec 1, 2023
1 parent 89a2a6d commit fa8f0e7
Show file tree
Hide file tree
Showing 11 changed files with 47 additions and 19 deletions.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,33 @@
# Changelog

## 0.1.39

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

_Dec 1, 2023_

A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:

Pages are now routed to by their name. Bug fixes.

- &#8203;<!-- 16 -->Make routing page name based (#2949) @Janpot
- &#8203;<!-- 14 -->Update monorepo (#2955) @Janpot
- &#8203;<!-- 13 -->Tweak titles to improve SERP results (#2954) @Janpot
- &#8203;<!-- 12 -->Allow omitting page.yml for code pages (#2947) @Janpot
- &#8203;<!-- 11 -->Use ESM for CLI (#2920) @Janpot
- &#8203;<!-- 10 -->Update documentation for HTTP requests secret handling (#2951) @prakhargupta1
- &#8203;<!-- 09 -->Refactor virtual files implementation (#2946) @Janpot
- &#8203;<!-- 08 -->Make page title optional in the yml files (#2948) @Janpot
- &#8203;<!-- 07 -->Update CONTRIBUTING.md (#2940) @Janpot
- &#8203;<!-- 06 -->Fix Toolpad not picking a free port (#2943) @Janpot
- &#8203;<!-- 05 -->Fix crash when function result type contains a constructor property (#2941) @Janpot
- &#8203;<!-- 04 -->Fix Date serialization in serverless functions (#2942) @Janpot
- &#8203;<!-- 03 -->Link the latest 3 examples to the overview page (#2933) @prakhargupta1
- &#8203;<!-- 02 -->[docs] Fix 404 regressions in the docs (#2939) @oliviertassinari
- &#8203;<!-- 01 -->[Example] Run Next.js and Toolpad together (#2918) @Janpot

All contributors of this release in alphabetical order: @Janpot, @oliviertassinari, @prakhargupta1, @renovate[bot]

## v0.1.38

<!-- generated comparing v0.1.37..master -->
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.1.38",
"version": "0.1.39",
"private": true,
"author": "MUI Toolpad",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@mui/material": "5.14.19",
"@mui/monorepo": "https://github.com/mui/material-ui.git",
"@mui/styles": "5.14.19",
"@mui/toolpad": "0.1.38",
"@mui/toolpad": "0.1.39",
"@mui/utils": "5.14.19",
"@trendmicro/react-interpolate": "0.5.5",
"@types/lodash": "4.14.202",
Expand Down
2 changes: 1 addition & 1 deletion examples/custom-server-nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"edit": "toolpad editor http://localhost:3001/my-toolpad-app"
},
"dependencies": {
"@mui/toolpad": "0.1.37",
"@mui/toolpad": "0.1.38",
"next": "14.0.2"
},
"devDependencies": {}
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.1.38",
"version": "0.1.39",
"npmClient": "yarn"
}
4 changes: 2 additions & 2 deletions packages/create-toolpad-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-toolpad-app",
"version": "0.1.38",
"version": "0.1.39",
"keywords": [
"react",
"toolpad",
Expand Down Expand Up @@ -30,7 +30,7 @@
"node": ">=18"
},
"dependencies": {
"@mui/toolpad-utils": "0.1.38",
"@mui/toolpad-utils": "0.1.39",
"chalk": "5.3.0",
"execa": "8.0.1",
"inquirer": "9.2.12",
Expand Down
2 changes: 1 addition & 1 deletion packages/eslint-plugin-material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "eslint-plugin-material-ui",
"version": "0.1.38",
"version": "0.1.39",
"private": true,
"description": "Custom eslint rules for MUI.",
"main": "src/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/toolpad-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/toolpad",
"version": "0.1.38",
"version": "0.1.39",
"license": "MIT",
"bin": {
"toolpad": "./cli.mjs"
Expand Down Expand Up @@ -56,9 +56,9 @@
"@mui/lab": "5.0.0-alpha.154",
"@mui/material": "5.14.19",
"@mui/system": "5.14.19",
"@mui/toolpad-components": "0.1.38",
"@mui/toolpad-core": "0.1.38",
"@mui/toolpad-utils": "0.1.38",
"@mui/toolpad-components": "0.1.39",
"@mui/toolpad-core": "0.1.39",
"@mui/toolpad-utils": "0.1.39",
"@mui/types": "7.2.10",
"@mui/utils": "5.14.19",
"@mui/x-charts": "6.18.2",
Expand Down
6 changes: 3 additions & 3 deletions packages/toolpad-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/toolpad-components",
"version": "0.1.38",
"version": "0.1.39",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -41,8 +41,8 @@
"@mui/icons-material": "5.14.19",
"@mui/lab": "5.0.0-alpha.154",
"@mui/material": "5.14.19",
"@mui/toolpad-core": "0.1.38",
"@mui/toolpad-utils": "0.1.38",
"@mui/toolpad-core": "0.1.39",
"@mui/toolpad-utils": "0.1.39",
"@mui/x-charts": "6.18.2",
"@mui/x-data-grid-pro": "6.18.2",
"@mui/x-date-pickers": "6.18.2",
Expand Down
4 changes: 2 additions & 2 deletions packages/toolpad-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/toolpad-core",
"version": "0.1.38",
"version": "0.1.39",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@mui/material": "5.14.19",
"@mui/toolpad-utils": "0.1.38",
"@mui/toolpad-utils": "0.1.39",
"@tanstack/react-query": "5.8.7",
"@types/json-schema": "7.0.15",
"cookie": "0.6.0",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/toolpad-utils",
"version": "0.1.38",
"version": "0.1.39",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down
4 changes: 2 additions & 2 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
},
"type": "module",
"dependencies": {
"@mui/toolpad": "0.1.37",
"@mui/material": "5.14.19"
"@mui/material": "5.14.19",
"@mui/toolpad": "0.1.37"
}
}

0 comments on commit fa8f0e7

Please sign in to comment.