Skip to content

Commit

Permalink
v0.0.10 (#684)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Jul 22, 2022
1 parent 0fb2f8a commit 4d00327
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 10 deletions.
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## v0.0.10

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

_Jul 22, 2022_

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

Getting a first version of the docs app working. Fixes to the UI on the application overview, thanks to our new team member @bytasv!

- &#8203;<!-- 5 -->Fix app name overflow (#672) @bytasv
- &#8203;<!-- 4 -->Add fetch polyfills to jest (#669) @Janpot
- &#8203;<!-- 3 -->[docs] Fix Next.js hosting on mui.com (#661) @bharatkashyap
- &#8203;<!-- 2 -->[docs] Lint markdown (#675) @oliviertassinari
- &#8203;<!-- 1 -->[docs] Bootstrap docs/landing page site (#542) @bharatkashyap

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

## v0.0.9

<!-- generated comparing v0.0.8..master -->
Expand Down
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ If you would like to hack on MUI Toolpad or want to run the latest version, you

```sh
# add --prerelease if necessary
yarn release:docker --commit <commit of merged PR> --releaseTag <version number>
yarn release:docker
```

1. Create a new github release, use `<version number>` as the tag and `<commit of merged PR>` as the target. Use the cleaned changelog as the body and the `<version number>` as the title. Mark as prerelease if necessary.
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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"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.9",
"version": "0.0.10",
"license": "MIT",
"scripts": {
"build": "yarn prisma generate && concurrently \"yarn:build:*\" && rimraf ./.next/cache",
Expand Down Expand Up @@ -38,8 +38,8 @@
"@mui/lab": "^5.0.0-alpha.88",
"@mui/material": "^5.8.6",
"@mui/system": "^5.8.6",
"@mui/toolpad-components": "^0.0.9",
"@mui/toolpad-core": "^0.0.9",
"@mui/toolpad-components": "^0.0.10",
"@mui/toolpad-core": "^0.0.10",
"@mui/utils": "^5.8.6",
"@mui/x-data-grid-pro": "^5.12.3",
"@prisma/client": "^4.0.0",
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.9",
"version": "0.0.10",
"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.8.6",
"@mui/toolpad-core": "^0.0.9",
"@mui/toolpad-core": "^0.0.10",
"@mui/x-data-grid-pro": "^5.12.3"
},
"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.9",
"version": "0.0.10",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down

0 comments on commit 4d00327

Please sign in to comment.