Skip to content

Commit b83e618

Browse files
Release 0.1.3 (#1860)
Co-authored-by: Jan Potoms <[email protected]>
1 parent 5702391 commit b83e618

File tree

9 files changed

+35
-18
lines changed

9 files changed

+35
-18
lines changed

CHANGELOG.md

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

3+
## 0.1.3
4+
5+
<!-- generated comparing v0.1.2..master -->
6+
7+
_Apr 5, 2023_
8+
9+
A big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
10+
11+
Fixed a regression with the query transformation feature, removed some obsolete code and a few improvements to the editor user experience!
12+
13+
- &#8203;<!-- 4 -->Fix transform regression (#1856) @bharatkashyap
14+
- &#8203;<!-- 3 -->Try replacing tsc with tsup as build tool (#1727) @Janpot
15+
- &#8203;<!-- 2 -->Remove obsolete onDelete datagrid property (#1850) @Janpot
16+
- &#8203;<!-- 1 -->Editor UX fixes (#1844) @apedroferreira
17+
18+
All contributors of this release in alphabetical order: @apedroferreira, @bharatkashyap, @Janpot
19+
320
## 0.1.2
421

522
<!-- generated comparing v0.1.1..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.2",
3+
"version": "0.1.3",
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.2",
2+
"version": "0.1.3",
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.2",
3+
"version": "0.1.3",
44
"keywords": [
55
"react",
66
"toolpad",
@@ -37,5 +37,5 @@
3737
"devDependencies": {
3838
"@types/inquirer": "^9.0.3"
3939
},
40-
"gitHead": "dcb31076f097fc44028a6fb704691d0f40489593"
40+
"gitHead": "53da43a28ad75dac925f4f4e7716483c937e5056"
4141
}

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.2",
3+
"version": "0.1.3",
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.2",
3+
"version": "0.1.3",
44
"license": "MIT",
55
"scripts": {
66
"build": "concurrently \"yarn:build:*\" && rimraf ./.next/cache",
@@ -36,8 +36,8 @@
3636
"@mui/lab": "^5.0.0-alpha.125",
3737
"@mui/material": "^5.11.16",
3838
"@mui/system": "^5.11.16",
39-
"@mui/toolpad-components": "^0.1.2",
40-
"@mui/toolpad-core": "^0.1.2",
39+
"@mui/toolpad-components": "^0.1.3",
40+
"@mui/toolpad-core": "^0.1.3",
4141
"@mui/types": "^7.2.3",
4242
"@mui/utils": "^5.11.13",
4343
"@mui/x-data-grid-generator": "^6.0.4",
@@ -136,5 +136,5 @@
136136
"publishConfig": {
137137
"access": "public"
138138
},
139-
"gitHead": "dcb31076f097fc44028a6fb704691d0f40489593"
139+
"gitHead": "53da43a28ad75dac925f4f4e7716483c937e5056"
140140
}

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.2",
3+
"version": "0.1.3",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",
@@ -42,7 +42,7 @@
4242
"dependencies": {
4343
"@mui/lab": "^5.0.0-alpha.125",
4444
"@mui/material": "^5.11.16",
45-
"@mui/toolpad-core": "^0.1.2",
45+
"@mui/toolpad-core": "^0.1.3",
4646
"@mui/x-data-grid-pro": "^6.0.4",
4747
"@mui/x-date-pickers": "^6.0.4",
4848
"dayjs": "^1.11.7",
@@ -58,5 +58,5 @@
5858
"publishConfig": {
5959
"access": "public"
6060
},
61-
"gitHead": "dcb31076f097fc44028a6fb704691d0f40489593"
61+
"gitHead": "e08bc0f050ff8b9d305eb948eeca039ecb15a0f4"
6262
}

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.2",
3+
"version": "0.1.3",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",
@@ -60,5 +60,5 @@
6060
"publishConfig": {
6161
"access": "public"
6262
},
63-
"gitHead": "dcb31076f097fc44028a6fb704691d0f40489593"
63+
"gitHead": "9b10c9eeffe8440155770725bdbcf27ca32bc4da"
6464
}

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.2",
3+
"version": "0.1.3",
44
"license": "MIT",
55
"scripts": {
66
"prebuild": "rimraf dist",
@@ -31,8 +31,8 @@
3131
"toolpad": "./index.cjs"
3232
},
3333
"dependencies": {
34-
"@mui/toolpad-app": "^0.1.2",
35-
"@mui/toolpad-core": "^0.1.2",
34+
"@mui/toolpad-app": "^0.1.3",
35+
"@mui/toolpad-core": "^0.1.3",
3636
"arg": "^5.0.2",
3737
"concurrently": "^8.0.1",
3838
"dotenv": "^16.0.3",
@@ -41,5 +41,5 @@
4141
"engines": {
4242
"node": ">=16.17"
4343
},
44-
"gitHead": "dcb31076f097fc44028a6fb704691d0f40489593"
44+
"gitHead": "53da43a28ad75dac925f4f4e7716483c937e5056"
4545
}

0 commit comments

Comments
 (0)