Skip to content

Commit

Permalink
v0.1.11 (#1998)
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira authored May 10, 2023
1 parent a25e227 commit 004feec
Show file tree
Hide file tree
Showing 10 changed files with 41 additions and 17 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Changelog

## 0.1.11

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

_May 10, 2023_

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

Allow setting page parameters in navigation actions, fix overlay grid spacing, add schema reference to docs.

- &#8203;<!-- 11 -->Update references and screenshots (#1987) @apedroferreira
- &#8203;<!-- 10 -->Add Toolpad file schema reference to the docs (#1940) @Janpot
- &#8203;<!-- 09 -->Fix broken preview in vite runtime (#1989) @Janpot
- &#8203;<!-- 08 -->Deps fix (#1985) @Janpot
- &#8203;<!-- 07 -->Fix console.error being called in tests (#1966) @Janpot
- &#8203;<!-- 06 -->Change tests structure to use ESM (#1970) @bharatkashyap
- &#8203;<!-- 05 -->Fix overlay grid spacing (#1947) @apedroferreira
- &#8203;<!-- 04 -->Add page parameters to navigation actions (#1876) @apedroferreira
- &#8203;<!-- 03 -->Separate deps updates for docs in renovatebot (#1980) @Janpot
- &#8203;<!-- 02 -->Isolate next updates (#1979) @Janpot
- &#8203;<!-- 01 -->Pin all dependencies (#1968) @Janpot

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

## 0.1.10

<!-- generated comparing v0.1.9..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.1.10",
"version": "0.1.11",
"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.1.10",
"version": "0.1.11",
"npmClient": "yarn",
"useWorkspaces": true
}
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.1.10",
"version": "0.1.11",
"keywords": [
"react",
"toolpad",
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.10",
"version": "0.1.11",
"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-app",
"version": "0.1.10",
"version": "0.1.11",
"license": "MIT",
"scripts": {
"build": "concurrently \"yarn:build:*\" && rimraf ./.next/cache",
Expand Down Expand Up @@ -53,9 +53,9 @@
"@mui/lab": "5.0.0-alpha.129",
"@mui/material": "5.13.0",
"@mui/system": "5.12.3",
"@mui/toolpad-components": "0.1.10",
"@mui/toolpad-core": "0.1.10",
"@mui/toolpad-utils": "0.1.10",
"@mui/toolpad-components": "^0.1.11",
"@mui/toolpad-core": "^0.1.11",
"@mui/toolpad-utils": "^0.1.11",
"@mui/types": "7.2.4",
"@mui/utils": "5.12.3",
"@mui/x-data-grid": "6.3.1",
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.10",
"version": "0.1.11",
"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 @@
"dependencies": {
"@mui/lab": "5.0.0-alpha.129",
"@mui/material": "5.13.0",
"@mui/toolpad-core": "0.1.10",
"@mui/toolpad-utils": "0.1.10",
"@mui/toolpad-core": "^0.1.11",
"@mui/toolpad-utils": "^0.1.11",
"@mui/x-data-grid-pro": "6.3.1",
"@mui/x-date-pickers": "6.3.1",
"dayjs": "1.11.7",
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.10",
"version": "0.1.11",
"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 @@
"url": "https://github.com/mui/mui-toolpad/issues"
},
"dependencies": {
"@mui/toolpad-utils": "0.1.10",
"@mui/toolpad-utils": "^0.1.11",
"@tanstack/react-query": "4.29.5",
"quickjs-emscripten": "0.23.0",
"react-error-boundary": "4.0.4",
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.10",
"version": "0.1.11",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down
6 changes: 3 additions & 3 deletions packages/toolpad/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/toolpad",
"version": "0.1.10",
"version": "0.1.11",
"license": "MIT",
"scripts": {
"prebuild": "rimraf dist",
Expand Down Expand Up @@ -31,8 +31,8 @@
"toolpad": "./index.cjs"
},
"dependencies": {
"@mui/toolpad-app": "0.1.10",
"@mui/toolpad-core": "0.1.10",
"@mui/toolpad-app": "^0.1.11",
"@mui/toolpad-core": "^0.1.11",
"arg": "5.0.2",
"concurrently": "8.0.1",
"dotenv": "16.0.3",
Expand Down

0 comments on commit 004feec

Please sign in to comment.