Skip to content

Commit

Permalink
[release] v0.1.34 (#2833)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap authored Oct 25, 2023
1 parent 39cf032 commit cba8258
Show file tree
Hide file tree
Showing 9 changed files with 33 additions and 16 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# Changelog

## 0.1.34

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

_Oct 25, 2023_

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

Improvements to the Support page, some fixes to the tests.

- &#8203;<!-- 4 -->Update Support URL in Help menu (#2832) @bharatkashyap
- &#8203;<!-- 3 -->Fix flaky tests (#2812) @apedroferreira
- &#8203;<!-- 2 -->[core] Monorepo upgrade (#2825) @bharatkashyap
- &#8203;<!-- 1 -->[docs] A few Support page improvements (#2824) @bharatkashyap

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

## 0.1.33

<!-- generated comparing v0.1.32..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.33",
"version": "0.1.34",
"private": true,
"author": "MUI Toolpad",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@mui/material": "5.14.14",
"@mui/monorepo": "https://github.com/mui/material-ui.git",
"@mui/styles": "5.14.14",
"@mui/toolpad": "0.1.33",
"@mui/toolpad": "0.1.34",
"@mui/utils": "5.14.14",
"@trendmicro/react-interpolate": "0.5.5",
"@types/lodash": "4.14.200",
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.33",
"version": "0.1.34",
"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.33",
"version": "0.1.34",
"keywords": [
"react",
"toolpad",
Expand Down Expand Up @@ -30,7 +30,7 @@
"node": ">=18"
},
"dependencies": {
"@mui/toolpad-utils": "0.1.33",
"@mui/toolpad-utils": "0.1.34",
"chalk": "5.3.0",
"execa": "8.0.1",
"inquirer": "9.2.11",
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.33",
"version": "0.1.34",
"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.33",
"version": "0.1.34",
"license": "MIT",
"bin": {
"toolpad": "./cli.js"
Expand Down Expand Up @@ -56,9 +56,9 @@
"@mui/lab": "5.0.0-alpha.149",
"@mui/material": "5.14.14",
"@mui/system": "5.14.14",
"@mui/toolpad-components": "0.1.33",
"@mui/toolpad-core": "0.1.33",
"@mui/toolpad-utils": "0.1.33",
"@mui/toolpad-components": "0.1.34",
"@mui/toolpad-core": "0.1.34",
"@mui/toolpad-utils": "0.1.34",
"@mui/types": "7.2.6",
"@mui/utils": "5.14.14",
"@mui/x-data-grid": "6.16.3",
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.33",
"version": "0.1.34",
"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.14",
"@mui/lab": "5.0.0-alpha.149",
"@mui/material": "5.14.14",
"@mui/toolpad-core": "0.1.33",
"@mui/toolpad-utils": "0.1.33",
"@mui/toolpad-core": "0.1.34",
"@mui/toolpad-utils": "0.1.34",
"@mui/x-data-grid-pro": "6.16.3",
"@mui/x-date-pickers": "6.16.3",
"@mui/x-license-pro": "6.10.2",
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.33",
"version": "0.1.34",
"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.14",
"@mui/toolpad-utils": "0.1.33",
"@mui/toolpad-utils": "0.1.34",
"@tanstack/react-query": "4.36.1",
"@types/json-schema": "7.0.14",
"cookie": "0.5.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.33",
"version": "0.1.34",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down

0 comments on commit cba8258

Please sign in to comment.