Skip to content

Commit

Permalink
v0.0.6 (#562)
Browse files Browse the repository at this point in the history
* v0.0.6

* improve

* No need for patting one-self on the back
  • Loading branch information
Janpot authored Jun 15, 2022
1 parent aba3857 commit aefa28a
Show file tree
Hide file tree
Showing 7 changed files with 24 additions and 9 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
# Changelog

## v0.0.6

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

_Jun 15, 2022_

This release serves as an end-to-end test for the release workflow. It contains fixes for bugs that emerged while creating the first releases of toolpad.

- &#8203;<!-- 6 -->Move NodeId to @mui/toolpad-core (#561) @Janpot
- &#8203;<!-- 5 -->Add react as peer dependency to supporting libs (#560) @Janpot
- &#8203;<!-- 4 -->Run linters in CI (#559) @Janpot
- &#8203;<!-- 3 -->Fix image existence check in release script (#558) @Janpot
- &#8203;<!-- 2 -->Support page parameters (#555) @Janpot
- &#8203;<!-- 1 -->Some fixes on the release script (#557) @Janpot

## v0.0.5

Initial release
2 changes: 1 addition & 1 deletion docs/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "docs",
"version": "0.0.5",
"version": "0.0.6",
"private": true
}
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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"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.5",
"version": "0.0.6",
"license": "MIT",
"scripts": {
"build": "yarn prisma generate && concurrently \"yarn:build:*\" && rimraf ./.next/cache",
Expand Down Expand Up @@ -36,8 +36,8 @@
"@mui/lab": "^5.0.0-alpha.82",
"@mui/material": "^5.8.0",
"@mui/system": "^5.8.0",
"@mui/toolpad-components": "^0.0.5",
"@mui/toolpad-core": "^0.0.5",
"@mui/toolpad-components": "^0.0.6",
"@mui/toolpad-core": "^0.0.6",
"@mui/x-data-grid-pro": "^5.11.0",
"@prisma/client": "^3.13.0",
"@swc/wasm": "^1.2.189",
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.5",
"version": "0.0.6",
"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.0",
"@mui/toolpad-core": "^0.0.5",
"@mui/toolpad-core": "^0.0.6",
"@mui/x-data-grid-pro": "^5.11.0"
},
"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.5",
"version": "0.0.6",
"description": "Build MUI apps quickly",
"author": "MUI Soolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down

0 comments on commit aefa28a

Please sign in to comment.