From 6119aa23ebb0a65cca4c2dca77e0f4224fa7c4a6 Mon Sep 17 00:00:00 2001 From: Pedro Ferreira <10789765+apedroferreira@users.noreply.github.com> Date: Wed, 13 Sep 2023 21:44:24 +0100 Subject: [PATCH] v0.1.28 (#2669) --- CHANGELOG.md | 34 +++++++++++++++++++ docs/package.json | 2 +- lerna.json | 2 +- packages/create-toolpad-app/package.json | 6 ++-- .../eslint-plugin-material-ui/package.json | 2 +- packages/toolpad-app/package.json | 10 +++--- packages/toolpad-components/package.json | 8 ++--- packages/toolpad-core/package.json | 6 ++-- packages/toolpad-utils/package.json | 12 +++---- 9 files changed, 58 insertions(+), 24 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4f6b11d91d..262f75eacf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,39 @@ # Changelog +## 0.1.28 + + + +_Sep 13, 2023_ + +A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨: + +Support date and time formats in DataGrid, upgrade to Node 18, fix container components, respect user's prettier config when formatting files. + +- ​Simplify component loading (#2667) @Janpot +- ​Fix gap and direction in layout slots (#2653) @apedroferreira +- ​Support date/dateTime formatting (#2589) @Janpot +- ​Remove monaco-editor special case in renovatebot (#2663) @Janpot +- ​format component and function (#2665) @JerryWu1234 +- ​Upgrade react-inspector (#2647) @Janpot +- ​Remove fetch polyfills for node 18 (#2651) @Janpot +- ​respect the user's prettier config when writing yml files (#2638) @JerryWu1234 +- ​Allow execa update (#2654) @Janpot +- ​Fix container components (#2635) @apedroferreira +- ​Upgrade to Node 18 (#2505) @apedroferreira +- ​[docs] Simpler package readme @oliviertassinari +- ​[docs] Fix /toolpad/reference/api/get-context/ 404 (#2656) @oliviertassinari +- ​[docs] Fix description @oliviertassinari +- ​[docs] Fix 404 link @oliviertassinari +- ​[docs] Sync prism with docs-infra (#2652) @oliviertassinari +- ​[examples] Migrate to railsway (#2646) @oliviertassinari +- ​[refactor] Refactor worker rpc (#2645) @Janpot +- ​[website] Tweak a few elements on the landing page (#2666) @danilo-leal +- ​[website] Remove dead code @oliviertassinari +- ​[website] Fix redirection @oliviertassinari + +All contributors of this release in alphabetical order: @apedroferreira, @danilo-leal, @Janpot, @JerryWu1234, @oliviertassinari + ## 0.1.27 diff --git a/docs/package.json b/docs/package.json index 3cf0ae4087f..3f8989438e8 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "0.1.27", + "version": "0.1.28", "private": true, "author": "MUI Toolpad", "license": "MIT", diff --git a/lerna.json b/lerna.json index c748028ecea..fe3d4b5c589 100644 --- a/lerna.json +++ b/lerna.json @@ -1,4 +1,4 @@ { - "version": "0.1.27", + "version": "0.1.28", "npmClient": "yarn" } diff --git a/packages/create-toolpad-app/package.json b/packages/create-toolpad-app/package.json index 929fecd0db3..a4878e32436 100644 --- a/packages/create-toolpad-app/package.json +++ b/packages/create-toolpad-app/package.json @@ -1,6 +1,6 @@ { "name": "create-toolpad-app", - "version": "0.1.27", + "version": "0.1.28", "keywords": [ "react", "toolpad", @@ -30,7 +30,7 @@ "node": ">=18" }, "dependencies": { - "@mui/toolpad-utils": "0.1.27", + "@mui/toolpad-utils": "0.1.28", "chalk": "5.3.0", "execa": "8.0.1", "inquirer": "9.2.11", @@ -41,5 +41,5 @@ "devDependencies": { "@types/inquirer": "9.0.3" }, - "gitHead": "342439583072ebcaaa3b3587517804e4fdfb9dcf" + "gitHead": "60bec54459ba0f3334c62f12e6e6c2c10a08fd21" } diff --git a/packages/eslint-plugin-material-ui/package.json b/packages/eslint-plugin-material-ui/package.json index c563b9b625a..dbd374e5c02 100644 --- a/packages/eslint-plugin-material-ui/package.json +++ b/packages/eslint-plugin-material-ui/package.json @@ -1,6 +1,6 @@ { "name": "eslint-plugin-material-ui", - "version": "0.1.27", + "version": "0.1.28", "private": true, "description": "Custom eslint rules for MUI.", "main": "src/index.js", diff --git a/packages/toolpad-app/package.json b/packages/toolpad-app/package.json index 35c08c283b2..657a814678c 100644 --- a/packages/toolpad-app/package.json +++ b/packages/toolpad-app/package.json @@ -1,6 +1,6 @@ { "name": "@mui/toolpad", - "version": "0.1.27", + "version": "0.1.28", "license": "MIT", "bin": { "toolpad": "./cli.js" @@ -51,9 +51,9 @@ "@mui/lab": "5.0.0-alpha.144", "@mui/material": "5.14.9", "@mui/system": "5.14.9", - "@mui/toolpad-components": "0.1.27", - "@mui/toolpad-core": "0.1.27", - "@mui/toolpad-utils": "0.1.27", + "@mui/toolpad-components": "0.1.28", + "@mui/toolpad-core": "0.1.28", + "@mui/toolpad-utils": "0.1.28", "@mui/types": "7.2.4", "@mui/utils": "5.14.9", "@mui/x-data-grid": "6.13.0", @@ -165,5 +165,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "342439583072ebcaaa3b3587517804e4fdfb9dcf" + "gitHead": "60bec54459ba0f3334c62f12e6e6c2c10a08fd21" } diff --git a/packages/toolpad-components/package.json b/packages/toolpad-components/package.json index 72f622f94d3..2e07d073c32 100644 --- a/packages/toolpad-components/package.json +++ b/packages/toolpad-components/package.json @@ -1,6 +1,6 @@ { "name": "@mui/toolpad-components", - "version": "0.1.27", + "version": "0.1.28", "description": "Build MUI apps quickly", "author": "MUI Toolpad team", "homepage": "https://github.com/mui/mui-toolpad#readme", @@ -41,8 +41,8 @@ "@mui/icons-material": "5.14.9", "@mui/lab": "5.0.0-alpha.144", "@mui/material": "5.14.9", - "@mui/toolpad-core": "0.1.27", - "@mui/toolpad-utils": "0.1.27", + "@mui/toolpad-core": "0.1.28", + "@mui/toolpad-utils": "0.1.28", "@mui/x-data-grid-pro": "6.13.0", "@mui/x-date-pickers": "6.13.0", "@mui/x-license-pro": "6.10.2", @@ -61,5 +61,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "342439583072ebcaaa3b3587517804e4fdfb9dcf" + "gitHead": "60bec54459ba0f3334c62f12e6e6c2c10a08fd21" } diff --git a/packages/toolpad-core/package.json b/packages/toolpad-core/package.json index 1cfda386236..bd47629ce3d 100644 --- a/packages/toolpad-core/package.json +++ b/packages/toolpad-core/package.json @@ -1,6 +1,6 @@ { "name": "@mui/toolpad-core", - "version": "0.1.27", + "version": "0.1.28", "description": "Build MUI apps quickly", "author": "MUI Toolpad team", "homepage": "https://github.com/mui/mui-toolpad#readme", @@ -41,7 +41,7 @@ }, "dependencies": { "@mui/material": "5.14.9", - "@mui/toolpad-utils": "0.1.27", + "@mui/toolpad-utils": "0.1.28", "@tanstack/react-query": "4.35.0", "@types/json-schema": "^7.0.12", "cookie": "0.5.0", @@ -61,5 +61,5 @@ "publishConfig": { "access": "public" }, - "gitHead": "342439583072ebcaaa3b3587517804e4fdfb9dcf" + "gitHead": "60bec54459ba0f3334c62f12e6e6c2c10a08fd21" } diff --git a/packages/toolpad-utils/package.json b/packages/toolpad-utils/package.json index 63254f0c885..cb74bb15297 100644 --- a/packages/toolpad-utils/package.json +++ b/packages/toolpad-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/toolpad-utils", - "version": "0.1.27", + "version": "0.1.28", "description": "Build MUI apps quickly", "author": "MUI Toolpad team", "homepage": "https://github.com/mui/mui-toolpad#readme", @@ -53,15 +53,15 @@ }, "dependencies": { "invariant": "2.2.4", + "prettier": "2.8.8", "react-is": "18.2.0", "yaml": "2.3.2", - "yaml-diff-patch": "2.0.0", - "prettier": "2.8.8" + "yaml-diff-patch": "2.0.0" }, "devDependencies": { "@types/invariant": "2.2.35", - "@types/react-is": "18.2.1", - "@types/prettier": "2.7.3" + "@types/prettier": "2.7.3", + "@types/react-is": "18.2.1" }, - "gitHead": "342439583072ebcaaa3b3587517804e4fdfb9dcf" + "gitHead": "60bec54459ba0f3334c62f12e6e6c2c10a08fd21" }