Skip to content

Commit

Permalink
v4.12.2 (#27355)
Browse files Browse the repository at this point in the history
Co-authored-by: Olivier Tassinari <[email protected]>
  • Loading branch information
eps1lon and oliviertassinari committed Jul 19, 2021
1 parent 9c48d0b commit 958241a
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 3 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,31 @@
### [Versions](https://material-ui.com/versions/)

## 4.12.2

<!-- generated comparing v4.12.1..master -->

_Jul 19, 2021_

### `@material-ui/[email protected]`

- <!-- 09 --> [Accordion, Collapse] Fix failed proptype error (#27307) @serenalin121
- <!-- 12 --> [AccordionSummary] Ensure backwards compatible deprecation of classes.focused (#27351) @eps1lon
- <!-- 11 --> [TextField] Add support for `minRows` (#27293) @eps1lon

### Docs

- <!-- 07 --> [blog] Danilo Leal joins Material-UI (#27231) @oliviertassinari
- <!-- 04 --> [blog] Jun did join in Q1 @oliviertassinari
- <!-- 03 --> [blog] Fix typo @oliviertassinari
- <!-- 02 --> [blog] Q2 2021 Update (#27089) @oliviertassinari
- <!-- 10 --> [docs] Add constant for the banner height (#27309) @mnajdova
- <!-- 08 --> [docs] Fix various layout issues with the v5 banner (#27237) @mnajdova
- <!-- 06 --> [docs] Fix https protocol (#27262) @m4theushw
- <!-- 01 --> [docs] Remove Ethical Ads (#27173) @mbrookes
- <!-- 05 --> [website] Open 4 new roles (#27123) @oliviertassinari

All contributors of this release in alphabetical order: @eps1lon, @m4theushw, @mbrookes, @mnajdova, @oliviertassinari, @serenalin121

## 4.12.1

_July 7, 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.1",
"version": "4.12.2",
"private": true,
"scripts": {
"proptypes": "ts-node --skip-project ./scripts/generateProptypes.ts",
Expand Down
3 changes: 1 addition & 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.1",
"version": "4.12.2",
"private": false,
"author": "Material-UI Team",
"description": "React components that implement Google's Material Design.",
Expand Down Expand Up @@ -62,7 +62,6 @@
"react-is": "^16.8.0 || ^17.0.0",
"react-transition-group": "^4.4.0"
},
"devDependencies": {},
"sideEffects": false,
"publishConfig": {
"access": "public"
Expand Down

0 comments on commit 958241a

Please sign in to comment.