From 17a0d19775eee54fbae37428640b7f0a26cf09aa Mon Sep 17 00:00:00 2001 From: Pedro Ferreira <10789765+apedroferreira@users.noreply.github.com> Date: Fri, 12 Jul 2024 18:07:42 +0100 Subject: [PATCH] v0.3.1 (#3774) --- CHANGELOG.md | 28 ++++++++++++++++++- docs/package.json | 2 +- lerna.json | 2 +- packages/create-toolpad-app/package.json | 2 +- .../eslint-plugin-material-ui/package.json | 2 +- packages/toolpad-core/package.json | 2 +- .../toolpad-studio-components/package.json | 2 +- packages/toolpad-studio-runtime/package.json | 2 +- packages/toolpad-studio/package.json | 2 +- packages/toolpad-utils/package.json | 2 +- playground/nextjs-pages/package.json | 2 +- playground/nextjs/package.json | 2 +- test/package.json | 2 +- 13 files changed, 39 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d545b0cf6a8..a9d3e88b44c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,32 @@ # Changelog -## 0.3.0 +## v0.3.1 + + + +_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. + +- ​Remove dead code (#3754) @Janpot +- ​Lock file maintenance (#3740) @renovate[bot] +- ​Lock file maintenance Docs (#3743) @renovate[bot] +- ​Lock file maintenance Examples (#3742) @renovate[bot] +- ​Lock file maintenance Docs (#3741) @renovate[bot] +- ​[cli] Add information when `--example` is present (#3749) @bharatkashyap +- ​[code-infra] Use `@mui/docs` where possible (#3751) @LukasTy +- ​[core] Fix a few performance issues in Toolpad production apps (#3756) @Janpot +- ​[core] Optimize studio production build (#3755) @Janpot +- ​[core] Implement persistent state hooks (#3696) @Janpot +- ​[docs] Update to match monorepo script (#3753) @bharatkashyap +- ​[docs] Use product demo video of the onboarding on the landing page (#3555) @Janpot +- ​[security] Slightly improve CSP header (#3757) @oliviertassinari + +All contributors of this release in alphabetical order: @bharatkashyap, @Janpot, @LukasTy, @oliviertassinari, @renovate[bot] + +## v0.3.0 diff --git a/docs/package.json b/docs/package.json index d615fe1f029..6ac30f8286d 100644 --- a/docs/package.json +++ b/docs/package.json @@ -1,6 +1,6 @@ { "name": "docs", - "version": "0.3.0", + "version": "0.3.1", "private": true, "author": "MUI Toolpad", "license": "MIT", diff --git a/lerna.json b/lerna.json index b9fce78ab5e..462f03bc911 100644 --- a/lerna.json +++ b/lerna.json @@ -1,5 +1,5 @@ { "$schema": "node_modules/lerna/schemas/lerna-schema.json", - "version": "0.3.0", + "version": "0.3.1", "npmClient": "pnpm" } diff --git a/packages/create-toolpad-app/package.json b/packages/create-toolpad-app/package.json index fa8433deb5d..8b21e4b31d9 100644 --- a/packages/create-toolpad-app/package.json +++ b/packages/create-toolpad-app/package.json @@ -1,6 +1,6 @@ { "name": "create-toolpad-app", - "version": "0.3.0", + "version": "0.3.1", "keywords": [ "react", "toolpad", diff --git a/packages/eslint-plugin-material-ui/package.json b/packages/eslint-plugin-material-ui/package.json index 1b11e6d7f16..8aa3af7342d 100644 --- a/packages/eslint-plugin-material-ui/package.json +++ b/packages/eslint-plugin-material-ui/package.json @@ -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", diff --git a/packages/toolpad-core/package.json b/packages/toolpad-core/package.json index f980a5769d7..a5f2d5ba158 100644 --- a/packages/toolpad-core/package.json +++ b/packages/toolpad-core/package.json @@ -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", diff --git a/packages/toolpad-studio-components/package.json b/packages/toolpad-studio-components/package.json index 7464c423789..35591a67a1d 100644 --- a/packages/toolpad-studio-components/package.json +++ b/packages/toolpad-studio-components/package.json @@ -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", diff --git a/packages/toolpad-studio-runtime/package.json b/packages/toolpad-studio-runtime/package.json index a109df2f7cd..c3959b59302 100644 --- a/packages/toolpad-studio-runtime/package.json +++ b/packages/toolpad-studio-runtime/package.json @@ -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", diff --git a/packages/toolpad-studio/package.json b/packages/toolpad-studio/package.json index 5bfbe1b8fc8..73660c8c44e 100644 --- a/packages/toolpad-studio/package.json +++ b/packages/toolpad-studio/package.json @@ -1,6 +1,6 @@ { "name": "@toolpad/studio", - "version": "0.3.0", + "version": "0.3.1", "license": "MIT", "bin": { "toolpad-studio": "./cli.mjs" diff --git a/packages/toolpad-utils/package.json b/packages/toolpad-utils/package.json index 71bd1a2bc13..6ebf3db579c 100644 --- a/packages/toolpad-utils/package.json +++ b/packages/toolpad-utils/package.json @@ -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", diff --git a/playground/nextjs-pages/package.json b/playground/nextjs-pages/package.json index bc706f62e41..7ac249ad0f2 100644 --- a/playground/nextjs-pages/package.json +++ b/playground/nextjs-pages/package.json @@ -1,6 +1,6 @@ { "name": "playground-nextjs-pages", - "version": "0.3.0", + "version": "0.3.1", "private": true, "scripts": { "dev": "next dev", diff --git a/playground/nextjs/package.json b/playground/nextjs/package.json index 6076d7f4714..a492fd5aa9a 100644 --- a/playground/nextjs/package.json +++ b/playground/nextjs/package.json @@ -1,6 +1,6 @@ { "name": "playground-nextjs", - "version": "0.3.0", + "version": "0.3.1", "private": true, "scripts": { "dev": "next dev", diff --git a/test/package.json b/test/package.json index 1a59191d696..d7beabab73d 100644 --- a/test/package.json +++ b/test/package.json @@ -14,5 +14,5 @@ "recharts": "alpha" }, "type": "module", - "version": "0.3.0" + "version": "0.3.1" }