Skip to content

Commit c85df1f

Browse files
authored
Release v0.0.40 (#1676)
1 parent b9cf053 commit c85df1f

File tree

8 files changed

+23
-11
lines changed

8 files changed

+23
-11
lines changed

CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 0.0.40
4+
5+
<!-- generated comparing v0.0.39..master -->
6+
7+
_Feb 15, 2023_
8+
9+
A big thanks to the 1 contributors who made this release possible. Here are some highlights ✨:
10+
11+
- &#8203;<!-- 1 -->Fix HMR issues with the canvas bridge (#1640) @Janpot
12+
13+
All contributors of this release in alphabetical order: @Janpot
14+
315
## 0.0.39
416

517
<!-- generated comparing v0.0.39-alpha.0..master -->

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.0.39",
3+
"version": "0.0.40",
44
"private": true,
55
"author": "MUI Toolpad",
66
"license": "MIT",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.0.39",
2+
"version": "0.0.40",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

packages/eslint-plugin-material-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-material-ui",
3-
"version": "0.0.39",
3+
"version": "0.0.40",
44
"private": true,
55
"description": "Custom eslint rules for MUI.",
66
"main": "src/index.js",

packages/toolpad-app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad-app",
3-
"version": "0.0.39",
3+
"version": "0.0.40",
44
"license": "MIT",
55
"scripts": {
66
"build": "yarn prisma generate && concurrently \"yarn:build:*\" && rimraf ./.next/cache",
@@ -47,8 +47,8 @@
4747
"@mui/lab": "^5.0.0-alpha.119",
4848
"@mui/material": "^5.11.8",
4949
"@mui/system": "^5.11.8",
50-
"@mui/toolpad-components": "^0.0.39",
51-
"@mui/toolpad-core": "^0.0.39",
50+
"@mui/toolpad-components": "^0.0.40",
51+
"@mui/toolpad-core": "^0.0.40",
5252
"@mui/types": "^7.2.3",
5353
"@mui/utils": "^5.11.7",
5454
"@mui/x-data-grid-generator": "^5.17.23",

packages/toolpad-components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad-components",
3-
"version": "0.0.39",
3+
"version": "0.0.40",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",
@@ -32,7 +32,7 @@
3232
},
3333
"dependencies": {
3434
"@mui/material": "^5.11.8",
35-
"@mui/toolpad-core": "^0.0.39",
35+
"@mui/toolpad-core": "^0.0.40",
3636
"@mui/x-data-grid-pro": "^5.17.23",
3737
"@mui/x-date-pickers": "^5.0.18",
3838
"dayjs": "^1.11.7",

packages/toolpad-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad-core",
3-
"version": "0.0.39",
3+
"version": "0.0.40",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",

packages/toolpad/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad",
3-
"version": "0.0.39",
3+
"version": "0.0.40",
44
"license": "MIT",
55
"scripts": {
66
"build": "tsc",
@@ -17,7 +17,7 @@
1717
"toolpad": "./index.mjs"
1818
},
1919
"dependencies": {
20-
"@mui/toolpad-app": "^0.0.39",
20+
"@mui/toolpad-app": "^0.0.40",
2121
"arg": "^5.0.2",
2222
"dotenv": "^16.0.3",
2323
"execa": "^7.0.0"

0 commit comments

Comments
 (0)