Skip to content

Commit 8372f43

Browse files
v0.0.37 (#1600)
1 parent 1a07939 commit 8372f43

File tree

7 files changed

+32
-9
lines changed

7 files changed

+32
-9
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## 0.0.37
4+
5+
<!-- generated comparing v0.0.36..master -->
6+
7+
_Jan 25, 2023_
8+
9+
A big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
10+
11+
Added a new FilePicker component, some changes to page navigation and improvements to JavaScript runtime code.
12+
13+
- &#8203;<!-- 8 -->Fix navigation through DOM views with pages (#1565) @apedroferreira
14+
- &#8203;<!-- 7 -->Add FilePicker component (#1537) @bytasv
15+
- &#8203;<!-- 6 -->Split browser and server js runtimes (#1584) @Janpot
16+
- &#8203;<!-- 5 -->Fix webpack missing exports warnings (#1582) @Janpot
17+
- &#8203;<!-- 4 -->Make applyTransform runtime agnostic (#1585) @Janpot
18+
- &#8203;<!-- 3 -->Recreate yarn.lock (#1577) @Janpot
19+
- &#8203;<!-- 2 -->Upgrade monorepo dependency (#1580) @Janpot
20+
- &#8203;<!-- 1 -->Remove onChangeHandler from Select and TextField (#1576) @Janpot
21+
22+
All contributors of this release in alphabetical order: @apedroferreira, @bytasv, @Janpot
23+
24+
✨ Done in 1.69s.
25+
326
## 0.0.36
427

528
<!-- generated comparing v0.0.35..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.36",
3+
"version": "0.0.37",
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.36",
2+
"version": "0.0.37",
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.36",
3+
"version": "0.0.37",
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.36",
3+
"version": "0.0.37",
44
"license": "MIT",
55
"scripts": {
66
"build": "yarn prisma generate && concurrently \"yarn:build:*\" && rimraf ./.next/cache",
@@ -42,8 +42,8 @@
4242
"@mui/lab": "^5.0.0-alpha.117",
4343
"@mui/material": "^5.11.6",
4444
"@mui/system": "^5.11.5",
45-
"@mui/toolpad-components": "^0.0.36",
46-
"@mui/toolpad-core": "^0.0.36",
45+
"@mui/toolpad-components": "^0.0.37",
46+
"@mui/toolpad-core": "^0.0.37",
4747
"@mui/types": "^7.2.3",
4848
"@mui/utils": "^5.11.2",
4949
"@mui/x-data-grid-generator": "^5.17.20",

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.36",
3+
"version": "0.0.37",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@mui/material": "^5.11.6",
34-
"@mui/toolpad-core": "^0.0.36",
34+
"@mui/toolpad-core": "^0.0.37",
3535
"@mui/x-data-grid-pro": "^5.17.20",
3636
"@mui/x-date-pickers": "^5.0.15",
3737
"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.36",
3+
"version": "0.0.37",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",

0 commit comments

Comments
 (0)