Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release] v0.1.34 #2833

Merged
merged 1 commit into from
Oct 25, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading