From 6ab99e89d8d967dd557dfbc6e7e37407e778ec5b Mon Sep 17 00:00:00 2001 From: MUI bot <2109932+Janpot@users.noreply.github.com> Date: Thu, 12 Oct 2023 15:02:15 +0200 Subject: [PATCH] 0.1.32 --- CHANGELOG.md | 30 +++++++++++++++++++ docs/package.json | 4 +-- lerna.json | 2 +- package.json | 4 +-- packages/create-toolpad-app/package.json | 7 ++--- .../eslint-plugin-material-ui/package.json | 2 +- packages/toolpad-app/package.json | 11 ++++--- packages/toolpad-components/package.json | 9 +++--- packages/toolpad-core/package.json | 7 ++--- packages/toolpad-utils/package.json | 5 ++-- 10 files changed, 53 insertions(+), 28 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e9bbdb05537..208be466a1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,35 @@ # Changelog +## 0.1.32 + + + +_Oct 12, 2023_ + +A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨: + +Added new data providers feature. Improved UX around the pages explorer. Added new Markdown and Link components. + +- ​Fix createDataProvider imports in the integration tests (#2780) @Janpot +- ​Remove container sx default (#2779) @Janpot +- ​Use a context to distribute project API (#2766) @Janpot +- ​Demonstrate how data providers can be used with prisma (#2774) @Janpot +- ​Unify preview and canvas entrypoints (#2760) @Janpot +- ​Use toggle buttons for text mode property (#2764) @Janpot +- ​Add Markdown and Link components (#2763) @Janpot +- ​fix lock file @Janpot +- ​Block next.js from updating (#2768) @Janpot +- ​New page creation UX (#2728) @apedroferreira +- ​Introduce Data providers (#2644) @Janpot +- ​Update monorepo (#2758) @apedroferreira +- ​Simplify the editor RPC implementation (#2756) @Janpot +- ​Allow integrating toolpad applications in a custom server (#2747) @Janpot +- ​Move the perf cascade css file to the HarViewer component (#2755) @Janpot +- ​[core] Smoothen edges on the new Editable Tree component (#2778) @bharatkashyap +- ​[core] Revert Next to v13.4.19 @oliviertassinari + +All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @Janpot, @oliviertassinari + ## 0.1.31 diff --git a/docs/package.json b/docs/package.json index d7470ee3434..9c85fa8b3d4 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "0.1.31", + "version": "0.1.32", "private": true, "author": "MUI Toolpad", "license": "MIT", @@ -30,7 +30,7 @@ "@mui/material": "5.14.13", "@mui/monorepo": "https://github.com/mui/material-ui.git", "@mui/styles": "5.14.13", - "@mui/toolpad": "0.1.31", + "@mui/toolpad": "0.1.32", "@mui/utils": "5.14.13", "@trendmicro/react-interpolate": "0.5.5", "@types/lodash": "4.14.199", diff --git a/lerna.json b/lerna.json index cd00dee09a6..bac4a8c44c1 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.1.31", + "version": "0.1.32", "npmClient": "yarn" } diff --git a/package.json b/package.json index a49098ad2e8..83ac3253fab 100644 --- a/package.json +++ b/package.json @@ -28,8 +28,8 @@ "jsonlint": "node ./scripts/jsonlint.mjs", "release:build": "lerna run --ignore docs --stream build", "release:version": "lerna version --exact --no-changelog --no-push --no-git-tag-version", - "release:publish": "yarn && yarn release:build && lerna publish from-package --force-publish --no-git-tag-version --no-push --no-git-reset", - "release:publish-canary": "yarn && yarn release:build && lerna publish from-package --force-publish --no-git-tag-version --no-push --no-git-reset --pre-dist-tag canary", + "release:publish": "yarn && yarn release:build && lerna publish from-package --force-publish --no-git-tag-version --no-push", + "release:publish-canary": "yarn && yarn release:build && lerna publish from-package --force-publish --no-git-tag-version --no-push --pre-dist-tag canary", "release:changelog": "dotenv -- node ./scripts/releaseChangelog.mjs --repo mui-toolpad", "test:build": "lerna run build --scope @mui/toolpad-core --scope @mui/toolpad-components --stream", "test:integration": "rimraf ./node_modules/.vite && playwright test --config ./test/playwright.config.ts", diff --git a/packages/create-toolpad-app/package.json b/packages/create-toolpad-app/package.json index b192acd168f..a9587afdd00 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.31", + "version": "0.1.32", "keywords": [ "react", "toolpad", @@ -30,7 +30,7 @@ "node": ">=18" }, "dependencies": { - "@mui/toolpad-utils": "0.1.31", + "@mui/toolpad-utils": "0.1.32", "chalk": "5.3.0", "execa": "8.0.1", "inquirer": "9.2.11", @@ -44,6 +44,5 @@ "@types/node": "20.8.3", "@types/semver": "7.5.3", "@types/yargs": "17.0.28" - }, - "gitHead": "0186d8a811d0c172f193d8e961cd763d5024b71a" + } } diff --git a/packages/eslint-plugin-material-ui/package.json b/packages/eslint-plugin-material-ui/package.json index fbb367ca84c..5763faac8d0 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.31", + "version": "0.1.32", "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 e475c06676f..8f555dde72e 100644 --- a/packages/toolpad-app/package.json +++ b/packages/toolpad-app/package.json @@ -1,6 +1,6 @@ { "name": "@mui/toolpad", - "version": "0.1.31", + "version": "0.1.32", "license": "MIT", "bin": { "toolpad": "./cli.js" @@ -56,9 +56,9 @@ "@mui/lab": "5.0.0-alpha.148", "@mui/material": "5.14.13", "@mui/system": "5.14.13", - "@mui/toolpad-components": "0.1.31", - "@mui/toolpad-core": "0.1.31", - "@mui/toolpad-utils": "0.1.31", + "@mui/toolpad-components": "0.1.32", + "@mui/toolpad-core": "0.1.32", + "@mui/toolpad-utils": "0.1.32", "@mui/types": "7.2.6", "@mui/utils": "5.14.13", "@mui/x-data-grid": "6.16.1", @@ -172,6 +172,5 @@ "typings": "./index.d.ts", "publishConfig": { "access": "public" - }, - "gitHead": "0186d8a811d0c172f193d8e961cd763d5024b71a" + } } diff --git a/packages/toolpad-components/package.json b/packages/toolpad-components/package.json index 17e97987ce2..1244371f833 100644 --- a/packages/toolpad-components/package.json +++ b/packages/toolpad-components/package.json @@ -1,6 +1,6 @@ { "name": "@mui/toolpad-components", - "version": "0.1.31", + "version": "0.1.32", "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.13", "@mui/lab": "5.0.0-alpha.148", "@mui/material": "5.14.13", - "@mui/toolpad-core": "0.1.31", - "@mui/toolpad-utils": "0.1.31", + "@mui/toolpad-core": "0.1.32", + "@mui/toolpad-utils": "0.1.32", "@mui/x-data-grid-pro": "6.16.1", "@mui/x-date-pickers": "6.16.1", "@mui/x-license-pro": "6.10.2", @@ -63,6 +63,5 @@ }, "publishConfig": { "access": "public" - }, - "gitHead": "0186d8a811d0c172f193d8e961cd763d5024b71a" + } } diff --git a/packages/toolpad-core/package.json b/packages/toolpad-core/package.json index fd0556993e1..887877086d0 100644 --- a/packages/toolpad-core/package.json +++ b/packages/toolpad-core/package.json @@ -1,6 +1,6 @@ { "name": "@mui/toolpad-core", - "version": "0.1.31", + "version": "0.1.32", "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.13", - "@mui/toolpad-utils": "0.1.31", + "@mui/toolpad-utils": "0.1.32", "@tanstack/react-query": "4.36.1", "@types/json-schema": "7.0.13", "cookie": "0.5.0", @@ -67,6 +67,5 @@ }, "publishConfig": { "access": "public" - }, - "gitHead": "0186d8a811d0c172f193d8e961cd763d5024b71a" + } } diff --git a/packages/toolpad-utils/package.json b/packages/toolpad-utils/package.json index 26cdb890f23..1ee54842bf2 100644 --- a/packages/toolpad-utils/package.json +++ b/packages/toolpad-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/toolpad-utils", - "version": "0.1.31", + "version": "0.1.32", "description": "Build MUI apps quickly", "author": "MUI Toolpad team", "homepage": "https://github.com/mui/mui-toolpad#readme", @@ -63,6 +63,5 @@ "@types/prettier": "2.7.3", "@types/react": "18.2.25", "@types/react-is": "18.2.2" - }, - "gitHead": "0186d8a811d0c172f193d8e961cd763d5024b71a" + } }