diff --git a/CHANGELOG.md b/CHANGELOG.md index e5ff17359a8..2b9604317ee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,31 @@ # Changelog +## 0.1.30 + + + +_Sep 28, 2023_ + +A big thanks to the 3 contributors who made this release possible. Here are some highlights ✨: + +Some more documentation improvements, move to Vitest and minor bug fixes. + +- ​fix 2704 (#2725) @JerryWu1234 +- ​Fix prettier changes script (#2722) @Janpot +- ​Remove unused address dependency (#2723) @Janpot +- ​yarn prettier @oliviertassinari +- ​Move to vitest (#2709) @Janpot +- ​Run full prettier in CI (#2713) @Janpot +- ​Improve docs language consistency (#2715) @Janpot +- ​Fix typo in docs description (#2714) @Janpot +- ​Update monorepo (#2712) @Janpot +- ​[core] Sync prism-okaidia.css with docs-infra @oliviertassinari +- ​[core] Straight quotes & website monorepo change @oliviertassinari + +All contributors of this release in alphabetical order: @Janpot, @JerryWu1234, @oliviertassinari + +✨ Done in 1.32s. + ## 0.1.29 diff --git a/docs/package.json b/docs/package.json index 3859a0fb458..a0159dd116f 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "0.1.29", + "version": "0.1.30", "private": true, "author": "MUI Toolpad", "license": "MIT", @@ -30,7 +30,7 @@ "@mui/material": "5.14.11", "@mui/monorepo": "https://github.com/mui/material-ui.git", "@mui/styles": "5.14.11", - "@mui/toolpad": "0.1.29", + "@mui/toolpad": "0.1.30", "@mui/utils": "5.14.11", "@trendmicro/react-interpolate": "0.5.5", "@types/lodash": "4.14.199", diff --git a/lerna.json b/lerna.json index 01926af007c..88853cda8c4 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.1.29", + "version": "0.1.30", "npmClient": "yarn" } diff --git a/packages/create-toolpad-app/package.json b/packages/create-toolpad-app/package.json index d8795f3dd9a..cc58f0e7fe3 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.29", + "version": "0.1.30", "keywords": [ "react", "toolpad", @@ -30,7 +30,7 @@ "node": ">=18" }, "dependencies": { - "@mui/toolpad-utils": "0.1.29", + "@mui/toolpad-utils": "0.1.30", "chalk": "5.3.0", "execa": "8.0.1", "inquirer": "9.2.11", @@ -44,5 +44,6 @@ "@types/node": "20.6.4", "@types/semver": "7.5.2", "@types/yargs": "17.0.24" - } + }, + "gitHead": "4057a5514725c4eb709d3db9a0a3720f7901a4ea" } diff --git a/packages/eslint-plugin-material-ui/package.json b/packages/eslint-plugin-material-ui/package.json index af2302d9ccf..5a593f047df 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.29", + "version": "0.1.30", "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 63bec15142f..39fd31fe0ef 100644 --- a/packages/toolpad-app/package.json +++ b/packages/toolpad-app/package.json @@ -1,6 +1,6 @@ { "name": "@mui/toolpad", - "version": "0.1.29", + "version": "0.1.30", "license": "MIT", "bin": { "toolpad": "./cli.js" @@ -51,9 +51,9 @@ "@mui/lab": "5.0.0-alpha.146", "@mui/material": "5.14.11", "@mui/system": "5.14.11", - "@mui/toolpad-components": "0.1.29", - "@mui/toolpad-core": "0.1.29", - "@mui/toolpad-utils": "0.1.29", + "@mui/toolpad-components": "0.1.30", + "@mui/toolpad-core": "0.1.30", + "@mui/toolpad-utils": "0.1.30", "@mui/types": "7.2.4", "@mui/utils": "5.14.11", "@mui/x-data-grid": "6.14.0", @@ -167,5 +167,6 @@ "typings": "./index.d.ts", "publishConfig": { "access": "public" - } + }, + "gitHead": "4057a5514725c4eb709d3db9a0a3720f7901a4ea" } diff --git a/packages/toolpad-components/package.json b/packages/toolpad-components/package.json index f3d1157d87e..c6be6b0d611 100644 --- a/packages/toolpad-components/package.json +++ b/packages/toolpad-components/package.json @@ -1,6 +1,6 @@ { "name": "@mui/toolpad-components", - "version": "0.1.29", + "version": "0.1.30", "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.11", "@mui/lab": "5.0.0-alpha.146", "@mui/material": "5.14.11", - "@mui/toolpad-core": "0.1.29", - "@mui/toolpad-utils": "0.1.29", + "@mui/toolpad-core": "0.1.30", + "@mui/toolpad-utils": "0.1.30", "@mui/x-data-grid-pro": "6.14.0", "@mui/x-date-pickers": "6.14.0", "@mui/x-license-pro": "6.10.2", @@ -61,5 +61,6 @@ }, "publishConfig": { "access": "public" - } + }, + "gitHead": "4057a5514725c4eb709d3db9a0a3720f7901a4ea" } diff --git a/packages/toolpad-core/package.json b/packages/toolpad-core/package.json index 0750a5e7175..971742f8016 100644 --- a/packages/toolpad-core/package.json +++ b/packages/toolpad-core/package.json @@ -1,6 +1,6 @@ { "name": "@mui/toolpad-core", - "version": "0.1.29", + "version": "0.1.30", "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.11", - "@mui/toolpad-utils": "0.1.29", + "@mui/toolpad-utils": "0.1.30", "@tanstack/react-query": "4.35.3", "@types/json-schema": "7.0.13", "cookie": "0.5.0", @@ -67,5 +67,6 @@ }, "publishConfig": { "access": "public" - } + }, + "gitHead": "4057a5514725c4eb709d3db9a0a3720f7901a4ea" } diff --git a/packages/toolpad-utils/package.json b/packages/toolpad-utils/package.json index 5dc479b564d..2062a3e4889 100644 --- a/packages/toolpad-utils/package.json +++ b/packages/toolpad-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/toolpad-utils", - "version": "0.1.29", + "version": "0.1.30", "description": "Build MUI apps quickly", "author": "MUI Toolpad team", "homepage": "https://github.com/mui/mui-toolpad#readme", @@ -63,5 +63,6 @@ "@types/prettier": "2.7.3", "@types/react": "18.2.22", "@types/react-is": "18.2.1" - } + }, + "gitHead": "4057a5514725c4eb709d3db9a0a3720f7901a4ea" }