Skip to content

Commit

Permalink
v0.3.1 (#3774)
Browse files Browse the repository at this point in the history
  • Loading branch information
apedroferreira authored Jul 12, 2024
1 parent 00f10d5 commit 17a0d19
Show file tree
Hide file tree
Showing 13 changed files with 39 additions and 13 deletions.
28 changes: 27 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,32 @@
# Changelog

## 0.3.0
## v0.3.1

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

_Jul 12, 2024_

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

Improve Toolpad home page, add persistent state hooks to Toolpad Core and fix some performance issues in Toolpad Studio production apps.

- &#8203;<!-- 13 -->Remove dead code (#3754) @Janpot
- &#8203;<!-- 12 -->Lock file maintenance (#3740) @renovate[bot]
- &#8203;<!-- 11 -->Lock file maintenance Docs (#3743) @renovate[bot]
- &#8203;<!-- 10 -->Lock file maintenance Examples (#3742) @renovate[bot]
- &#8203;<!-- 09 -->Lock file maintenance Docs (#3741) @renovate[bot]
- &#8203;<!-- 08 -->[cli] Add information when `--example` is present (#3749) @bharatkashyap
- &#8203;<!-- 07 -->[code-infra] Use `@mui/docs` where possible (#3751) @LukasTy
- &#8203;<!-- 06 -->[core] Fix a few performance issues in Toolpad production apps (#3756) @Janpot
- &#8203;<!-- 05 -->[core] Optimize studio production build (#3755) @Janpot
- &#8203;<!-- 04 -->[core] Implement persistent state hooks (#3696) @Janpot
- &#8203;<!-- 03 -->[docs] Update to match monorepo script (#3753) @bharatkashyap
- &#8203;<!-- 02 -->[docs] Use product demo video of the onboarding on the landing page (#3555) @Janpot
- &#8203;<!-- 01 -->[security] Slightly improve CSP header (#3757) @oliviertassinari

All contributors of this release in alphabetical order: @bharatkashyap, @Janpot, @LukasTy, @oliviertassinari, @renovate[bot]

## v0.3.0

<!-- generated comparing v0.2.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.3.0",
"version": "0.3.1",
"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.3.0",
"version": "0.3.1",
"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.3.0",
"version": "0.3.1",
"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.3.0",
"version": "0.3.1",
"private": true,
"description": "Custom eslint rules for MUI.",
"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.3.0",
"version": "0.3.1",
"author": "Toolpad Team",
"description": "Dashboard framework powered by MUI.",
"main": "./build/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.3.0",
"version": "0.3.1",
"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.3.0",
"version": "0.3.1",
"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.3.0",
"version": "0.3.1",
"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.3.0",
"version": "0.3.1",
"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.3.0",
"version": "0.3.1",
"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.3.0",
"version": "0.3.1",
"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.3.0"
"version": "0.3.1"
}

0 comments on commit 17a0d19

Please sign in to comment.