Skip to content

Commit

Permalink
[release] v0.1.49 (#3179)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap authored Feb 8, 2024
1 parent 79398e9 commit 1b962a6
Show file tree
Hide file tree
Showing 9 changed files with 49 additions and 8 deletions.
41 changes: 41 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,46 @@
# Changelog

## v0.1.49

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

_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.

- &#8203;<!-- 26 -->Authentication fixes/improvements (#3174) @apedroferreira
- &#8203;<!-- 25 -->chore(deps): bump mui core (#3175) @renovate[bot]
- &#8203;<!-- 24 -->Add isCanvas into app host context (#3170) @Janpot
- &#8203;<!-- 23 -->Fix a few react-resizable-panels warnings (#3173) @Janpot
- &#8203;<!-- 22 -->Improve package layout (#3148) @Janpot
- &#8203;<!-- 21 -->Add authorization docs (#3067) @apedroferreira
- &#8203;<!-- 20 -->Authentication/authorization tests (#3056) @apedroferreira
- &#8203;<!-- 19 -->Update renovate.json @Janpot
- &#8203;<!-- 18 -->chore(deps): bump dependencies (#3163) @renovate[bot]
- &#8203;<!-- 17 -->chore(deps): bump dependencies (major) (#3166) @renovate[bot]
- &#8203;<!-- 16 -->chore(deps): bump devdependencies (#3160) @renovate[bot]
- &#8203;<!-- 15 -->chore(deps): bump github/codeql-action action to v3.24.0 (#3164) @renovate[bot]
- &#8203;<!-- 14 -->chore(deps): bump pnpm to 8.15.1 (#3162) @renovate[bot]
- &#8203;<!-- 13 -->chore(deps): bump playwright (#3161) @renovate[bot]
- &#8203;<!-- 12 -->chore(deps): bump @mui/monorepo digest to 3c445c6 (#3159) @renovate[bot]
- &#8203;<!-- 11 -->fix: "Unexpected token ';'" in expressions with trailing ';' (#3147) @bharatkashyap
- &#8203;<!-- 10 -->Lock file maintenance (#3150) @renovate[bot]
- &#8203;<!-- 09 -->Add stronger warning to the auto generated files to avoid hand-editing (#3146) @Janpot
- &#8203;<!-- 08 -->Add RBAC with Azure AD authentication provider (#3077) @apedroferreira
- &#8203;<!-- 07 -->Run prettier (#3144) @Janpot
- &#8203;<!-- 06 -->Update monorepo (#3134) @apedroferreira
- &#8203;<!-- 05 -->[code-infra] Avoid aliasing to the monorepo dependencies (#3137) @Janpot
- &#8203;<!-- 04 -->[core] [docs] Add warnings, docs and gating for paid features (#3156) @bharatkashyap
- &#8203;<!-- 03 -->[core] Use non breaking spaces (#3145) @oliviertassinari
- &#8203;<!-- 02 -->[core] Sync with main repo @oliviertassinari
- &#8203;<!-- 01 -->[docs] Fix 301 link @oliviertassinari

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

## 0.1.48

<!-- generated comparing v0.1.47..master -->
Expand Down
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.1.48",
"version": "0.1.49",
"private": true,
"author": "MUI Toolpad",
"license": "MIT",
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.48",
"version": "0.1.49",
"npmClient": "pnpm"
}
2 changes: 1 addition & 1 deletion 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.48",
"version": "0.1.49",
"keywords": [
"react",
"toolpad",
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.48",
"version": "0.1.49",
"private": true,
"description": "Custom eslint rules for MUI.",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion 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.48",
"version": "0.1.49",
"license": "MIT",
"bin": {
"toolpad": "./cli.mjs"
Expand Down
2 changes: 1 addition & 1 deletion 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.48",
"version": "0.1.49",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down
2 changes: 1 addition & 1 deletion 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.48",
"version": "0.1.49",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
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.48",
"version": "0.1.49",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down

0 comments on commit 1b962a6

Please sign in to comment.