Skip to content

Commit 0028ccc

Browse files
v0.0.12 (#724)
1 parent 5409576 commit 0028ccc

File tree

7 files changed

+30
-9
lines changed

7 files changed

+30
-9
lines changed

CHANGELOG.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,26 @@
11
# Changelog
22

3+
## v0.0.12
4+
5+
<!-- generated comparing v0.0.11..master -->
6+
7+
_Aug 3, 2022_
8+
9+
A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
10+
11+
Allow vertically resizing components, add configuration options to Fetch datasource.
12+
13+
- &#8203;<!-- 8 -->Allow scrolling the page when over the monaco editor (#719) @Janpot
14+
- &#8203;<!-- 7 -->Make DataTable vertically resizeable (#700) @apedroferreira
15+
- &#8203;<!-- 6 -->Fix typo (#715) @oliviertassinari
16+
- &#8203;<!-- 5 -->Make fetch method configurable (#708) @Janpot
17+
- &#8203;<!-- 4 -->Remove some unnecessary component sizing (#710) @Janpot
18+
- &#8203;<!-- 3 -->[core] `NodeReference` type for references to nodes (#720) @bharatkashyap
19+
- &#8203;<!-- 2 -->[core] Remove duplicated file (#714) @oliviertassinari
20+
- &#8203;<!-- 1 -->[core] Prepare automation for support (#612) @oliviertassinari
21+
22+
All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @Janpot, @oliviertassinari
23+
324
## v0.0.11
425

526
<!-- generated comparing v0.0.10..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.11",
3+
"version": "0.0.12",
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.11",
2+
"version": "0.0.12",
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.11",
3+
"version": "0.0.12",
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.11",
3+
"version": "0.0.12",
44
"license": "MIT",
55
"scripts": {
66
"build": "yarn prisma generate && concurrently \"yarn:build:*\" && rimraf ./.next/cache",
@@ -40,8 +40,8 @@
4040
"@mui/lab": "^5.0.0-alpha.88",
4141
"@mui/material": "^5.8.6",
4242
"@mui/system": "^5.8.6",
43-
"@mui/toolpad-components": "^0.0.11",
44-
"@mui/toolpad-core": "^0.0.11",
43+
"@mui/toolpad-components": "^0.0.12",
44+
"@mui/toolpad-core": "^0.0.12",
4545
"@mui/utils": "^5.8.6",
4646
"@mui/x-data-grid-pro": "^5.12.3",
4747
"@prisma/client": "^4.0.0",

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.11",
3+
"version": "0.0.12",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",
@@ -30,7 +30,7 @@
3030
},
3131
"dependencies": {
3232
"@mui/material": "^5.8.6",
33-
"@mui/toolpad-core": "^0.0.11",
33+
"@mui/toolpad-core": "^0.0.12",
3434
"@mui/x-data-grid-pro": "^5.12.3"
3535
},
3636
"devDependencies": {

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.11",
3+
"version": "0.0.12",
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)