Skip to content

Commit

Permalink
v0.1.28 (#2669)
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira authored Sep 13, 2023
1 parent d3e1b90 commit 6119aa2
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 24 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,39 @@
# Changelog

## 0.1.28

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

_Sep 13, 2023_

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

Support date and time formats in DataGrid, upgrade to Node 18, fix container components, respect user's prettier config when formatting files.

- &#8203;<!-- 21 -->Simplify component loading (#2667) @Janpot
- &#8203;<!-- 20 -->Fix gap and direction in layout slots (#2653) @apedroferreira
- &#8203;<!-- 19 -->Support date/dateTime formatting (#2589) @Janpot
- &#8203;<!-- 18 -->Remove monaco-editor special case in renovatebot (#2663) @Janpot
- &#8203;<!-- 17 -->format component and function (#2665) @JerryWu1234
- &#8203;<!-- 16 -->Upgrade react-inspector (#2647) @Janpot
- &#8203;<!-- 15 -->Remove fetch polyfills for node 18 (#2651) @Janpot
- &#8203;<!-- 14 -->respect the user's prettier config when writing yml files (#2638) @JerryWu1234
- &#8203;<!-- 13 -->Allow execa update (#2654) @Janpot
- &#8203;<!-- 12 -->Fix container components (#2635) @apedroferreira
- &#8203;<!-- 11 -->Upgrade to Node 18 (#2505) @apedroferreira
- &#8203;<!-- 10 -->[docs] Simpler package readme @oliviertassinari
- &#8203;<!-- 09 -->[docs] Fix /toolpad/reference/api/get-context/ 404 (#2656) @oliviertassinari
- &#8203;<!-- 08 -->[docs] Fix description @oliviertassinari
- &#8203;<!-- 07 -->[docs] Fix 404 link @oliviertassinari
- &#8203;<!-- 06 -->[docs] Sync prism with docs-infra (#2652) @oliviertassinari
- &#8203;<!-- 05 -->[examples] Migrate to railsway (#2646) @oliviertassinari
- &#8203;<!-- 04 -->[refactor] Refactor worker rpc (#2645) @Janpot
- &#8203;<!-- 03 -->[website] Tweak a few elements on the landing page (#2666) @danilo-leal
- &#8203;<!-- 02 -->[website] Remove dead code @oliviertassinari
- &#8203;<!-- 01 -->[website] Fix redirection @oliviertassinari

All contributors of this release in alphabetical order: @apedroferreira, @danilo-leal, @Janpot, @JerryWu1234, @oliviertassinari

## 0.1.27

<!-- generated comparing v0.1.26..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.27",
"version": "0.1.28",
"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,4 +1,4 @@
{
"version": "0.1.27",
"version": "0.1.28",
"npmClient": "yarn"
}
6 changes: 3 additions & 3 deletions 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.27",
"version": "0.1.28",
"keywords": [
"react",
"toolpad",
Expand Down Expand Up @@ -30,7 +30,7 @@
"node": ">=18"
},
"dependencies": {
"@mui/toolpad-utils": "0.1.27",
"@mui/toolpad-utils": "0.1.28",
"chalk": "5.3.0",
"execa": "8.0.1",
"inquirer": "9.2.11",
Expand All @@ -41,5 +41,5 @@
"devDependencies": {
"@types/inquirer": "9.0.3"
},
"gitHead": "342439583072ebcaaa3b3587517804e4fdfb9dcf"
"gitHead": "60bec54459ba0f3334c62f12e6e6c2c10a08fd21"
}
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.27",
"version": "0.1.28",
"private": true,
"description": "Custom eslint rules for MUI.",
"main": "src/index.js",
Expand Down
10 changes: 5 additions & 5 deletions 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.27",
"version": "0.1.28",
"license": "MIT",
"bin": {
"toolpad": "./cli.js"
Expand Down Expand Up @@ -51,9 +51,9 @@
"@mui/lab": "5.0.0-alpha.144",
"@mui/material": "5.14.9",
"@mui/system": "5.14.9",
"@mui/toolpad-components": "0.1.27",
"@mui/toolpad-core": "0.1.27",
"@mui/toolpad-utils": "0.1.27",
"@mui/toolpad-components": "0.1.28",
"@mui/toolpad-core": "0.1.28",
"@mui/toolpad-utils": "0.1.28",
"@mui/types": "7.2.4",
"@mui/utils": "5.14.9",
"@mui/x-data-grid": "6.13.0",
Expand Down Expand Up @@ -165,5 +165,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "342439583072ebcaaa3b3587517804e4fdfb9dcf"
"gitHead": "60bec54459ba0f3334c62f12e6e6c2c10a08fd21"
}
8 changes: 4 additions & 4 deletions 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.27",
"version": "0.1.28",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -41,8 +41,8 @@
"@mui/icons-material": "5.14.9",
"@mui/lab": "5.0.0-alpha.144",
"@mui/material": "5.14.9",
"@mui/toolpad-core": "0.1.27",
"@mui/toolpad-utils": "0.1.27",
"@mui/toolpad-core": "0.1.28",
"@mui/toolpad-utils": "0.1.28",
"@mui/x-data-grid-pro": "6.13.0",
"@mui/x-date-pickers": "6.13.0",
"@mui/x-license-pro": "6.10.2",
Expand All @@ -61,5 +61,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "342439583072ebcaaa3b3587517804e4fdfb9dcf"
"gitHead": "60bec54459ba0f3334c62f12e6e6c2c10a08fd21"
}
6 changes: 3 additions & 3 deletions 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.27",
"version": "0.1.28",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@mui/material": "5.14.9",
"@mui/toolpad-utils": "0.1.27",
"@mui/toolpad-utils": "0.1.28",
"@tanstack/react-query": "4.35.0",
"@types/json-schema": "^7.0.12",
"cookie": "0.5.0",
Expand All @@ -61,5 +61,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "342439583072ebcaaa3b3587517804e4fdfb9dcf"
"gitHead": "60bec54459ba0f3334c62f12e6e6c2c10a08fd21"
}
12 changes: 6 additions & 6 deletions 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.27",
"version": "0.1.28",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -53,15 +53,15 @@
},
"dependencies": {
"invariant": "2.2.4",
"prettier": "2.8.8",
"react-is": "18.2.0",
"yaml": "2.3.2",
"yaml-diff-patch": "2.0.0",
"prettier": "2.8.8"
"yaml-diff-patch": "2.0.0"
},
"devDependencies": {
"@types/invariant": "2.2.35",
"@types/react-is": "18.2.1",
"@types/prettier": "2.7.3"
"@types/prettier": "2.7.3",
"@types/react-is": "18.2.1"
},
"gitHead": "342439583072ebcaaa3b3587517804e4fdfb9dcf"
"gitHead": "60bec54459ba0f3334c62f12e6e6c2c10a08fd21"
}

0 comments on commit 6119aa2

Please sign in to comment.