Skip to content

Commit

Permalink
[release] v0.5.2 (#4002)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap authored Aug 27, 2024
1 parent 2a81d67 commit f38dd63
Show file tree
Hide file tree
Showing 13 changed files with 56 additions and 12 deletions.
44 changes: 44 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,49 @@
# Changelog

## v0.5.2

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

_Aug 27, 2024_

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

- Add authentication when bootstrapping a new project using `create-toolpad-app`
- Fix some layout issues in the component attribute editor for Studio
- Docs and website improvements

### `@toolpad/core`

- &#8203;<!-- 16 -->Bootstrap authentication from `create-toolpad-app` (#3860) @bharatkashyap
- &#8203;<!-- 14 -->Polish `SignInPage` and docs (#3935) @bharatkashyap

### `@toolpad/studio`

- &#8203;<!-- 05 -->Fix layout issues in the component attribute editor (#3966) @Janpot

### Docs

- &#8203;<!-- 13 -->Clarify contribution guide references @oliviertassinari
- &#8203;<!-- 12 -->Fix description of eslint-plugin-material-ui @oliviertassinari
- &#8203;<!-- 11 -->Fix Core docs navigation sidebar links (#3986) @bharatkashyap
- &#8203;<!-- 10 -->Follow theme on `SignInPage` docs demos (#3968) @bharatkashyap
- &#8203;<!-- 09 -->Sign-in page grammar (#3977) @bharatkashyap
- &#8203;<!-- 08 -->Improve docs and address some ahrefs reported 404s (#3928) @Janpot
- &#8203;<!-- 07 -->Fix redirection to react tree fiber @oliviertassinari
- &#8203;<!-- 06 -->Update to have API page URLs built correctly (#3999) @bharatkashyap
- &#8203;<!-- 04 -->Add og image (#3965) @prakhargupta1
- &#8203;<!-- 03 -->Add missing <Head> (#3939) @oliviertassinari
- &#8203;<!-- 02 -->Fix brand copy (#3938) @bharatkashyap
- &#8203;<!-- 01 -->Improve hero (#3936) @bharatkashyap

### Core

- &#8203;<!-- 18 -->Update renovate.json @Janpot
- &#8203;<!-- 17 -->Update renovate.json @Janpot
- &#8203;<!-- 15 -->Fully resolve imports in ESM target (#3975) @Janpot

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

## v0.5.1

<!-- generated comparing v0.5.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.5.1",
"version": "0.5.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 @@
{
"$schema": "node_modules/lerna/schemas/lerna-schema.json",
"version": "0.5.1",
"version": "0.5.2",
"npmClient": "pnpm"
}
2 changes: 1 addition & 1 deletion 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.5.1",
"version": "0.5.2",
"keywords": [
"react",
"toolpad",
Expand Down
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.5.1",
"version": "0.5.2",
"private": true,
"description": "Custom eslint rules for Material UI.",
"main": "src/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toolpad/core",
"version": "0.5.1",
"version": "0.5.2",
"author": "Toolpad Team",
"description": "Dashboard framework powered by MUI.",
"main": "./node/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toolpad/studio-components",
"version": "0.5.1",
"version": "0.5.2",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio-runtime/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toolpad/studio-runtime",
"version": "0.5.1",
"version": "0.5.2",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-studio/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toolpad/studio",
"version": "0.5.1",
"version": "0.5.2",
"license": "MIT",
"bin": {
"toolpad-studio": "./cli.mjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/toolpad-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@toolpad/utils",
"version": "0.5.1",
"version": "0.5.2",
"description": "Shared utilities used by Toolpad packages.",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down
2 changes: 1 addition & 1 deletion playground/nextjs-pages/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground-nextjs-pages",
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion playground/nextjs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "playground-nextjs",
"version": "0.5.1",
"version": "0.5.2",
"private": true,
"scripts": {
"dev": "next dev",
Expand Down
2 changes: 1 addition & 1 deletion test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@
"recharts": "alpha"
},
"type": "module",
"version": "0.5.1"
"version": "0.5.2"
}

0 comments on commit f38dd63

Please sign in to comment.