Skip to content

Commit

Permalink
v0.1.33 (#2814)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap authored Oct 18, 2023
1 parent 5ee25fd commit 9e6710a
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 16 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## 0.1.33

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

_Oct 19, 2023_

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

Add a new password option to the TextField component, improvements to the docs and examples, and some core infrastructure updates!

- &#8203;<!-- 14 -->Add support page (#2807) @prakhargupta1
- &#8203;<!-- 13 -->Link WASM example to overview page and improve crud app (#2726) @prakhargupta1
- &#8203;<!-- 12 -->Run prettier on project (#2811) @apedroferreira
- &#8203;<!-- 11 -->Changed MenuItem to ToggleButton (#2776) (#2796) @biplobsd
- &#8203;<!-- 10 -->Add password option to TextField Component (#2797) @Kirera-Wainaina
- &#8203;<!-- 09 -->Add tests for custom server (#2798) @Janpot
- &#8203;<!-- 08 -->Improve release docs wording (#2794) @Janpot
- &#8203;<!-- 07 -->Isolate project runtime from editor (#2788) @Janpot
- &#8203;<!-- 06 -->Remove babel-plugin-transform-rename-import (#2786) @Janpot
- &#8203;<!-- 05 -->Update release process (#2793) @Janpot
- &#8203;<!-- 04 -->Fix creating new page with blur and default name + scroll only below explorer headers (#2790) @apedroferreira
- &#8203;<!-- 03 -->Turn integration tests into a yarn workspace (#2783) @Janpot
- &#8203;<!-- 02 -->[docs] Update Data Providers (#2813) @bharatkashyap
- &#8203;<!-- 01 -->[docs] Add 'Why Toolpad?' (#2632) @prakhargupta1

All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @biplobsd, @Janpot, @Kirera-Wainaina, @prakhargupta1

## 0.1.32

<!-- generated comparing v0.1.31..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.32",
"version": "0.1.33",
"private": true,
"author": "MUI Toolpad",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@mui/material": "5.14.14",
"@mui/monorepo": "https://github.com/mui/material-ui.git",
"@mui/styles": "5.14.14",
"@mui/toolpad": "0.1.32",
"@mui/toolpad": "0.1.33",
"@mui/utils": "5.14.14",
"@trendmicro/react-interpolate": "0.5.5",
"@types/lodash": "4.14.199",
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.32",
"version": "0.1.33",
"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.32",
"version": "0.1.33",
"keywords": [
"react",
"toolpad",
Expand Down Expand Up @@ -30,7 +30,7 @@
"node": ">=18"
},
"dependencies": {
"@mui/toolpad-utils": "0.1.32",
"@mui/toolpad-utils": "0.1.33",
"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.32",
"version": "0.1.33",
"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.32",
"version": "0.1.33",
"license": "MIT",
"bin": {
"toolpad": "./cli.js"
Expand Down Expand Up @@ -56,9 +56,9 @@
"@mui/lab": "5.0.0-alpha.149",
"@mui/material": "5.14.14",
"@mui/system": "5.14.14",
"@mui/toolpad-components": "0.1.32",
"@mui/toolpad-core": "0.1.32",
"@mui/toolpad-utils": "0.1.32",
"@mui/toolpad-components": "0.1.33",
"@mui/toolpad-core": "0.1.33",
"@mui/toolpad-utils": "0.1.33",
"@mui/types": "7.2.6",
"@mui/utils": "5.14.14",
"@mui/x-data-grid": "6.16.2",
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.32",
"version": "0.1.33",
"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.14",
"@mui/lab": "5.0.0-alpha.149",
"@mui/material": "5.14.14",
"@mui/toolpad-core": "0.1.32",
"@mui/toolpad-utils": "0.1.32",
"@mui/toolpad-core": "0.1.33",
"@mui/toolpad-utils": "0.1.33",
"@mui/x-data-grid-pro": "6.16.2",
"@mui/x-date-pickers": "6.16.2",
"@mui/x-license-pro": "6.10.2",
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.32",
"version": "0.1.33",
"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.14",
"@mui/toolpad-utils": "0.1.32",
"@mui/toolpad-utils": "0.1.33",
"@tanstack/react-query": "4.36.1",
"@types/json-schema": "7.0.13",
"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.32",
"version": "0.1.33",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down

0 comments on commit 9e6710a

Please sign in to comment.