Skip to content

Commit

Permalink
v0.1.2 (#1843)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Mar 31, 2023
1 parent 5dfb45a commit 3302fbf
Show file tree
Hide file tree
Showing 9 changed files with 42 additions and 18 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.2

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

_Mar 31, 2023_

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

Add end-user application navigation! Various fixes.

- &#8203;<!-- 11 -->Add app navigation sidebar (#1819) @apedroferreira
- &#8203;<!-- 10 -->Load queries by name instead of id (#1842) @Janpot
- &#8203;<!-- 09 -->Fix issues around custom datagrid columns (#1840) @Janpot
- &#8203;<!-- 08 -->Fix broken theming (#1834) @apedroferreira
- &#8203;<!-- 07 -->Do Toolpad app migration on startup (#1832) @Janpot
- &#8203;<!-- 06 -->Remove ECS and Recaptcha + move request/response logs to trace level (#1833) @apedroferreira
- &#8203;<!-- 05 -->Remove deprecated scope query (#1827) @apedroferreira
- &#8203;<!-- 04 -->Use worker scoped fixtures for integration tests (#1813) @Janpot
- &#8203;<!-- 03 -->Remove quickjs-emscripten (#1820) @Janpot
- &#8203;<!-- 02 -->Rewrite argument handling in `@mui/toolpad` CLI with `yargs` (#1794) @bharatkashyap
- &#8203;<!-- 01 -->Update CONTRIBUTING.md (Fix typo) (#1826) @apedroferreira

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

## 0.1.1

<!-- generated comparing v0.1.0..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.1",
"version": "0.1.2",
"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.1",
"version": "0.1.2",
"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.1",
"version": "0.1.2",
"keywords": [
"react",
"toolpad",
Expand Down Expand Up @@ -36,5 +36,5 @@
"devDependencies": {
"@types/inquirer": "^9.0.3"
},
"gitHead": "c21fac688cfd8270cf36126d215698ae989ff899"
"gitHead": "dcb31076f097fc44028a6fb704691d0f40489593"
}
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.1",
"version": "0.1.2",
"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.1",
"version": "0.1.2",
"license": "MIT",
"scripts": {
"build": "concurrently \"yarn:build:*\" && rimraf ./.next/cache",
Expand Down Expand Up @@ -38,8 +38,8 @@
"@mui/lab": "^5.0.0-alpha.124",
"@mui/material": "^5.11.15",
"@mui/system": "^5.11.15",
"@mui/toolpad-components": "^0.1.1",
"@mui/toolpad-core": "^0.1.1",
"@mui/toolpad-components": "^0.1.2",
"@mui/toolpad-core": "^0.1.2",
"@mui/types": "^7.2.3",
"@mui/utils": "^5.11.13",
"@mui/x-data-grid-generator": "^6.0.4",
Expand Down Expand Up @@ -138,5 +138,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "c21fac688cfd8270cf36126d215698ae989ff899"
"gitHead": "dcb31076f097fc44028a6fb704691d0f40489593"
}
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.1",
"version": "0.1.2",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -31,7 +31,7 @@
},
"dependencies": {
"@mui/material": "^5.11.15",
"@mui/toolpad-core": "^0.1.1",
"@mui/toolpad-core": "^0.1.2",
"@mui/x-data-grid-pro": "^6.0.4",
"@mui/x-date-pickers": "^6.0.4",
"dayjs": "^1.11.7",
Expand All @@ -46,5 +46,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "c21fac688cfd8270cf36126d215698ae989ff899"
"gitHead": "dcb31076f097fc44028a6fb704691d0f40489593"
}
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.1",
"version": "0.1.2",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -65,5 +65,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "c21fac688cfd8270cf36126d215698ae989ff899"
"gitHead": "dcb31076f097fc44028a6fb704691d0f40489593"
}
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.1",
"version": "0.1.2",
"license": "MIT",
"scripts": {
"cjsify": "mkdir -p ./dist/cjs && echo \"{ \\\"type\\\":\\\"commonjs\\\" }\" > ./dist/cjs/package.json",
Expand Down Expand Up @@ -34,8 +34,8 @@
"toolpad": "./index.cjs"
},
"dependencies": {
"@mui/toolpad-app": "^0.1.1",
"@mui/toolpad-core": "^0.1.1",
"@mui/toolpad-app": "^0.1.2",
"@mui/toolpad-core": "^0.1.2",
"arg": "^5.0.2",
"concurrently": "^7.6.0",
"dotenv": "^16.0.3",
Expand All @@ -44,5 +44,5 @@
"engines": {
"node": ">=16.17"
},
"gitHead": "c21fac688cfd8270cf36126d215698ae989ff899"
"gitHead": "dcb31076f097fc44028a6fb704691d0f40489593"
}

0 comments on commit 3302fbf

Please sign in to comment.