Skip to content

Commit

Permalink
v0.1.47 (mui#3128)
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira committed Jan 25, 2024
1 parent 0831f50 commit b2185c9
Show file tree
Hide file tree
Showing 9 changed files with 31 additions and 8 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## 0.1.47

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

_Jan 25, 2024_

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

Small improvements to documentation and examples, general cleanup and enhancements for more stability.

- &#8203;<!-- 10 -->Improve portability of ToolpadApp (#3126) @Janpot
- &#8203;<!-- 09 -->Run prettier on files after generating schema json (#3123) @Janpot
- &#8203;<!-- 08 -->Add missing dependencies to the next.js example (#3124) @Janpot
- &#8203;<!-- 07 -->Move App dom to Toolpad core (#3116) @Janpot
- &#8203;<!-- 06 -->In the readme.md replaced product demo video with gif (#3069) @prakhargupta1
- &#8203;<!-- 05 -->Remove old package.json (#3101) @Janpot
- &#8203;<!-- 04 -->Adjust schedule for monorepo update (#3112) @Janpot
- &#8203;<!-- 03 -->Make toolpad-core and toopad-components ESM only (#3099) @Janpot
- &#8203;<!-- 02 -->Remove types and useBoolean proxy modules (#3088) @Janpot
- &#8203;<!-- 01 -->[docs] `;` causes query to fail (#3119) @bharatkashyap

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

## 0.1.46

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

0 comments on commit b2185c9

Please sign in to comment.