Skip to content

Commit

Permalink
v0.0.33 (#1498)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap authored Dec 28, 2022
1 parent 2f81564 commit 2651764
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 9 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.0.33

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

_Dec 28, 2022_

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

Improvements to the scope explorer, and some other bug fixes an improvements.

- &#8203;<!-- 4 -->Fix: Demo reCaptcha v2 fallback does not work (#1485) @bharatkashyap
- &#8203;<!-- 3 -->Group scope variables by function in global scope explorer (#1464) @Janpot
- &#8203;<!-- 2 -->Fix canvas ref timing issues (#1476) @Janpot
- &#8203;<!-- 1 -->Fix flaky rest-basics test (#1481) @Janpot

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

## 0.0.32

<!-- generated comparing v0.0.31..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.0.32",
"version": "0.0.33",
"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,5 +1,5 @@
{
"version": "0.0.32",
"version": "0.0.33",
"npmClient": "yarn",
"useWorkspaces": true
}
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.0.32",
"version": "0.0.33",
"private": true,
"description": "Custom eslint rules for MUI.",
"main": "src/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/toolpad-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/toolpad-app",
"version": "0.0.32",
"version": "0.0.33",
"license": "MIT",
"scripts": {
"build": "yarn prisma generate && concurrently \"yarn:build:*\" && rimraf ./.next/cache",
Expand Down Expand Up @@ -42,8 +42,8 @@
"@mui/lab": "^5.0.0-alpha.114",
"@mui/material": "^5.11.2",
"@mui/system": "^5.11.2",
"@mui/toolpad-components": "^0.0.32",
"@mui/toolpad-core": "^0.0.32",
"@mui/toolpad-components": "^0.0.33",
"@mui/toolpad-core": "^0.0.33",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.2",
"@mui/x-data-grid-generator": "^5.17.17",
Expand Down
4 changes: 2 additions & 2 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.0.32",
"version": "0.0.33",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@mui/material": "^5.11.2",
"@mui/toolpad-core": "^0.0.32",
"@mui/toolpad-core": "^0.0.33",
"@mui/x-data-grid-pro": "^5.17.17",
"react-markdown": "^8.0.4"
},
Expand Down
2 changes: 1 addition & 1 deletion 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.0.32",
"version": "0.0.33",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down

0 comments on commit 2651764

Please sign in to comment.