Skip to content

Commit

Permalink
v0.1.35 (#2857)
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira authored Nov 2, 2023
1 parent a6a1c4f commit 2086b1a
Show file tree
Hide file tree
Showing 9 changed files with 38 additions and 16 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,27 @@
# Changelog

## 0.1.35

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

_Nov 2, 2023_

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

Use `@mui/x-charts` in Chart component, better preview header in apps, fix port option alias, add Stripe and Supabase examples.

- &#8203;<!-- 9 -->Add supabase example showcasing list component (#2851) @prakhargupta1
- &#8203;<!-- 8 -->Migrate Chart component to X charts library (#2500) @apedroferreira
- &#8203;<!-- 7 -->Fix port option alias (#2847) @Janpot
- &#8203;<!-- 6 -->Add preview header to custom server (#2845) @Janpot
- &#8203;<!-- 5 -->Update monorepo (#2852) @apedroferreira
- &#8203;<!-- 4 -->Lock file maintenance (#2849) @renovate[bot]
- &#8203;<!-- 3 -->Remove crypto-js (#2843) @Janpot
- &#8203;<!-- 2 -->[docs] Casing consistency @oliviertassinari
- &#8203;<!-- 1 -->[docs] Add Stripe script example (#2477) @bharatkashyap

All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @Janpot, @oliviertassinari, @prakhargupta1, @renovate[bot]

## 0.1.34

<!-- generated comparing v0.1.33..master -->
Expand Down
4 changes: 2 additions & 2 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "0.1.34",
"version": "0.1.35",
"private": true,
"author": "MUI Toolpad",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@mui/material": "5.14.16",
"@mui/monorepo": "https://github.com/mui/material-ui.git",
"@mui/styles": "5.14.16",
"@mui/toolpad": "0.1.34",
"@mui/toolpad": "0.1.35",
"@mui/utils": "5.14.16",
"@trendmicro/react-interpolate": "0.5.5",
"@types/lodash": "4.14.200",
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.1.34",
"version": "0.1.35",
"npmClient": "yarn"
}
4 changes: 2 additions & 2 deletions 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.1.34",
"version": "0.1.35",
"keywords": [
"react",
"toolpad",
Expand Down Expand Up @@ -30,7 +30,7 @@
"node": ">=18"
},
"dependencies": {
"@mui/toolpad-utils": "0.1.34",
"@mui/toolpad-utils": "0.1.35",
"chalk": "5.3.0",
"execa": "8.0.1",
"inquirer": "9.2.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.1.34",
"version": "0.1.35",
"private": true,
"description": "Custom eslint rules for MUI.",
"main": "src/index.js",
Expand Down
8 changes: 4 additions & 4 deletions packages/toolpad-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/toolpad",
"version": "0.1.34",
"version": "0.1.35",
"license": "MIT",
"bin": {
"toolpad": "./cli.js"
Expand Down Expand Up @@ -56,9 +56,9 @@
"@mui/lab": "5.0.0-alpha.151",
"@mui/material": "5.14.16",
"@mui/system": "5.14.16",
"@mui/toolpad-components": "0.1.34",
"@mui/toolpad-core": "0.1.34",
"@mui/toolpad-utils": "0.1.34",
"@mui/toolpad-components": "0.1.35",
"@mui/toolpad-core": "0.1.35",
"@mui/toolpad-utils": "0.1.35",
"@mui/types": "7.2.8",
"@mui/utils": "5.14.16",
"@mui/x-charts": "6.0.0-alpha.17",
Expand Down
6 changes: 3 additions & 3 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.1.34",
"version": "0.1.35",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -41,8 +41,8 @@
"@mui/icons-material": "5.14.16",
"@mui/lab": "5.0.0-alpha.151",
"@mui/material": "5.14.16",
"@mui/toolpad-core": "0.1.34",
"@mui/toolpad-utils": "0.1.34",
"@mui/toolpad-core": "0.1.35",
"@mui/toolpad-utils": "0.1.35",
"@mui/x-charts": "6.0.0-alpha.17",
"@mui/x-data-grid-pro": "6.17.0",
"@mui/x-date-pickers": "6.17.0",
Expand Down
4 changes: 2 additions & 2 deletions 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.1.34",
"version": "0.1.35",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -41,7 +41,7 @@
},
"dependencies": {
"@mui/material": "5.14.16",
"@mui/toolpad-utils": "0.1.34",
"@mui/toolpad-utils": "0.1.35",
"@tanstack/react-query": "5.0.5",
"@types/json-schema": "7.0.14",
"cookie": "0.5.0",
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": "@mui/toolpad-utils",
"version": "0.1.34",
"version": "0.1.35",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down

0 comments on commit 2086b1a

Please sign in to comment.