Skip to content

Commit

Permalink
v0.1.30 (#2731)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap authored Sep 27, 2023
1 parent 30729b2 commit 8dfdccd
Show file tree
Hide file tree
Showing 9 changed files with 52 additions and 21 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 0.1.30

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

_Sep 28, 2023_

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

Some more documentation improvements, move to Vitest and minor bug fixes.

- &#8203;<!-- 11 -->fix 2704 (#2725) @JerryWu1234
- &#8203;<!-- 10 -->Fix prettier changes script (#2722) @Janpot
- &#8203;<!-- 09 -->Remove unused address dependency (#2723) @Janpot
- &#8203;<!-- 08 -->yarn prettier @oliviertassinari
- &#8203;<!-- 07 -->Move to vitest (#2709) @Janpot
- &#8203;<!-- 06 -->Run full prettier in CI (#2713) @Janpot
- &#8203;<!-- 05 -->Improve docs language consistency (#2715) @Janpot
- &#8203;<!-- 04 -->Fix typo in docs description (#2714) @Janpot
- &#8203;<!-- 03 -->Update monorepo (#2712) @Janpot
- &#8203;<!-- 02 -->[core] Sync prism-okaidia.css with docs-infra @oliviertassinari
- &#8203;<!-- 01 -->[core] Straight quotes & website monorepo change @oliviertassinari

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

✨ Done in 1.32s.

## 0.1.29

<!-- generated comparing v0.1.28..master -->
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.1.29",
"version": "0.1.30",
"private": true,
"author": "MUI Toolpad",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@mui/material": "5.14.11",
"@mui/monorepo": "https://github.com/mui/material-ui.git",
"@mui/styles": "5.14.11",
"@mui/toolpad": "0.1.29",
"@mui/toolpad": "0.1.30",
"@mui/utils": "5.14.11",
"@trendmicro/react-interpolate": "0.5.5",
"@types/lodash": "4.14.199",
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.29",
"version": "0.1.30",
"npmClient": "yarn"
}
7 changes: 4 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.29",
"version": "0.1.30",
"keywords": [
"react",
"toolpad",
Expand Down Expand Up @@ -30,7 +30,7 @@
"node": ">=18"
},
"dependencies": {
"@mui/toolpad-utils": "0.1.29",
"@mui/toolpad-utils": "0.1.30",
"chalk": "5.3.0",
"execa": "8.0.1",
"inquirer": "9.2.11",
Expand All @@ -44,5 +44,6 @@
"@types/node": "20.6.4",
"@types/semver": "7.5.2",
"@types/yargs": "17.0.24"
}
},
"gitHead": "4057a5514725c4eb709d3db9a0a3720f7901a4ea"
}
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.29",
"version": "0.1.30",
"private": true,
"description": "Custom eslint rules for MUI.",
"main": "src/index.js",
Expand Down
11 changes: 6 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.29",
"version": "0.1.30",
"license": "MIT",
"bin": {
"toolpad": "./cli.js"
Expand Down Expand Up @@ -51,9 +51,9 @@
"@mui/lab": "5.0.0-alpha.146",
"@mui/material": "5.14.11",
"@mui/system": "5.14.11",
"@mui/toolpad-components": "0.1.29",
"@mui/toolpad-core": "0.1.29",
"@mui/toolpad-utils": "0.1.29",
"@mui/toolpad-components": "0.1.30",
"@mui/toolpad-core": "0.1.30",
"@mui/toolpad-utils": "0.1.30",
"@mui/types": "7.2.4",
"@mui/utils": "5.14.11",
"@mui/x-data-grid": "6.14.0",
Expand Down Expand Up @@ -167,5 +167,6 @@
"typings": "./index.d.ts",
"publishConfig": {
"access": "public"
}
},
"gitHead": "4057a5514725c4eb709d3db9a0a3720f7901a4ea"
}
9 changes: 5 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.29",
"version": "0.1.30",
"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.11",
"@mui/lab": "5.0.0-alpha.146",
"@mui/material": "5.14.11",
"@mui/toolpad-core": "0.1.29",
"@mui/toolpad-utils": "0.1.29",
"@mui/toolpad-core": "0.1.30",
"@mui/toolpad-utils": "0.1.30",
"@mui/x-data-grid-pro": "6.14.0",
"@mui/x-date-pickers": "6.14.0",
"@mui/x-license-pro": "6.10.2",
Expand All @@ -61,5 +61,6 @@
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "4057a5514725c4eb709d3db9a0a3720f7901a4ea"
}
7 changes: 4 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.29",
"version": "0.1.30",
"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.11",
"@mui/toolpad-utils": "0.1.29",
"@mui/toolpad-utils": "0.1.30",
"@tanstack/react-query": "4.35.3",
"@types/json-schema": "7.0.13",
"cookie": "0.5.0",
Expand All @@ -67,5 +67,6 @@
},
"publishConfig": {
"access": "public"
}
},
"gitHead": "4057a5514725c4eb709d3db9a0a3720f7901a4ea"
}
5 changes: 3 additions & 2 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.29",
"version": "0.1.30",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -63,5 +63,6 @@
"@types/prettier": "2.7.3",
"@types/react": "18.2.22",
"@types/react-is": "18.2.1"
}
},
"gitHead": "4057a5514725c4eb709d3db9a0a3720f7901a4ea"
}

0 comments on commit 8dfdccd

Please sign in to comment.