Skip to content

Commit

Permalink
[release] v0.1.46 (#3094)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap authored Jan 18, 2024
1 parent 108ad19 commit f9c64c6
Show file tree
Hide file tree
Showing 9 changed files with 29 additions and 8 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## 0.1.46

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

_Jan 17, 2024_

A big thanks to the 2 contributors who made this release possible. Here are some highlights ✨:

Improvements to authorization and data providers, and some behind-the-scenes clean up!

- &#8203;<!-- 8 -->Fix screenshot flakeyness (#3087) @Janpot
- &#8203;<!-- 7 -->Load dotenv/config before reading the config (#3085) @Janpot
- &#8203;<!-- 6 -->Tweak data providers UI in the grid (#3084) @Janpot
- &#8203;<!-- 5 -->Improve authorization middleware (#3048) @apedroferreira
- &#8203;<!-- 4 -->Add universal required email configuration for authentication (#3047) @apedroferreira
- &#8203;<!-- 3 -->[code-infra] Replace hardcoded repository in monorepo update script (#3092) @Janpot
- &#8203;<!-- 2 -->[code-infra] Add monorepo update script (#3091) @Janpot
- &#8203;<!-- 1 -->[core] Use pnpm (#3065) @Janpot

All contributors of this release in alphabetical order: @apedroferreira, @Janpot

## 0.1.45

<!-- generated comparing v0.1.44..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.45",
"version": "0.1.46",
"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.45",
"version": "0.1.46",
"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.45",
"version": "0.1.46",
"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.45",
"version": "0.1.46",
"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.45",
"version": "0.1.46",
"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.45",
"version": "0.1.46",
"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.45",
"version": "0.1.46",
"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.45",
"version": "0.1.46",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down

0 comments on commit f9c64c6

Please sign in to comment.