Skip to content

Commit

Permalink
v4.12.1 (#27161)
Browse files Browse the repository at this point in the history
v4.12.1 (#27161)
  • Loading branch information
mnajdova authored Jul 7, 2021
1 parent 8cf7a0d commit 4dc8c9b
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
### [Versions](https://material-ui.com/versions/)

## 4.12.1

_July 7, 2021_

This release is released to fix the package.json generation in the previous release.

### Core

- [core] Fix generation of package.json file on Windows (#27160) @mnajdova

## 4.12.0

_July 6, 2021_
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "4.12.0",
"version": "4.12.1",
"private": true,
"scripts": {
"proptypes": "ts-node --skip-project ./scripts/generateProptypes.ts",
Expand Down
4 changes: 2 additions & 2 deletions packages/material-ui-lab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/lab",
"version": "4.0.0-alpha.59",
"version": "4.0.0-alpha.60",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Lab - Incubator for Material-UI React components.",
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "tslint -p tsconfig.json \"src/**/*.{ts,tsx}\""
},
"peerDependencies": {
"@material-ui/core": "^4.12.0",
"@material-ui/core": "^4.12.1",
"@types/react": "^16.8.6 || ^17.0.0",
"react": "^16.8.0 || ^17.0.0",
"react-dom": "^16.8.0 || ^17.0.0"
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-system/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/system",
"version": "4.12.0",
"version": "4.12.1",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI System - Design system for Material-UI.",
Expand Down
4 changes: 2 additions & 2 deletions packages/material-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/core",
"version": "4.12.0",
"version": "4.12.1",
"private": false,
"author": "Material-UI Team",
"description": "React components that implement Google's Material Design.",
Expand Down Expand Up @@ -51,7 +51,7 @@
"dependencies": {
"@babel/runtime": "^7.4.4",
"@material-ui/styles": "^4.11.4",
"@material-ui/system": "^4.12.0",
"@material-ui/system": "^4.12.1",
"@material-ui/types": "5.1.0",
"@material-ui/utils": "^4.11.2",
"@types/react-transition-group": "^4.2.0",
Expand Down

0 comments on commit 4dc8c9b

Please sign in to comment.