Skip to content

Commit

Permalink
v0.0.12 (#724)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap authored Aug 3, 2022
1 parent 5409576 commit 0028ccc
Show file tree
Hide file tree
Showing 7 changed files with 30 additions and 9 deletions.
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,26 @@
# Changelog

## v0.0.12

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

_Aug 3, 2022_

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

Allow vertically resizing components, add configuration options to Fetch datasource.

- &#8203;<!-- 8 -->Allow scrolling the page when over the monaco editor (#719) @Janpot
- &#8203;<!-- 7 -->Make DataTable vertically resizeable (#700) @apedroferreira
- &#8203;<!-- 6 -->Fix typo (#715) @oliviertassinari
- &#8203;<!-- 5 -->Make fetch method configurable (#708) @Janpot
- &#8203;<!-- 4 -->Remove some unnecessary component sizing (#710) @Janpot
- &#8203;<!-- 3 -->[core] `NodeReference` type for references to nodes (#720) @bharatkashyap
- &#8203;<!-- 2 -->[core] Remove duplicated file (#714) @oliviertassinari
- &#8203;<!-- 1 -->[core] Prepare automation for support (#612) @oliviertassinari

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

## v0.0.11

<!-- generated comparing v0.0.10..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.11",
"version": "0.0.12",
"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.11",
"version": "0.0.12",
"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.11",
"version": "0.0.12",
"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.11",
"version": "0.0.12",
"license": "MIT",
"scripts": {
"build": "yarn prisma generate && concurrently \"yarn:build:*\" && rimraf ./.next/cache",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@mui/lab": "^5.0.0-alpha.88",
"@mui/material": "^5.8.6",
"@mui/system": "^5.8.6",
"@mui/toolpad-components": "^0.0.11",
"@mui/toolpad-core": "^0.0.11",
"@mui/toolpad-components": "^0.0.12",
"@mui/toolpad-core": "^0.0.12",
"@mui/utils": "^5.8.6",
"@mui/x-data-grid-pro": "^5.12.3",
"@prisma/client": "^4.0.0",
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.11",
"version": "0.0.12",
"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.8.6",
"@mui/toolpad-core": "^0.0.11",
"@mui/toolpad-core": "^0.0.12",
"@mui/x-data-grid-pro": "^5.12.3"
},
"devDependencies": {
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.11",
"version": "0.0.12",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down

0 comments on commit 0028ccc

Please sign in to comment.