Skip to content

Commit

Permalink
0.1.32 (#2791)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Oct 12, 2023
1 parent 8d98fee commit c1fde6a
Show file tree
Hide file tree
Showing 10 changed files with 53 additions and 28 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
# Changelog

## 0.1.32

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

_Oct 12, 2023_

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

Added new data providers feature. Improved UX around the pages explorer. Added new Markdown and Link components.

- &#8203;<!-- 17 -->Fix createDataProvider imports in the integration tests (#2780) @Janpot
- &#8203;<!-- 16 -->Remove container sx default (#2779) @Janpot
- &#8203;<!-- 15 -->Use a context to distribute project API (#2766) @Janpot
- &#8203;<!-- 14 -->Demonstrate how data providers can be used with prisma (#2774) @Janpot
- &#8203;<!-- 13 -->Unify preview and canvas entrypoints (#2760) @Janpot
- &#8203;<!-- 12 -->Use toggle buttons for text mode property (#2764) @Janpot
- &#8203;<!-- 11 -->Add Markdown and Link components (#2763) @Janpot
- &#8203;<!-- 10 -->fix lock file @Janpot
- &#8203;<!-- 09 -->Block next.js from updating (#2768) @Janpot
- &#8203;<!-- 08 -->New page creation UX (#2728) @apedroferreira
- &#8203;<!-- 07 -->Introduce Data providers (#2644) @Janpot
- &#8203;<!-- 06 -->Update monorepo (#2758) @apedroferreira
- &#8203;<!-- 05 -->Simplify the editor RPC implementation (#2756) @Janpot
- &#8203;<!-- 04 -->Allow integrating toolpad applications in a custom server (#2747) @Janpot
- &#8203;<!-- 03 -->Move the perf cascade css file to the HarViewer component (#2755) @Janpot
- &#8203;<!-- 02 -->[core] Smoothen edges on the new Editable Tree component (#2778) @bharatkashyap
- &#8203;<!-- 01 -->[core] Revert Next to v13.4.19 @oliviertassinari

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

## 0.1.31

<!-- generated comparing v0.1.30..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.31",
"version": "0.1.32",
"private": true,
"author": "MUI Toolpad",
"license": "MIT",
Expand Down Expand Up @@ -30,7 +30,7 @@
"@mui/material": "5.14.13",
"@mui/monorepo": "https://github.com/mui/material-ui.git",
"@mui/styles": "5.14.13",
"@mui/toolpad": "0.1.31",
"@mui/toolpad": "0.1.32",
"@mui/utils": "5.14.13",
"@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.31",
"version": "0.1.32",
"npmClient": "yarn"
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"jsonlint": "node ./scripts/jsonlint.mjs",
"release:build": "lerna run --ignore docs --stream build",
"release:version": "lerna version --exact --no-changelog --no-push --no-git-tag-version",
"release:publish": "yarn && yarn release:build && lerna publish from-package --force-publish --no-git-tag-version --no-push --no-git-reset",
"release:publish-canary": "yarn && yarn release:build && lerna publish from-package --force-publish --no-git-tag-version --no-push --no-git-reset --pre-dist-tag canary",
"release:publish": "yarn && yarn release:build && lerna publish from-package --force-publish --no-git-tag-version --no-push",
"release:publish-canary": "yarn && yarn release:build && lerna publish from-package --force-publish --no-git-tag-version --no-push --pre-dist-tag canary",
"release:changelog": "dotenv -- node ./scripts/releaseChangelog.mjs --repo mui-toolpad",
"test:build": "lerna run build --scope @mui/toolpad-core --scope @mui/toolpad-components --stream",
"test:integration": "rimraf ./node_modules/.vite && playwright test --config ./test/playwright.config.ts",
Expand Down
7 changes: 3 additions & 4 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.31",
"version": "0.1.32",
"keywords": [
"react",
"toolpad",
Expand Down Expand Up @@ -30,7 +30,7 @@
"node": ">=18"
},
"dependencies": {
"@mui/toolpad-utils": "0.1.31",
"@mui/toolpad-utils": "0.1.32",
"chalk": "5.3.0",
"execa": "8.0.1",
"inquirer": "9.2.11",
Expand All @@ -44,6 +44,5 @@
"@types/node": "20.8.3",
"@types/semver": "7.5.3",
"@types/yargs": "17.0.28"
},
"gitHead": "0186d8a811d0c172f193d8e961cd763d5024b71a"
}
}
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.31",
"version": "0.1.32",
"private": true,
"description": "Custom eslint rules for MUI.",
"main": "src/index.js",
Expand Down
11 changes: 5 additions & 6 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.31",
"version": "0.1.32",
"license": "MIT",
"bin": {
"toolpad": "./cli.js"
Expand Down Expand Up @@ -56,9 +56,9 @@
"@mui/lab": "5.0.0-alpha.148",
"@mui/material": "5.14.13",
"@mui/system": "5.14.13",
"@mui/toolpad-components": "0.1.31",
"@mui/toolpad-core": "0.1.31",
"@mui/toolpad-utils": "0.1.31",
"@mui/toolpad-components": "0.1.32",
"@mui/toolpad-core": "0.1.32",
"@mui/toolpad-utils": "0.1.32",
"@mui/types": "7.2.6",
"@mui/utils": "5.14.13",
"@mui/x-data-grid": "6.16.1",
Expand Down Expand Up @@ -172,6 +172,5 @@
"typings": "./index.d.ts",
"publishConfig": {
"access": "public"
},
"gitHead": "0186d8a811d0c172f193d8e961cd763d5024b71a"
}
}
9 changes: 4 additions & 5 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.31",
"version": "0.1.32",
"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.13",
"@mui/lab": "5.0.0-alpha.148",
"@mui/material": "5.14.13",
"@mui/toolpad-core": "0.1.31",
"@mui/toolpad-utils": "0.1.31",
"@mui/toolpad-core": "0.1.32",
"@mui/toolpad-utils": "0.1.32",
"@mui/x-data-grid-pro": "6.16.1",
"@mui/x-date-pickers": "6.16.1",
"@mui/x-license-pro": "6.10.2",
Expand All @@ -63,6 +63,5 @@
},
"publishConfig": {
"access": "public"
},
"gitHead": "0186d8a811d0c172f193d8e961cd763d5024b71a"
}
}
7 changes: 3 additions & 4 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.31",
"version": "0.1.32",
"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.13",
"@mui/toolpad-utils": "0.1.31",
"@mui/toolpad-utils": "0.1.32",
"@tanstack/react-query": "4.36.1",
"@types/json-schema": "7.0.13",
"cookie": "0.5.0",
Expand All @@ -67,6 +67,5 @@
},
"publishConfig": {
"access": "public"
},
"gitHead": "0186d8a811d0c172f193d8e961cd763d5024b71a"
}
}
5 changes: 2 additions & 3 deletions 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.31",
"version": "0.1.32",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -63,6 +63,5 @@
"@types/prettier": "2.7.3",
"@types/react": "18.2.25",
"@types/react-is": "18.2.2"
},
"gitHead": "0186d8a811d0c172f193d8e961cd763d5024b71a"
}
}

0 comments on commit c1fde6a

Please sign in to comment.