From 1b962a61c14480d29311c70ad6cf82cb3f98990e Mon Sep 17 00:00:00 2001 From: Bharat Kashyap Date: Thu, 8 Feb 2024 20:01:58 +0900 Subject: [PATCH] [release] v0.1.49 (#3179) --- CHANGELOG.md | 41 +++++++++++++++++++ docs/package.json | 2 +- lerna.json | 2 +- packages/create-toolpad-app/package.json | 2 +- .../eslint-plugin-material-ui/package.json | 2 +- packages/toolpad-app/package.json | 2 +- packages/toolpad-components/package.json | 2 +- packages/toolpad-core/package.json | 2 +- packages/toolpad-utils/package.json | 2 +- 9 files changed, 49 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ef3d453ad9..622615d1c69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,46 @@ # Changelog +## v0.1.49 + + + +_Feb 8, 2024_ + +A big thanks to the 5 contributors who made this release possible. Here are some highlights ✨: + +- Adds **authentication and authorization** support with Google, GitHub, and Azure AD (_paid_), along with detailed documentation on how to get up and running. + +- Miscellaneous bug fixes and maintenance work. + +- ​Authentication fixes/improvements (#3174) @apedroferreira +- ​chore(deps): bump mui core (#3175) @renovate[bot] +- ​Add isCanvas into app host context (#3170) @Janpot +- ​Fix a few react-resizable-panels warnings (#3173) @Janpot +- ​Improve package layout (#3148) @Janpot +- ​Add authorization docs (#3067) @apedroferreira +- ​Authentication/authorization tests (#3056) @apedroferreira +- ​Update renovate.json @Janpot +- ​chore(deps): bump dependencies (#3163) @renovate[bot] +- ​chore(deps): bump dependencies (major) (#3166) @renovate[bot] +- ​chore(deps): bump devdependencies (#3160) @renovate[bot] +- ​chore(deps): bump github/codeql-action action to v3.24.0 (#3164) @renovate[bot] +- ​chore(deps): bump pnpm to 8.15.1 (#3162) @renovate[bot] +- ​chore(deps): bump playwright (#3161) @renovate[bot] +- ​chore(deps): bump @mui/monorepo digest to 3c445c6 (#3159) @renovate[bot] +- ​fix: "Unexpected token ';'" in expressions with trailing ';' (#3147) @bharatkashyap +- ​Lock file maintenance (#3150) @renovate[bot] +- ​Add stronger warning to the auto generated files to avoid hand-editing (#3146) @Janpot +- ​Add RBAC with Azure AD authentication provider (#3077) @apedroferreira +- ​Run prettier (#3144) @Janpot +- ​Update monorepo (#3134) @apedroferreira +- ​[code-infra] Avoid aliasing to the monorepo dependencies (#3137) @Janpot +- ​[core] [docs] Add warnings, docs and gating for paid features (#3156) @bharatkashyap +- ​[core] Use non breaking spaces (#3145) @oliviertassinari +- ​[core] Sync with main repo @oliviertassinari +- ​[docs] Fix 301 link @oliviertassinari + +All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @Janpot, @oliviertassinari, @renovate[bot] + ## 0.1.48 diff --git a/docs/package.json b/docs/package.json index f06cbf005c3..3dc4b853b39 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "0.1.48", + "version": "0.1.49", "private": true, "author": "MUI Toolpad", "license": "MIT", diff --git a/lerna.json b/lerna.json index 07cd1d5c6f4..3d8ac027394 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.1.48", + "version": "0.1.49", "npmClient": "pnpm" } diff --git a/packages/create-toolpad-app/package.json b/packages/create-toolpad-app/package.json index 63006237ef9..d94450cbdd9 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.48", + "version": "0.1.49", "keywords": [ "react", "toolpad", diff --git a/packages/eslint-plugin-material-ui/package.json b/packages/eslint-plugin-material-ui/package.json index 145b94d5577..e4919011c56 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.48", + "version": "0.1.49", "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 804f0af2829..ba7d3d9c67f 100644 --- a/packages/toolpad-app/package.json +++ b/packages/toolpad-app/package.json @@ -1,6 +1,6 @@ { "name": "@mui/toolpad", - "version": "0.1.48", + "version": "0.1.49", "license": "MIT", "bin": { "toolpad": "./cli.mjs" diff --git a/packages/toolpad-components/package.json b/packages/toolpad-components/package.json index 27e85e34e34..75f9f753b4e 100644 --- a/packages/toolpad-components/package.json +++ b/packages/toolpad-components/package.json @@ -1,6 +1,6 @@ { "name": "@mui/toolpad-components", - "version": "0.1.48", + "version": "0.1.49", "description": "Build MUI apps quickly", "author": "MUI Toolpad team", "homepage": "https://github.com/mui/mui-toolpad#readme", diff --git a/packages/toolpad-core/package.json b/packages/toolpad-core/package.json index 781cd68f631..bbb56d4bfd4 100644 --- a/packages/toolpad-core/package.json +++ b/packages/toolpad-core/package.json @@ -1,6 +1,6 @@ { "name": "@mui/toolpad-core", - "version": "0.1.48", + "version": "0.1.49", "description": "Build MUI apps quickly", "author": "MUI Toolpad team", "homepage": "https://github.com/mui/mui-toolpad#readme", diff --git a/packages/toolpad-utils/package.json b/packages/toolpad-utils/package.json index f7007cac275..384bb1d566b 100644 --- a/packages/toolpad-utils/package.json +++ b/packages/toolpad-utils/package.json @@ -1,6 +1,6 @@ { "name": "@mui/toolpad-utils", - "version": "0.1.48", + "version": "0.1.49", "description": "Build MUI apps quickly", "author": "MUI Toolpad team", "homepage": "https://github.com/mui/mui-toolpad#readme",