Skip to content

Commit

Permalink
v0.0.19 (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
bharatkashyap authored Sep 21, 2022
1 parent c91a41c commit 656357a
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 9 deletions.
27 changes: 27 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,32 @@
# Changelog

## v0.0.19

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

_Sep 21, 2022_

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

A big improvement to the documentation, the ability to use templates to create a new app and the beginning of some UI improvements to the app.

- &#8203;<!-- 14 -->Improve update notifications (#1006) @bharatkashyap
- &#8203;<!-- 13 -->Prebuilt app templates (#926) @apedroferreira
- &#8203;<!-- 12 -->Editor integration tests (#831) @apedroferreira
- &#8203;<!-- 11 -->Header layout towards UI revamp (#986) @Janpot
- &#8203;<!-- 10 -->Add instruction for testing a random commit on master (#1004) @Janpot
- &#8203;<!-- 09 -->Self-document integration test mode (#995) @Janpot
- &#8203;<!-- 08 -->[core] Fix scroll restoration in the docs (#866) @oliviertassinari
- &#8203;<!-- 07 -->[core] Fix markdown format (#889) @oliviertassinari
- &#8203;<!-- 06 -->[Docs] Fix self host url (#1033) @bytasv
- &#8203;<!-- 05 -->[Docs] Documentation docker (#1030) @bytasv
- &#8203;<!-- 04 -->[docs] Link the docs in the README.md (#1012) @oliviertassinari
- &#8203;<!-- 03 -->[docs] Add Building UI documentation (#1011) @bytasv
- &#8203;<!-- 02 -->[docs] Toolpad docs part 1 (#859) @bytasv
- &#8203;<!-- 01 -->[security] Improve the HTTP headers for security (#1013) @oliviertassinari

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

## v0.0.18

<!-- generated comparing v0.0.17..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.0.18",
"version": "0.0.19",
"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 @@
{
"version": "0.0.18",
"version": "0.0.19",
"npmClient": "yarn",
"useWorkspaces": true
}
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.0.18",
"version": "0.0.19",
"private": true,
"description": "Custom eslint rules for MUI.",
"main": "src/index.js",
Expand Down
6 changes: 3 additions & 3 deletions packages/toolpad-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/toolpad-app",
"version": "0.0.18",
"version": "0.0.19",
"license": "MIT",
"scripts": {
"build": "yarn prisma generate && concurrently \"yarn:build:*\" && rimraf ./.next/cache",
Expand Down Expand Up @@ -40,8 +40,8 @@
"@mui/lab": "^5.0.0-alpha.98",
"@mui/material": "^5.10.4",
"@mui/system": "^5.10.4",
"@mui/toolpad-components": "^0.0.18",
"@mui/toolpad-core": "^0.0.18",
"@mui/toolpad-components": "^0.0.19",
"@mui/toolpad-core": "^0.0.19",
"@mui/types": "^7.2.0",
"@mui/utils": "^5.10.3",
"@mui/x-data-grid-generator": "^5.17.1",
Expand Down
4 changes: 2 additions & 2 deletions packages/toolpad-components/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/toolpad-components",
"version": "0.0.18",
"version": "0.0.19",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -30,7 +30,7 @@
},
"dependencies": {
"@mui/material": "^5.10.4",
"@mui/toolpad-core": "^0.0.18",
"@mui/toolpad-core": "^0.0.19",
"@mui/x-data-grid-pro": "^5.17.1"
},
"devDependencies": {
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": "@mui/toolpad-core",
"version": "0.0.18",
"version": "0.0.19",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down

0 comments on commit 656357a

Please sign in to comment.