Skip to content

Commit

Permalink
v0.0.39 (#1642)
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira authored Feb 8, 2023
1 parent 119c4c7 commit dc69077
Show file tree
Hide file tree
Showing 8 changed files with 37 additions and 11 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
# Changelog

## 0.0.39

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

_Feb 8, 2023_

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

Edit option from preview, improved Select component behavior, updated drag & drop UI/UX, improved image columns in Data Grid, add Data Grid documentation.

- &#8203;<!-- 13 -->Improve behavior of image columns (#1637) @Janpot
- &#8203;<!-- 12 -->Add DataGrid docs (#1616) @bytasv
- &#8203;<!-- 11 -->Fix console errors @apedroferreira
- &#8203;<!-- 10 -->Improve drag & drop / canvas UI (#1553) @apedroferreira
- &#8203;<!-- 09 -->Add some new future components (#1631) @Janpot
- &#8203;<!-- 08 -->Fix design issue template (#1636) @bytasv
- &#8203;<!-- 07 -->Add design GH template (#1632) @bytasv
- &#8203;<!-- 06 -->Remove - from select options (#1630) @Janpot
- &#8203;<!-- 05 -->Improve deploy in iframe tests (#1622) @Janpot
- &#8203;<!-- 04 -->disable server code build when not in local mode @Janpot
- &#8203;<!-- 03 -->Remove firefox specific branch in tests (#1620) @Janpot
- &#8203;<!-- 02 -->Add fast edit option from preview (#1603) @bytasv
- &#8203;<!-- 01 -->Be more accepting of select options (#1604) @Janpot

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

## 0.0.38

<!-- generated comparing v0.0.37..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.39-alpha.0",
"version": "0.0.39",
"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.39-alpha.0",
"version": "0.0.39",
"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.39-alpha.0",
"version": "0.0.39",
"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.39-alpha.0",
"version": "0.0.39",
"license": "MIT",
"scripts": {
"build": "yarn prisma generate && concurrently \"yarn:build:*\" && rimraf ./.next/cache",
Expand Down Expand Up @@ -47,8 +47,8 @@
"@mui/lab": "^5.0.0-alpha.119",
"@mui/material": "^5.11.8",
"@mui/system": "^5.11.8",
"@mui/toolpad-components": "^0.0.39-alpha.0",
"@mui/toolpad-core": "^0.0.39-alpha.0",
"@mui/toolpad-components": "^0.0.39",
"@mui/toolpad-core": "^0.0.39",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.7",
"@mui/x-data-grid-generator": "^5.17.20",
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.39-alpha.0",
"version": "0.0.39",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -32,7 +32,7 @@
},
"dependencies": {
"@mui/material": "^5.11.8",
"@mui/toolpad-core": "^0.0.39-alpha.0",
"@mui/toolpad-core": "^0.0.39",
"@mui/x-data-grid-pro": "^5.17.22",
"@mui/x-date-pickers": "^5.0.17",
"dayjs": "^1.11.7",
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.39-alpha.0",
"version": "0.0.39",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down
4 changes: 2 additions & 2 deletions packages/toolpad/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/toolpad",
"version": "0.0.39-alpha.0",
"version": "0.0.39",
"license": "MIT",
"scripts": {
"build": "tsc",
Expand All @@ -17,7 +17,7 @@
"toolpad": "./index.mjs"
},
"dependencies": {
"@mui/toolpad-app": "^0.0.39-alpha.0",
"@mui/toolpad-app": "^0.0.39",
"arg": "^5.0.2",
"dotenv": "^16.0.3",
"execa": "^6.1.0"
Expand Down

0 comments on commit dc69077

Please sign in to comment.