Skip to content

Commit

Permalink
v0.0.38 (#1621)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Feb 1, 2023
1 parent f18b6f0 commit bbf6bc7
Show file tree
Hide file tree
Showing 7 changed files with 29 additions and 9 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,25 @@
# Changelog

## 0.0.38

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

_Feb 1, 2023_

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

Improved default template.

- &#8203;<!-- 7 -->Dual build toolpad-core for esm and cjs (#1617) @Janpot
- &#8203;<!-- 6 -->Add new custom GA events to demo (#1588) @apedroferreira
- &#8203;<!-- 5 -->Change default template (#1601) @bytasv
- &#8203;<!-- 4 -->Add MySQL datasource (#1313) @bharatkashyap
- &#8203;<!-- 3 -->Cherrypick some changes from direction 13 branch (#1599) @Janpot
- &#8203;<!-- 2 -->[core] Remove dead code @oliviertassinari
- &#8203;<!-- 1 -->[core] Fix Next.js warning @oliviertassinari

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

## 0.0.37

<!-- generated comparing v0.0.36..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.37",
"version": "0.0.38",
"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.37",
"version": "0.0.38",
"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.37",
"version": "0.0.38",
"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.37",
"version": "0.0.38",
"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.118",
"@mui/material": "^5.11.7",
"@mui/system": "^5.11.7",
"@mui/toolpad-components": "^0.0.37",
"@mui/toolpad-core": "^0.0.37",
"@mui/toolpad-components": "^0.0.38",
"@mui/toolpad-core": "^0.0.38",
"@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.37",
"version": "0.0.38",
"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.7",
"@mui/toolpad-core": "^0.0.37",
"@mui/toolpad-core": "^0.0.38",
"@mui/x-data-grid-pro": "^5.17.21",
"@mui/x-date-pickers": "^5.0.16",
"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.37",
"version": "0.0.38",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down

0 comments on commit bbf6bc7

Please sign in to comment.