Skip to content

Commit

Permalink
v0.1.38 (#2927)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap authored Nov 22, 2023
1 parent 4b979b6 commit 627a91d
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 16 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## v0.1.38

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

_Nov 23, 2023_

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

Support custom code files for pages, fixes for the CLI tool, documentation improvements for examples and other behind the scenes work!

- &#8203;<!-- 13 -->Fix reactDevtools build location for dev mode (#2921) @Janpot
- &#8203;<!-- 12 -->Try out circleci parallelism (#2895) @Janpot
- &#8203;<!-- 11 -->Update README of examples with new CTA instructions (#2885) @Janpot
- &#8203;<!-- 10 -->Improve custom server documentation (#2898) @Janpot
- &#8203;<!-- 09 -->Remove --create option from toolpad CLI (#2899) @Janpot
- &#8203;<!-- 08 -->Isolate tsx in renovate.json (#2905) @Janpot
- &#8203;<!-- 07 -->Fix failing CTA test (#2900) @Janpot
- &#8203;<!-- 06 -->Update instructions for smoke testing the release (#2894) @Janpot
- &#8203;<!-- 05 -->[core] Upgrade monorepo (#2926) @bharatkashyap
- &#8203;<!-- 04 -->[core] Rename OpenCollective @oliviertassinari
- &#8203;<!-- 03 -->[docs] Add button and datagrid component guide, split Managing state doc (#2678) @prakhargupta1
- &#8203;<!-- 02 -->[docs] Add README to Stripe example (#2892) @bharatkashyap
- &#8203;<!-- 01 -->[experiment] Support custom code files for pages (#2891) @Janpot

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

## 0.1.37

<!-- generated comparing v0.1.36..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.37",
"version": "0.1.38",
"private": true,
"author": "MUI Toolpad",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@mui/material": "5.14.18",
"@mui/monorepo": "https://github.com/mui/material-ui.git",
"@mui/styles": "5.14.18",
"@mui/toolpad": "0.1.37",
"@mui/toolpad": "0.1.38",
"@mui/utils": "5.14.18",
"@trendmicro/react-interpolate": "0.5.5",
"@types/lodash": "4.14.201",
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.37",
"version": "0.1.38",
"npmClient": "yarn"
}
4 changes: 2 additions & 2 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.37",
"version": "0.1.38",
"keywords": [
"react",
"toolpad",
Expand Down Expand Up @@ -30,7 +30,7 @@
"node": ">=18"
},
"dependencies": {
"@mui/toolpad-utils": "0.1.37",
"@mui/toolpad-utils": "0.1.38",
"chalk": "5.3.0",
"execa": "8.0.1",
"inquirer": "9.2.12",
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.37",
"version": "0.1.38",
"private": true,
"description": "Custom eslint rules for MUI.",
"main": "src/index.js",
Expand Down
8 changes: 4 additions & 4 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.37",
"version": "0.1.38",
"license": "MIT",
"bin": {
"toolpad": "./cli.js"
Expand Down Expand Up @@ -56,9 +56,9 @@
"@mui/lab": "5.0.0-alpha.153",
"@mui/material": "5.14.18",
"@mui/system": "5.14.18",
"@mui/toolpad-components": "0.1.37",
"@mui/toolpad-core": "0.1.37",
"@mui/toolpad-utils": "0.1.37",
"@mui/toolpad-components": "0.1.38",
"@mui/toolpad-core": "0.1.38",
"@mui/toolpad-utils": "0.1.38",
"@mui/types": "7.2.9",
"@mui/utils": "5.14.18",
"@mui/x-charts": "6.18.1",
Expand Down
6 changes: 3 additions & 3 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.37",
"version": "0.1.38",
"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.18",
"@mui/lab": "5.0.0-alpha.153",
"@mui/material": "5.14.18",
"@mui/toolpad-core": "0.1.37",
"@mui/toolpad-utils": "0.1.37",
"@mui/toolpad-core": "0.1.38",
"@mui/toolpad-utils": "0.1.38",
"@mui/x-charts": "6.18.1",
"@mui/x-data-grid-pro": "6.18.1",
"@mui/x-date-pickers": "6.18.1",
Expand Down
4 changes: 2 additions & 2 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.37",
"version": "0.1.38",
"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.18",
"@mui/toolpad-utils": "0.1.37",
"@mui/toolpad-utils": "0.1.38",
"@tanstack/react-query": "5.8.4",
"@types/json-schema": "7.0.15",
"cookie": "0.6.0",
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.37",
"version": "0.1.38",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down

0 comments on commit 627a91d

Please sign in to comment.