Skip to content

Commit 3302fbf

Browse files
authored
v0.1.2 (#1843)
1 parent 5dfb45a commit 3302fbf

File tree

9 files changed

+42
-18
lines changed

9 files changed

+42
-18
lines changed

CHANGELOG.md

+24
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
# Changelog
22

3+
## 0.1.2
4+
5+
<!-- generated comparing v0.1.1..master -->
6+
7+
_Mar 31, 2023_
8+
9+
A big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
10+
11+
Add end-user application navigation! Various fixes.
12+
13+
- &#8203;<!-- 11 -->Add app navigation sidebar (#1819) @apedroferreira
14+
- &#8203;<!-- 10 -->Load queries by name instead of id (#1842) @Janpot
15+
- &#8203;<!-- 09 -->Fix issues around custom datagrid columns (#1840) @Janpot
16+
- &#8203;<!-- 08 -->Fix broken theming (#1834) @apedroferreira
17+
- &#8203;<!-- 07 -->Do Toolpad app migration on startup (#1832) @Janpot
18+
- &#8203;<!-- 06 -->Remove ECS and Recaptcha + move request/response logs to trace level (#1833) @apedroferreira
19+
- &#8203;<!-- 05 -->Remove deprecated scope query (#1827) @apedroferreira
20+
- &#8203;<!-- 04 -->Use worker scoped fixtures for integration tests (#1813) @Janpot
21+
- &#8203;<!-- 03 -->Remove quickjs-emscripten (#1820) @Janpot
22+
- &#8203;<!-- 02 -->Rewrite argument handling in `@mui/toolpad` CLI with `yargs` (#1794) @bharatkashyap
23+
- &#8203;<!-- 01 -->Update CONTRIBUTING.md (Fix typo) (#1826) @apedroferreira
24+
25+
All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @Janpot
26+
327
## 0.1.1
428

529
<!-- generated comparing v0.1.0..master -->

docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docs",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"author": "MUI Toolpad",
66
"license": "MIT",

lerna.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "0.1.1",
2+
"version": "0.1.2",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

packages/create-toolpad-app/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-toolpad-app",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"keywords": [
55
"react",
66
"toolpad",
@@ -36,5 +36,5 @@
3636
"devDependencies": {
3737
"@types/inquirer": "^9.0.3"
3838
},
39-
"gitHead": "c21fac688cfd8270cf36126d215698ae989ff899"
39+
"gitHead": "dcb31076f097fc44028a6fb704691d0f40489593"
4040
}

packages/eslint-plugin-material-ui/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "eslint-plugin-material-ui",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"description": "Custom eslint rules for MUI.",
66
"main": "src/index.js",

packages/toolpad-app/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad-app",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"license": "MIT",
55
"scripts": {
66
"build": "concurrently \"yarn:build:*\" && rimraf ./.next/cache",
@@ -38,8 +38,8 @@
3838
"@mui/lab": "^5.0.0-alpha.124",
3939
"@mui/material": "^5.11.15",
4040
"@mui/system": "^5.11.15",
41-
"@mui/toolpad-components": "^0.1.1",
42-
"@mui/toolpad-core": "^0.1.1",
41+
"@mui/toolpad-components": "^0.1.2",
42+
"@mui/toolpad-core": "^0.1.2",
4343
"@mui/types": "^7.2.3",
4444
"@mui/utils": "^5.11.13",
4545
"@mui/x-data-grid-generator": "^6.0.4",
@@ -138,5 +138,5 @@
138138
"publishConfig": {
139139
"access": "public"
140140
},
141-
"gitHead": "c21fac688cfd8270cf36126d215698ae989ff899"
141+
"gitHead": "dcb31076f097fc44028a6fb704691d0f40489593"
142142
}

packages/toolpad-components/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad-components",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",
@@ -31,7 +31,7 @@
3131
},
3232
"dependencies": {
3333
"@mui/material": "^5.11.15",
34-
"@mui/toolpad-core": "^0.1.1",
34+
"@mui/toolpad-core": "^0.1.2",
3535
"@mui/x-data-grid-pro": "^6.0.4",
3636
"@mui/x-date-pickers": "^6.0.4",
3737
"dayjs": "^1.11.7",
@@ -46,5 +46,5 @@
4646
"publishConfig": {
4747
"access": "public"
4848
},
49-
"gitHead": "c21fac688cfd8270cf36126d215698ae989ff899"
49+
"gitHead": "dcb31076f097fc44028a6fb704691d0f40489593"
5050
}

packages/toolpad-core/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad-core",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",
@@ -65,5 +65,5 @@
6565
"publishConfig": {
6666
"access": "public"
6767
},
68-
"gitHead": "c21fac688cfd8270cf36126d215698ae989ff899"
68+
"gitHead": "dcb31076f097fc44028a6fb704691d0f40489593"
6969
}

packages/toolpad/package.json

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"license": "MIT",
55
"scripts": {
66
"cjsify": "mkdir -p ./dist/cjs && echo \"{ \\\"type\\\":\\\"commonjs\\\" }\" > ./dist/cjs/package.json",
@@ -34,8 +34,8 @@
3434
"toolpad": "./index.cjs"
3535
},
3636
"dependencies": {
37-
"@mui/toolpad-app": "^0.1.1",
38-
"@mui/toolpad-core": "^0.1.1",
37+
"@mui/toolpad-app": "^0.1.2",
38+
"@mui/toolpad-core": "^0.1.2",
3939
"arg": "^5.0.2",
4040
"concurrently": "^7.6.0",
4141
"dotenv": "^16.0.3",
@@ -44,5 +44,5 @@
4444
"engines": {
4545
"node": ">=16.17"
4646
},
47-
"gitHead": "c21fac688cfd8270cf36126d215698ae989ff899"
47+
"gitHead": "dcb31076f097fc44028a6fb704691d0f40489593"
4848
}

0 commit comments

Comments
 (0)