Skip to content

Commit

Permalink
v0.0.17 (#912)
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira authored Sep 7, 2022
1 parent 3572d9f commit 8826ce8
Show file tree
Hide file tree
Showing 7 changed files with 42 additions and 9 deletions.
33 changes: 33 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,38 @@
# Changelog

## v0.0.17

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

_Sep 7, 2022_

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

Landing page, configure body and headers in REST datasources, support bindable default values for inputs, improved save state display, minimum and maximum values for number props.

- &#8203;<!-- 20 -->Support DatePicker examples in custom components (#903) @Janpot
- &#8203;<!-- 19 -->Disable binding for layout props (#862) @apedroferreira
- &#8203;<!-- 18 -->Update screen after every render (#896) @Janpot
- &#8203;<!-- 17 -->Rest datasource configure bodies and headers (#721) @Janpot
- &#8203;<!-- 16 -->Use PostgreSQL as displayName instead of Postgres (#894) @Janpot
- &#8203;<!-- 15 -->Upgrade typescript across packages (#897) @Janpot
- &#8203;<!-- 14 -->Allow minimum and maximum value for component number props (#871) @apedroferreira
- &#8203;<!-- 13 -->Fix typo in code (#883) @Janpot
- &#8203;<!-- 12 -->Simplify deploy flow (#875) @Janpot
- &#8203;<!-- 11 -->Add more info to console error detection in integration tests (#881) @Janpot
- &#8203;<!-- 10 -->Force node 16 on render.com (#880) @Janpot
- &#8203;<!-- 09 -->Editor and save state tweaks (#879) @apedroferreira
- &#8203;<!-- 08 -->Be more accepting in postgres error parsing (#877) @Janpot
- &#8203;<!-- 07 -->Support bindable default value for inputs (#838) @Janpot
- &#8203;<!-- 06 -->[core] Update monorepo (#891) @oliviertassinari
- &#8203;<!-- 05 -->[docs] Fix screenshot link in the README (#893) @bharatkashyap
- &#8203;<!-- 04 -->[website] Fix GA events going to development (#899) @bharatkashyap
- &#8203;<!-- 03 -->[website] Improve video poster (#892) @oliviertassinari
- &#8203;<!-- 02 -->[website] Fix logo dimension (#888) @oliviertassinari
- &#8203;<!-- 01 -->[website] Landing page (#809) @bharatkashyap

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

## v0.0.16

<!-- generated comparing v0.0.15..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.16",
"version": "0.0.17",
"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.16",
"version": "0.0.17",
"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.16",
"version": "0.0.17",
"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.16",
"version": "0.0.17",
"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.94",
"@mui/material": "^5.10.0",
"@mui/system": "^5.10.0",
"@mui/toolpad-components": "^0.0.16",
"@mui/toolpad-core": "^0.0.16",
"@mui/toolpad-components": "^0.0.17",
"@mui/toolpad-core": "^0.0.17",
"@mui/types": "^7.1.5",
"@mui/utils": "^5.9.3",
"@mui/x-data-grid-generator": "^5.17.1",
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.16",
"version": "0.0.17",
"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.10.0",
"@mui/toolpad-core": "^0.0.16",
"@mui/toolpad-core": "^0.0.17",
"@mui/x-data-grid-pro": "^5.15.2"
},
"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.16",
"version": "0.0.17",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down

0 comments on commit 8826ce8

Please sign in to comment.