Skip to content

Commit f38dd63

Browse files
[release] v0.5.2 (#4002)
1 parent 2a81d67 commit f38dd63

File tree

13 files changed

+56
-12
lines changed

13 files changed

+56
-12
lines changed

CHANGELOG.md

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

3+
## v0.5.2
4+
5+
<!-- generated comparing v0.5.1..master -->
6+
7+
_Aug 27, 2024_
8+
9+
A big thanks to the 4 contributors who made this release possible. Here are some highlights ✨:
10+
11+
- Add authentication when bootstrapping a new project using `create-toolpad-app`
12+
- Fix some layout issues in the component attribute editor for Studio
13+
- Docs and website improvements
14+
15+
### `@toolpad/core`
16+
17+
- &#8203;<!-- 16 -->Bootstrap authentication from `create-toolpad-app` (#3860) @bharatkashyap
18+
- &#8203;<!-- 14 -->Polish `SignInPage` and docs (#3935) @bharatkashyap
19+
20+
### `@toolpad/studio`
21+
22+
- &#8203;<!-- 05 -->Fix layout issues in the component attribute editor (#3966) @Janpot
23+
24+
### Docs
25+
26+
- &#8203;<!-- 13 -->Clarify contribution guide references @oliviertassinari
27+
- &#8203;<!-- 12 -->Fix description of eslint-plugin-material-ui @oliviertassinari
28+
- &#8203;<!-- 11 -->Fix Core docs navigation sidebar links (#3986) @bharatkashyap
29+
- &#8203;<!-- 10 -->Follow theme on `SignInPage` docs demos (#3968) @bharatkashyap
30+
- &#8203;<!-- 09 -->Sign-in page grammar (#3977) @bharatkashyap
31+
- &#8203;<!-- 08 -->Improve docs and address some ahrefs reported 404s (#3928) @Janpot
32+
- &#8203;<!-- 07 -->Fix redirection to react tree fiber @oliviertassinari
33+
- &#8203;<!-- 06 -->Update to have API page URLs built correctly (#3999) @bharatkashyap
34+
- &#8203;<!-- 04 -->Add og image (#3965) @prakhargupta1
35+
- &#8203;<!-- 03 -->Add missing <Head> (#3939) @oliviertassinari
36+
- &#8203;<!-- 02 -->Fix brand copy (#3938) @bharatkashyap
37+
- &#8203;<!-- 01 -->Improve hero (#3936) @bharatkashyap
38+
39+
### Core
40+
41+
- &#8203;<!-- 18 -->Update renovate.json @Janpot
42+
- &#8203;<!-- 17 -->Update renovate.json @Janpot
43+
- &#8203;<!-- 15 -->Fully resolve imports in ESM target (#3975) @Janpot
44+
45+
All contributors of this release in alphabetical order: @bharatkashyap, @Janpot, @oliviertassinari, @prakhargupta1
46+
347
## v0.5.1
448

549
<!-- generated comparing v0.5.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.5.1",
3+
"version": "0.5.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
{
22
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"npmClient": "pnpm"
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.5.1",
3+
"version": "0.5.2",
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.5.1",
3+
"version": "0.5.2",
44
"private": true,
55
"description": "Custom eslint rules for Material UI.",
66
"main": "src/index.js",

packages/toolpad-core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toolpad/core",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"author": "Toolpad Team",
55
"description": "Dashboard framework powered by MUI.",
66
"main": "./node/index.js",

packages/toolpad-studio-components/package.json

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

packages/toolpad-studio-runtime/package.json

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

packages/toolpad-studio/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toolpad/studio",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"license": "MIT",
55
"bin": {
66
"toolpad-studio": "./cli.mjs"

packages/toolpad-utils/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@toolpad/utils",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"description": "Shared utilities used by Toolpad packages.",
55
"author": "MUI Toolpad team",
66
"homepage": "https://github.com/mui/mui-toolpad#readme",

playground/nextjs-pages/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground-nextjs-pages",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

playground/nextjs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "playground-nextjs",
3-
"version": "0.5.1",
3+
"version": "0.5.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev",

test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@
1414
"recharts": "alpha"
1515
},
1616
"type": "module",
17-
"version": "0.5.1"
17+
"version": "0.5.2"
1818
}

0 commit comments

Comments
 (0)