Skip to content

Commit

Permalink
Version 0.1.7 (#1919)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Apr 20, 2023
1 parent ec691b9 commit dd36300
Show file tree
Hide file tree
Showing 9 changed files with 45 additions and 18 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.7

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

_Apr 20, 2023_

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

Tweak the landing page design. Improve `create-toolpad-app` CLI, support node modules in custom code components.

- &#8203;<!-- 14 -->Add folder as argument to `create-toolpad-app` (#1795) @bharatkashyap
- &#8203;<!-- 13 -->Delete page on file system when deleted in UI (#1913) @Janpot
- &#8203;<!-- 12 -->New vite based application runtime (#1881) @Janpot
- &#8203;<!-- 11 -->Fix Windows issues (WIP) (#1910) @apedroferreira
- &#8203;<!-- 10 -->Use npm registry to check for new versions (#1895) @Janpot
- &#8203;<!-- 09 -->Update MUI monorepo (#1883) @apedroferreira
- &#8203;<!-- 08 -->Fix: Remove `default` from `toolpad dev --port` option (#1911) @bharatkashyap
- &#8203;<!-- 07 -->Deprecate `createQuery` and replace with `createFunction` (#1908) @bharatkashyap
- &#8203;<!-- 06 -->Show border on hover in interactive nodes (#1907) @apedroferreira
- &#8203;<!-- 05 -->Fix: Better represent the new direction on landing (#1863) @bharatkashyap
- &#8203;<!-- 04 -->Revert "Form component (#1598)" @apedroferreira
- &#8203;<!-- 03 -->Form component (#1598) @bytasv
- &#8203;<!-- 02 -->Update links on contributing guide (#1893) @Janpot
- &#8203;<!-- 01 -->[website] Landing page design tweaks (#1786) @danilo-leal

All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @bytasv, @danilo-leal, @Janpot

## 0.1.6

<!-- generated comparing v0.1.5..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.6",
"version": "0.1.7",
"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.6",
"version": "0.1.7",
"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.6",
"version": "0.1.7",
"keywords": [
"react",
"toolpad",
Expand Down Expand Up @@ -37,5 +37,5 @@
"devDependencies": {
"@types/inquirer": "^9.0.3"
},
"gitHead": "5c310012b1b92ee53a0a1051b92f84564f915faf"
"gitHead": "12a8d30d5e533406256b3d01f3c4c76afd91b470"
}
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.6",
"version": "0.1.7",
"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.6",
"version": "0.1.7",
"license": "MIT",
"scripts": {
"build": "concurrently \"yarn:build:*\" && rimraf ./.next/cache",
Expand Down Expand Up @@ -52,8 +52,8 @@
"@mui/lab": "^5.0.0-alpha.127",
"@mui/material": "^5.12.1",
"@mui/system": "^5.12.1",
"@mui/toolpad-components": "^0.1.6",
"@mui/toolpad-core": "^0.1.6",
"@mui/toolpad-components": "^0.1.7",
"@mui/toolpad-core": "^0.1.7",
"@mui/types": "^7.2.4",
"@mui/utils": "^5.12.0",
"@mui/x-data-grid": "^6.2.1",
Expand Down Expand Up @@ -166,5 +166,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "5c310012b1b92ee53a0a1051b92f84564f915faf"
"gitHead": "12a8d30d5e533406256b3d01f3c4c76afd91b470"
}
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.6",
"version": "0.1.7",
"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 @@
"dependencies": {
"@mui/lab": "^5.0.0-alpha.127",
"@mui/material": "^5.12.1",
"@mui/toolpad-core": "^0.1.6",
"@mui/toolpad-core": "^0.1.7",
"@mui/x-data-grid-pro": "^6.2.1",
"@mui/x-date-pickers": "^6.2.1",
"dayjs": "^1.11.7",
Expand All @@ -58,5 +58,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "5c310012b1b92ee53a0a1051b92f84564f915faf"
"gitHead": "12a8d30d5e533406256b3d01f3c4c76afd91b470"
}
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.6",
"version": "0.1.7",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -61,5 +61,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "5c310012b1b92ee53a0a1051b92f84564f915faf"
"gitHead": "12a8d30d5e533406256b3d01f3c4c76afd91b470"
}
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.6",
"version": "0.1.7",
"license": "MIT",
"scripts": {
"prebuild": "rimraf dist",
Expand Down Expand Up @@ -31,8 +31,8 @@
"toolpad": "./index.cjs"
},
"dependencies": {
"@mui/toolpad-app": "^0.1.6",
"@mui/toolpad-core": "^0.1.6",
"@mui/toolpad-app": "^0.1.7",
"@mui/toolpad-core": "^0.1.7",
"arg": "^5.0.2",
"concurrently": "^8.0.1",
"dotenv": "^16.0.3",
Expand All @@ -41,5 +41,5 @@
"engines": {
"node": ">=16.17"
},
"gitHead": "5c310012b1b92ee53a0a1051b92f84564f915faf"
"gitHead": "12a8d30d5e533406256b3d01f3c4c76afd91b470"
}

0 comments on commit dd36300

Please sign in to comment.