Skip to content

Commit b6d8901

Browse files
v0.1.4 (#1879)
1 parent b7ca1b4 commit b6d8901

File tree

9 files changed

+34
-13
lines changed

9 files changed

+34
-13
lines changed

CHANGELOG.md

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

3+
## 0.1.4
4+
5+
<!-- generated comparing v0.1.3..master -->
6+
7+
_Apr 12, 2023_
8+
9+
A big thanks to the 3 contributors who made this release possible. Here are some highlights ✨:
10+
11+
Revamped file system layout, updated docs.
12+
13+
- &#8203;<!-- 8 -->Factor out in-memory toolpad project (#1878) @Janpot
14+
- &#8203;<!-- 7 -->Revamp toolpad file system layout (#1831) @Janpot
15+
- &#8203;<!-- 6 -->Docs-update (#1829) @prakhargupta1
16+
- &#8203;<!-- 5 -->Update README.md @prakhargupta1
17+
- &#8203;<!-- 4 -->Update README.md @prakhargupta1
18+
- &#8203;<!-- 3 -->Refactor: extract custom components loading logic (#1862) @Janpot
19+
- &#8203;<!-- 2 -->Clean dist dirs on rebuild (#1858) @Janpot
20+
- &#8203;<!-- 1 -->[docs] Fix 301 redirections @oliviertassinari
21+
22+
All contributors of this release in alphabetical order: @Janpot, @oliviertassinari, @prakhargupta1
23+
324
## 0.1.3
425

526
<!-- generated comparing v0.1.2..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.3",
3+
"version": "0.1.4",
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.3",
2+
"version": "0.1.4",
33
"npmClient": "yarn",
44
"useWorkspaces": true
55
}

packages/create-toolpad-app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-toolpad-app",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"keywords": [
55
"react",
66
"toolpad",

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.3",
3+
"version": "0.1.4",
44
"private": true,
55
"description": "Custom eslint rules for MUI.",
66
"main": "src/index.js",

packages/toolpad-app/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad-app",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"license": "MIT",
55
"scripts": {
66
"build": "concurrently \"yarn:build:*\" && rimraf ./.next/cache",
@@ -36,8 +36,8 @@
3636
"@mui/lab": "^5.0.0-alpha.126",
3737
"@mui/material": "^5.12.0",
3838
"@mui/system": "^5.12.0",
39-
"@mui/toolpad-components": "^0.1.3",
40-
"@mui/toolpad-core": "^0.1.3",
39+
"@mui/toolpad-components": "^0.1.4",
40+
"@mui/toolpad-core": "^0.1.4",
4141
"@mui/types": "^7.2.4",
4242
"@mui/utils": "^5.12.0",
4343
"@mui/x-data-grid-generator": "^6.1.0",

packages/toolpad-components/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad-components",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
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.126",
4444
"@mui/material": "^5.12.0",
45-
"@mui/toolpad-core": "^0.1.3",
45+
"@mui/toolpad-core": "^0.1.4",
4646
"@mui/x-data-grid-pro": "^6.1.0",
4747
"@mui/x-date-pickers": "^6.1.0",
4848
"dayjs": "^1.11.7",

packages/toolpad-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad-core",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
44
"description": "Build MUI apps quickly",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",

packages/toolpad/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@mui/toolpad",
3-
"version": "0.1.3",
3+
"version": "0.1.4",
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.3",
35-
"@mui/toolpad-core": "^0.1.3",
34+
"@mui/toolpad-app": "^0.1.4",
35+
"@mui/toolpad-core": "^0.1.4",
3636
"arg": "^5.0.2",
3737
"concurrently": "^8.0.1",
3838
"dotenv": "^16.0.3",

0 commit comments

Comments
 (0)