Skip to content

Commit

Permalink
v4.12.3 (#27465)
Browse files Browse the repository at this point in the history
Co-authored-by: Marija Najdova <mnajdova@gmail.com>
Co-authored-by: Olivier Tassinari <olivier.tassinari@gmail.com>
  • Loading branch information
3 people committed Jul 30, 2021
1 parent e02afb6 commit 77a8dae
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
24 changes: 24 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,29 @@
### [Versions](https://material-ui.com/versions/)

## 4.12.3

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

_Jul 27, 2021_

### `@material-ui/core@4.12.3`

- <!-- 2 --> [AccordionSummary] Fix false-positive propType warning with `disableGeneration` (#27385) @eps1lon
- <!-- 7 --> [ImageList] Fix deprecation warnings (#27502) @mnajdova
- <!-- 6 --> [TablePagination] Re-introduce deprecated `onChangePage` to `ActionsComponent` (#27407) @eps1lon
- <!-- 1 --> [TextareaAutosize] Updated deprecation warning to suggest minRows instead of rowsMin (#27398) @HumbertoL

### Docs

- <!-- 4 --> [docs] Fix 404 link to ImageList @oliviertassinari
- <!-- 3 --> [docs] Fix DataTable.tsx demo in v4 (#27196) @Siv-tspab

### Core

- <!-- 5 --> [core] Add release scripts (#27399) @eps1lon

All contributors of this release in alphabetical order: @eps1lon, @mnajdova, @HumbertoL, @oliviertassinari, @Siv-tspab

## 4.12.2

<!-- generated comparing v4.12.1..master -->
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"version": "4.12.2",
"version": "4.12.3",
"private": true,
"scripts": {
"proptypes": "ts-node --skip-project ./scripts/generateProptypes.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@material-ui/core",
"version": "4.12.2",
"version": "4.12.3",
"private": false,
"author": "Material-UI Team",
"description": "React components that implement Google's Material Design.",
Expand Down

0 comments on commit 77a8dae

Please sign in to comment.