Skip to content

Commit

Permalink
v0.0.35 (#1545)
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira authored Jan 11, 2023
1 parent 16fc487 commit 3580188
Show file tree
Hide file tree
Showing 7 changed files with 34 additions and 9 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,30 @@
# Changelog

## 0.0.35

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

_Jan 11, 2023_

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

Custom column types, add search to apps overview, add inline tooltips to components and properties, component library tweaks.

- &#8203;<!-- 12 -->Fix templates after dog API changed (#1544) @Janpot
- &#8203;<!-- 11 -->Reorganize shared utils (#1539) @Janpot
- &#8203;<!-- 10 -->Remove obsolete dom reducer actions (#1541) @Janpot
- &#8203;<!-- 09 -->Some component library tweaks (#1526) @Janpot
- &#8203;<!-- 08 -->Pin react-router-dom instead of resolutions (#1519) @Janpot
- &#8203;<!-- 07 -->Update README.md @prakhargupta1
- &#8203;<!-- 06 -->Add inline documentation to components and properties (#1518) @Janpot
- &#8203;<!-- 05 -->Correct types in Datepicker (#1517) @Janpot
- &#8203;<!-- 04 -->Promote previously experimental config (#1515) @Janpot
- &#8203;<!-- 03 -->Add search to the apps overview (#1402) @bharatkashyap
- &#8203;<!-- 02 -->Custom column types (#1462) @bytasv
- &#8203;<!-- 01 -->Restructure installation docs (#1511) @Janpot

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

## 0.0.34

<!-- generated comparing v0.0.33..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.34",
"version": "0.0.35",
"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.34",
"version": "0.0.35",
"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.34",
"version": "0.0.35",
"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.34",
"version": "0.0.35",
"license": "MIT",
"scripts": {
"build": "yarn prisma generate && concurrently \"yarn:build:*\" && rimraf ./.next/cache",
Expand Down Expand Up @@ -42,8 +42,8 @@
"@mui/lab": "^5.0.0-alpha.115",
"@mui/material": "^5.11.4",
"@mui/system": "^5.11.4",
"@mui/toolpad-components": "^0.0.34",
"@mui/toolpad-core": "^0.0.34",
"@mui/toolpad-components": "^0.0.35",
"@mui/toolpad-core": "^0.0.35",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.2",
"@mui/x-data-grid-generator": "^5.17.18",
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.34",
"version": "0.0.35",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@mui/material": "^5.11.4",
"@mui/toolpad-core": "^0.0.34",
"@mui/toolpad-core": "^0.0.35",
"@mui/x-data-grid-pro": "^5.17.18",
"react-markdown": "^8.0.4"
},
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.34",
"version": "0.0.35",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down

0 comments on commit 3580188

Please sign in to comment.