Skip to content

Commit

Permalink
v0.0.34 (#1514)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Jan 4, 2023
1 parent c74e4db commit 661c3c6
Show file tree
Hide file tree
Showing 7 changed files with 33 additions and 9 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## 0.0.34

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

_Jan 4, 2023_

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

New date picker component, Make switching views part of undo/redo cycle.

- &#8203;<!-- 13 -->Fix dependabot vulnerabilities (#1512) @Janpot
- &#8203;<!-- 12 -->Don't import from dist folders (#1513) @Janpot
- &#8203;<!-- 11 -->Root type check (#1510) @bytasv
- &#8203;<!-- 10 -->Fix function editor save (#1507) @Janpot
- &#8203;<!-- 09 -->Do not rename nodes when migrating Typography components (#1509) @Janpot
- &#8203;<!-- 08 -->Just re-export the prettier config (#1508) @Janpot
- &#8203;<!-- 07 -->Datepicker format handling changes (#1504) @bytasv
- &#8203;<!-- 04 -->Undo/redo through different views (#1417) @apedroferreira
- &#8203;<!-- 03 -->Make sure npm package is splitted out correctly (#1502) @Janpot
- &#8203;<!-- 02 -->Date picker component (#1499) @bytasv
- &#8203;<!-- 01 -->[core] Remove dead prettier config @oliviertassinari

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

## 0.0.33

<!-- generated comparing v0.0.32..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.33",
"version": "0.0.34",
"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.33",
"version": "0.0.34",
"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.33",
"version": "0.0.34",
"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.33",
"version": "0.0.34",
"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.114",
"@mui/material": "^5.11.3",
"@mui/system": "^5.11.2",
"@mui/toolpad-components": "^0.0.33",
"@mui/toolpad-core": "^0.0.33",
"@mui/toolpad-components": "^0.0.34",
"@mui/toolpad-core": "^0.0.34",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.2",
"@mui/x-data-grid-generator": "^5.17.17",
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.33",
"version": "0.0.34",
"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.3",
"@mui/toolpad-core": "^0.0.33",
"@mui/toolpad-core": "^0.0.34",
"@mui/x-data-grid-pro": "^5.17.17",
"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.33",
"version": "0.0.34",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down

0 comments on commit 661c3c6

Please sign in to comment.