Skip to content

Commit

Permalink
Release 0 1 6 (#1889)
Browse files Browse the repository at this point in the history
  • Loading branch information
Janpot authored Apr 13, 2023
1 parent 4b498b2 commit 9bfb0b1
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 18 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,19 @@
# Changelog

## 0.1.6

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

_Apr 13, 2023_

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

Fix regression that applies the wrong theme to the user application when they have dark color scheme.

- &#8203;<!-- 1 -->Fix app theming (#1888) @Janpot

All contributors of this release in alphabetical order: @Janpot

## 0.1.5

<!-- generated comparing v0.1.4..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.1.5",
"version": "0.1.6",
"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.1.5",
"version": "0.1.6",
"npmClient": "yarn",
"useWorkspaces": true
}
4 changes: 2 additions & 2 deletions 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.1.5",
"version": "0.1.6",
"keywords": [
"react",
"toolpad",
Expand Down Expand Up @@ -37,5 +37,5 @@
"devDependencies": {
"@types/inquirer": "^9.0.3"
},
"gitHead": "3c187af18a02fe27cb1a7ec7e1bee6630cf29a69"
"gitHead": "5c310012b1b92ee53a0a1051b92f84564f915faf"
}
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.1.5",
"version": "0.1.6",
"private": true,
"description": "Custom eslint rules for MUI.",
"main": "src/index.js",
Expand Down
8 changes: 4 additions & 4 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.1.5",
"version": "0.1.6",
"license": "MIT",
"scripts": {
"build": "concurrently \"yarn:build:*\" && rimraf ./.next/cache",
Expand Down Expand Up @@ -42,8 +42,8 @@
"@mui/lab": "^5.0.0-alpha.126",
"@mui/material": "^5.12.0",
"@mui/system": "^5.12.0",
"@mui/toolpad-components": "^0.1.5",
"@mui/toolpad-core": "^0.1.5",
"@mui/toolpad-components": "^0.1.6",
"@mui/toolpad-core": "^0.1.6",
"@mui/types": "^7.2.4",
"@mui/utils": "^5.12.0",
"@mui/x-data-grid": "^6.1.0",
Expand Down Expand Up @@ -149,5 +149,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "3c187af18a02fe27cb1a7ec7e1bee6630cf29a69"
"gitHead": "5c310012b1b92ee53a0a1051b92f84564f915faf"
}
6 changes: 3 additions & 3 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.1.5",
"version": "0.1.6",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -42,7 +42,7 @@
"dependencies": {
"@mui/lab": "^5.0.0-alpha.126",
"@mui/material": "^5.12.0",
"@mui/toolpad-core": "^0.1.5",
"@mui/toolpad-core": "^0.1.6",
"@mui/x-data-grid-pro": "^6.1.0",
"@mui/x-date-pickers": "^6.1.0",
"dayjs": "^1.11.7",
Expand All @@ -58,5 +58,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "3c187af18a02fe27cb1a7ec7e1bee6630cf29a69"
"gitHead": "5c310012b1b92ee53a0a1051b92f84564f915faf"
}
4 changes: 2 additions & 2 deletions 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.1.5",
"version": "0.1.6",
"description": "Build MUI apps quickly",
"author": "MUI Toolpad team",
"homepage": "https://github.com/mui/mui-toolpad#readme",
Expand Down Expand Up @@ -61,5 +61,5 @@
"publishConfig": {
"access": "public"
},
"gitHead": "3c187af18a02fe27cb1a7ec7e1bee6630cf29a69"
"gitHead": "5c310012b1b92ee53a0a1051b92f84564f915faf"
}
8 changes: 4 additions & 4 deletions packages/toolpad/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@mui/toolpad",
"version": "0.1.5",
"version": "0.1.6",
"license": "MIT",
"scripts": {
"prebuild": "rimraf dist",
Expand Down Expand Up @@ -31,8 +31,8 @@
"toolpad": "./index.cjs"
},
"dependencies": {
"@mui/toolpad-app": "^0.1.5",
"@mui/toolpad-core": "^0.1.5",
"@mui/toolpad-app": "^0.1.6",
"@mui/toolpad-core": "^0.1.6",
"arg": "^5.0.2",
"concurrently": "^8.0.1",
"dotenv": "^16.0.3",
Expand All @@ -41,5 +41,5 @@
"engines": {
"node": ">=16.17"
},
"gitHead": "3c187af18a02fe27cb1a7ec7e1bee6630cf29a69"
"gitHead": "5c310012b1b92ee53a0a1051b92f84564f915faf"
}

0 comments on commit 9bfb0b1

Please sign in to comment.