Skip to content

Commit

Permalink
Release 0.1.8 (#1939)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap authored Apr 26, 2023
1 parent f0646de commit 9996156
Show file tree
Hide file tree
Showing 10 changed files with 46 additions and 23 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,28 @@
# Changelog

## 0.1.8

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

_Apr 26, 2023_

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

Use page name as a routing alias, add a Form component, and replace Next.js API routes with Express under the hood.

- &#8203;<!-- 12 -->Add page name as an alias for routing in the runtime (#1925) @Janpot
- &#8203;<!-- 11 -->Use correct command for opening vscode (#1931) @Janpot
- &#8203;<!-- 10 -->Replace next api routes with express (#1920) @Janpot
- &#8203;<!-- 09 -->Add link to open example in CodeSandbox (#1936) @Janpot
- &#8203;<!-- 08 -->Fix: Local installation needs new resolution (#1932) @bharatkashyap
- &#8203;<!-- 07 -->Fix: Use `nanonid/non-secure` instead of `cuid` (#1912) @bharatkashyap
- &#8203;<!-- 06 -->Form component (#1926) @apedroferreira
- &#8203;<!-- 05 -->Import correct font in vite runtime (#1924) @Janpot
- &#8203;<!-- 04 -->Update CONTRIBUTING.md @apedroferreira
- &#8203;<!-- 03 -->Fix gitignore file creation log message (#1923) @Janpot
- &#8203;<!-- 02 -->Add utils package for generic non-toolpad utilities (#1915) @Janpot
- &#8203;<!-- 01 -->[docs] Polish a bit the docs (#1927) @oliviertassinari

## 0.1.7

<!-- generated comparing v0.1.6..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.7",
"version": "0.1.8",
"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.7",
"version": "0.1.8",
"npmClient": "yarn",
"useWorkspaces": true
}
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.7",
"version": "0.1.8",
"keywords": [
"react",
"toolpad",
Expand Down Expand Up @@ -37,5 +37,5 @@
"devDependencies": {
"@types/inquirer": "^9.0.3"
},
"gitHead": "12a8d30d5e533406256b3d01f3c4c76afd91b470"
"gitHead": "fbd6c9bcfe0a32c79b55a6175158c1ccff3e17da"
}
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.7",
"version": "0.1.8",
"private": true,
"description": "Custom eslint rules for MUI.",
"main": "src/index.js",
Expand Down
10 changes: 5 additions & 5 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.7",
"version": "0.1.8",
"license": "MIT",
"scripts": {
"build": "concurrently \"yarn:build:*\" && rimraf ./.next/cache",
Expand Down Expand Up @@ -52,9 +52,9 @@
"@mui/lab": "^5.0.0-alpha.128",
"@mui/material": "^5.12.2",
"@mui/system": "^5.12.1",
"@mui/toolpad-components": "^0.1.7",
"@mui/toolpad-core": "^0.1.7",
"@mui/toolpad-utils": "0.1.7",
"@mui/toolpad-components": "^0.1.8",
"@mui/toolpad-core": "^0.1.8",
"@mui/toolpad-utils": "^0.1.8",
"@mui/types": "^7.2.4",
"@mui/utils": "^5.12.0",
"@mui/x-data-grid": "^6.2.1",
Expand Down Expand Up @@ -167,5 +167,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "12a8d30d5e533406256b3d01f3c4c76afd91b470"
"gitHead": "fbd6c9bcfe0a32c79b55a6175158c1ccff3e17da"
}
8 changes: 4 additions & 4 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.7",
"version": "0.1.8",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -42,8 +42,8 @@
"dependencies": {
"@mui/lab": "^5.0.0-alpha.128",
"@mui/material": "^5.12.2",
"@mui/toolpad-core": "^0.1.7",
"@mui/toolpad-utils": "0.1.7",
"@mui/toolpad-core": "^0.1.8",
"@mui/toolpad-utils": "^0.1.8",
"@mui/x-data-grid-pro": "^6.2.1",
"@mui/x-date-pickers": "^6.2.1",
"dayjs": "^1.11.7",
Expand All @@ -59,5 +59,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "12a8d30d5e533406256b3d01f3c4c76afd91b470"
"gitHead": "fbd6c9bcfe0a32c79b55a6175158c1ccff3e17da"
}
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": "@mui/toolpad-core",
"version": "0.1.7",
"version": "0.1.8",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -42,7 +42,7 @@
"url": "https://github.com/mui/mui-toolpad/issues"
},
"dependencies": {
"@mui/toolpad-utils": "0.1.7",
"@mui/toolpad-utils": "^0.1.8",
"@tanstack/react-query": "^4.29.3",
"quickjs-emscripten": "^0.22.0",
"react-error-boundary": "^4.0.4",
Expand All @@ -57,5 +57,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "12a8d30d5e533406256b3d01f3c4c76afd91b470"
"gitHead": "fbd6c9bcfe0a32c79b55a6175158c1ccff3e17da"
}
4 changes: 2 additions & 2 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.7",
"version": "0.1.8",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -47,7 +47,7 @@
"publishConfig": {
"access": "public"
},
"gitHead": "5c310012b1b92ee53a0a1051b92f84564f915faf",
"gitHead": "fbd6c9bcfe0a32c79b55a6175158c1ccff3e17da",
"dependencies": {
"react-is": "^18.2.0"
}
Expand Down
8 changes: 4 additions & 4 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.7",
"version": "0.1.8",
"license": "MIT",
"scripts": {
"prebuild": "rimraf dist",
Expand Down Expand Up @@ -31,8 +31,8 @@
"toolpad": "./index.cjs"
},
"dependencies": {
"@mui/toolpad-app": "^0.1.7",
"@mui/toolpad-core": "^0.1.7",
"@mui/toolpad-app": "^0.1.8",
"@mui/toolpad-core": "^0.1.8",
"arg": "^5.0.2",
"concurrently": "^8.0.1",
"dotenv": "^16.0.3",
Expand All @@ -41,5 +41,5 @@
"engines": {
"node": ">=16.17"
},
"gitHead": "12a8d30d5e533406256b3d01f3c4c76afd91b470"
"gitHead": "fbd6c9bcfe0a32c79b55a6175158c1ccff3e17da"
}

0 comments on commit 9996156

Please sign in to comment.