Skip to content

Commit

Permalink
v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jun 13, 2019
1 parent 37c2e8a commit b78a5ab
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 15 deletions.
9 changes: 5 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,21 +17,22 @@ Here are some highlights ✨:

- [ButtonBase] Fix riple not stoping on mouse up (#16142) @joaosilvalopes
- [useMediaQuery] Defensive logic against matchMedia not available (#16196) @oliviertassinari
- [Typography] Fix variantMapping rejecting partial type (#16187) @eps1lon

### `@material-ui/styles@v4.1.1`

- [styles] Fix react-hot-loader regression (#16195) @oliviertassinari

### `@material-ui/icons@v4.1.1`
### `@material-ui/icons@v4.2.0`

- [icons] Fix generated index.d.ts (#16139) @MayhemYDG
- [icons] Update the icons (#16166) @oliviertassinari
- [icons] Update and clean the icons (#16166) @oliviertassinari

### `@material-ui/lab@v4.0.0-alpha.16`

- [Slider] Support range (#15703) @oliviertassinari

### `@material-ui/system@v4.1.1`
### `@material-ui/system@v4.2.0`

- [system] Add overflow, textOverflow, whiteSpace properties (#16129) @aditya1906
- [system] Add remaining flexbox properties (#16164) @aditya1906
Expand Down Expand Up @@ -62,7 +63,7 @@ A big thanks to the 26 contributors who made this release possible!

Here are some highlights ✨:

- 💄 A new ButtonGroup component (#15751) @mbrookes
- 💄 A new ButtonGroup component (#15744) @mbrookes
- 💄 New system props (flex, fontStyle, letterSpacing, lineHeight) (#16045, #16109) @ljvanschie, @aditya1906
- 📚 Fix the documentation notification spam (#16070)
- 💄 A new fontWeightBold typography theme value (#16036) @aditya1906
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.1.0",
"version": "4.1.1",
"private": true,
"scripts": {
"argos": "argos upload test/regressions/screenshots/chrome --token $ARGOS_TOKEN",
Expand Down
4 changes: 2 additions & 2 deletions 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.1.0",
"version": "4.2.0",
"private": false,
"author": "Material-UI Team",
"description": "Material Design Svg Icons converted to Material-UI React components.",
Expand Down Expand Up @@ -38,7 +38,7 @@
"typescript": "tslint -p tsconfig.json \"src/**/*.{ts,tsx}\""
},
"peerDependencies": {
"@material-ui/core": "^4.1.0",
"@material-ui/core": "^4.1.1",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
Expand Down
6 changes: 3 additions & 3 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.15",
"version": "4.0.0-alpha.16",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Lab - Incubator for Material-UI React components.",
Expand Down Expand Up @@ -34,13 +34,13 @@
"typescript": "tslint -p tsconfig.json \"src/**/*.{ts,tsx}\""
},
"peerDependencies": {
"@material-ui/core": "^4.0.2",
"@material-ui/core": "^4.1.1",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
"dependencies": {
"@babel/runtime": "^7.2.0",
"@material-ui/utils": "^4.0.1",
"@material-ui/utils": "^4.1.0",
"clsx": "^1.0.2",
"keycode": "^2.1.9",
"prop-types": "^15.7.2"
Expand Down
2 changes: 1 addition & 1 deletion 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.1.0",
"version": "4.1.1",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Styles - The styling solution of Material-UI.",
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.1.0",
"version": "4.2.0",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI System - Design system for Material-UI.",
Expand Down
6 changes: 3 additions & 3 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.1.0",
"version": "4.1.1",
"private": false,
"author": "Material-UI Team",
"description": "React components that implement Google's Material Design.",
Expand Down Expand Up @@ -38,8 +38,8 @@
},
"dependencies": {
"@babel/runtime": "^7.2.0",
"@material-ui/styles": "^4.1.0",
"@material-ui/system": "^4.1.0",
"@material-ui/styles": "^4.1.1",
"@material-ui/system": "^4.2.0",
"@material-ui/types": "^4.1.0",
"@material-ui/utils": "^4.1.0",
"@types/react-transition-group": "^2.0.16",
Expand Down

0 comments on commit b78a5ab

Please sign in to comment.