Skip to content

Commit

Permalink
v0.3.2 (#3810)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Jul 19, 2024
1 parent aef3803 commit 8dd8596
Show file tree
Hide file tree
Showing 14 changed files with 46 additions and 17 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,34 @@
# Changelog

## v0.3.2

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

_Jul 19, 2024_

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

This release adds a theme switcher and a responsive drawer to the App Layout component.

### `@toolpad/core`

- &#8203;<!-- 8 --> Make DashboardLayout navigation responsive (#3750) @apedroferreira
- &#8203;<!-- 7 --> Add theme switcher to dashboard layout (#3674) @apedroferreira
- &#8203;<!-- 5 --> Remove data providers (#3797) @Janpot

### Docs

- &#8203;<!-- 3 --> Add tabs example (#3803) @Janpot
- &#8203;<!-- 1 --> Migrate Grid2 in the docs to fix landing page layout (#3790) @Janpot

### Core

- &#8203;<!-- 6 --> Remove lib dom from create-toolpad-app (#3796) @Janpot
- &#8203;<!-- 4 --> Link GH issue for import/prefer-default-export @oliviertassinari
- &#8203;<!-- 2 --> Improve changelog format (#3789) @Janpot

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

## v0.3.1

<!-- generated comparing v0.3.0..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.3.1",
"version": "0.3.2",
"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 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.3.1",
"version": "0.3.2",
"npmClient": "pnpm"
}
2 changes: 1 addition & 1 deletion packages/create-toolpad-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-toolpad-app",
"version": "0.3.1",
"version": "0.3.2",
"keywords": [
"react",
"toolpad",
Expand Down
6 changes: 3 additions & 3 deletions packages/create-toolpad-app/src/generateProject.ts
Original file line number Diff line number Diff line change
Expand Up @@ -194,9 +194,9 @@ export default function generateProject(
'react-dom': '^18',
next: '^14',
'@toolpad/core': 'latest',
'@mui/material': '^6',
'@mui/material-nextjs': '^5',
'@mui/icons-material': '^6',
'@mui/material': 'next',
'@mui/material-nextjs': 'next',
'@mui/icons-material': 'next',
'@emotion/react': '^11',
'@emotion/styled': '^11',
'@emotion/cache': '^11',
Expand Down
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.3.1",
"version": "0.3.2",
"private": true,
"description": "Custom eslint rules for MUI.",
"main": "src/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/toolpad-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toolpad/core",
"version": "0.3.1",
"version": "0.3.2",
"author": "Toolpad Team",
"description": "Dashboard framework powered by MUI.",
"main": "./build/index.js",
Expand Down Expand Up @@ -75,8 +75,8 @@
"vitest": "beta"
},
"peerDependencies": {
"@mui/icons-material": "^6",
"@mui/material": "^6",
"@mui/icons-material": "v6.0.0-beta.2",
"@mui/material": "v6.0.0-beta.2",
"next": "^14",
"react": "^18"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toolpad/studio-components",
"version": "0.3.1",
"version": "0.3.2",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toolpad/studio-runtime",
"version": "0.3.1",
"version": "0.3.2",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toolpad/studio",
"version": "0.3.1",
"version": "0.3.2",
"license": "MIT",
"bin": {
"toolpad-studio": "./cli.mjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toolpad/utils",
"version": "0.3.1",
"version": "0.3.2",
"description": "Shared utilities used by Toolpad packages.",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down
2 changes: 1 addition & 1 deletion playground/nextjs-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground-nextjs-pages",
"version": "0.3.1",
"version": "0.3.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion playground/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground-nextjs",
"version": "0.3.1",
"version": "0.3.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"recharts": "alpha"
},
"type": "module",
"version": "0.3.1"
"version": "0.3.2"
}

0 comments on commit 8dd8596

Please sign in to comment.