Skip to content

Commit

Permalink
v4.12.4 (#32056)
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Apr 3, 2022
1 parent 32f9adb commit f594107
Show file tree
Hide file tree
Showing 12 changed files with 67 additions and 25 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
### [Versions](https://mui.com/versions/)

## 4.12.4

<!-- generated comparing v4.12.3..v4.x -->

_Mar 30, 2022_

Big thanks to the 6 contributors who made this release possible. Here are some highlights ✨:

This release was motivated by fixing compatibility issues with TypeScript 4.7 (#32041).

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

- <!-- 23 --> [core] Fix TS 4.7 compat issues (#32041, #32126) @eps1lon
- <!-- 02 --> [TextField] Use deprecatedPropType on the deprecated props (#27503) @mnajdova

### Docs

- <!-- 17 --> update all the links to the new domain @oliviertassinari
- <!-- 16 --> Update canonicals to point to the new domain @oliviertassinari
- <!-- 04 --> [Badge] Warn on default `overlap` value as well (#27573) @eps1lon
- <!-- 20 --> [docs] Fix seo issues on v4 (#28999) @mnajdova
- <!-- 19 --> [docs] Use branch deploy for v4 docs (#28896) @oliviertassinari
- <!-- 15 --> [docs] Improve the banner that points to v5 @oliviertassinari
- <!-- 14 --> [docs] Fix various broken master links (#28358) @eps1lon
- <!-- 13 --> [docs] Remove job ad on the website (#28343) @eps1lon
- <!-- 11 --> [docs] Prepare for v4.material-ui.com deploy (#28227) @mnajdova
- <!-- 10 --> [docs] Cancelled subscription @oliviertassinari
- <!-- 09 --> [docs] v5 is no longer a beta @oliviertassinari
- <!-- 08 --> [docs] Sync redirections from X into Core @oliviertassinari
- <!-- 07 --> [docs] Add GridExportCSVOptions page to documentation pages (#27414) @flaviendelangle
- <!-- 05 --> [docs] Add job ad (#27784) @oliviertassinari
- <!-- 01 --> [docs] Fix api generation for `deprecatedPropType` (#27576) @mnajdova
- <!-- 18 --> [v4] Batch fixes (#28684) @mnajdova
- <!-- 06 --> [website] Experiment without compensation @oliviertassinari
- <!-- 03 --> [website] Add spicefactory as gold sponsor @oliviertassinari

### Core

- <!-- 12 --> [core] Consider v4.x as the base (#28344) @eps1lon

All contributors of this release in alphabetical order: @eps1lon, @flaviendelangle, @mbrookes, @mnajdova, @oliviertassinari, @spiftire

## 4.12.3

<!-- generated comparing v4.12.2..master -->
Expand Down
14 changes: 7 additions & 7 deletions docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "docs",
"version": "4.0.0",
"version": "4.0.1",
"private": true,
"author": "Material-UI Team",
"license": "MIT",
Expand All @@ -25,14 +25,14 @@
"@date-io/date-fns": "^1.3.11",
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"@material-ui/core": "^4.1.2",
"@material-ui/core": "^4.12.4",
"@material-ui/data-grid": "^4.0.0-alpha.6",
"@material-ui/docs": "^4.0.0-beta.0",
"@material-ui/icons": "^4.2.1",
"@material-ui/lab": "^4.0.0-alpha.18",
"@material-ui/docs": "^4.0.0-beta.4",
"@material-ui/icons": "^4.11.3",
"@material-ui/lab": "^4.0.0-alpha.61",
"@material-ui/pickers": "^3.2.5",
"@material-ui/styles": "^4.1.2",
"@material-ui/system": "^4.3.0",
"@material-ui/styles": "^4.11.5",
"@material-ui/system": "^4.12.2",
"@material-ui/types": "^5.0.0",
"@trendmicro/react-interpolate": "^0.5.5",
"@types/autosuggest-highlight": "^3.1.0",
Expand Down
4 changes: 2 additions & 2 deletions framer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "framer",
"version": "1.0.0",
"version": "1.0.1",
"description": "Builds Material-UI for Framer X",
"main": "index.js",
"repository": "https://github.com/mui-org/material-ui",
Expand All @@ -10,7 +10,7 @@
"dependencies": {
"case": "1.6.3",
"deepmerge": "^4.0.0",
"docs": "^4.0.0",
"docs": "^4.0.1",
"mustache": "^4.0.0",
"react-docgen": "^5.0.0-beta.1"
},
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.3",
"version": "4.12.4",
"private": true,
"scripts": {
"proptypes": "ts-node --skip-project ./scripts/generateProptypes.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-codemod/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/codemod",
"version": "4.5.0",
"version": "4.5.1",
"private": false,
"author": "Material-UI Team",
"description": "Codemod scripts for Material-UI.",
Expand Down
4 changes: 2 additions & 2 deletions packages/material-ui-docs/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/docs",
"version": "4.0.0-beta.3",
"version": "4.0.0-beta.4",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Docs - Documentation building blocks.",
Expand Down Expand Up @@ -44,7 +44,7 @@
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"@material-ui/utils": "^4.9.6",
"@material-ui/utils": "^4.11.3",
"nprogress": "^0.2.0"
},
"devDependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-icons/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/icons",
"version": "4.11.2",
"version": "4.11.3",
"private": false,
"author": "Material-UI Team",
"description": "Material Design Svg Icons converted to Material-UI React components.",
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.60",
"version": "4.0.0-alpha.61",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Lab - Incubator for Material-UI React components.",
Expand Down Expand Up @@ -46,7 +46,7 @@
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"@material-ui/utils": "^4.11.2",
"@material-ui/utils": "^4.11.3",
"clsx": "^1.0.4",
"prop-types": "^15.7.2",
"react-is": "^16.8.0 || ^17.0.0"
Expand Down
4 changes: 2 additions & 2 deletions packages/material-ui-styles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/styles",
"version": "4.11.4",
"version": "4.11.5",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Styles - The styling solution of Material-UI.",
Expand Down Expand Up @@ -51,7 +51,7 @@
"@babel/runtime": "^7.4.4",
"@emotion/hash": "^0.8.0",
"@material-ui/types": "5.1.0",
"@material-ui/utils": "^4.11.2",
"@material-ui/utils": "^4.11.3",
"clsx": "^1.0.4",
"csstype": "^2.5.2",
"hoist-non-react-statics": "^3.3.2",
Expand Down
4 changes: 2 additions & 2 deletions 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.1",
"version": "4.12.2",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI System - Design system for Material-UI.",
Expand Down Expand Up @@ -49,7 +49,7 @@
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"@material-ui/utils": "^4.11.2",
"@material-ui/utils": "^4.11.3",
"csstype": "^2.5.2",
"prop-types": "^15.7.2"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/utils",
"version": "4.11.2",
"version": "4.11.3",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Utils - Utility functions for Material-UI.",
Expand Down
8 changes: 4 additions & 4 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.3",
"version": "4.12.4",
"private": false,
"author": "Material-UI Team",
"description": "React components that implement Google's Material Design.",
Expand Down Expand Up @@ -50,10 +50,10 @@
},
"dependencies": {
"@babel/runtime": "^7.4.4",
"@material-ui/styles": "^4.11.4",
"@material-ui/system": "^4.12.1",
"@material-ui/styles": "^4.11.5",
"@material-ui/system": "^4.12.2",
"@material-ui/types": "5.1.0",
"@material-ui/utils": "^4.11.2",
"@material-ui/utils": "^4.11.3",
"@types/react-transition-group": "^4.2.0",
"clsx": "^1.0.4",
"hoist-non-react-statics": "^3.3.2",
Expand Down

0 comments on commit f594107

Please sign in to comment.