Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jun 10, 2019
1 parent ee2b643 commit 07b9d6e
Show file tree
Hide file tree
Showing 8 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ A big thanks to the 26 contributors who made this release possible!
Here are some highlights ✨:

- 💄 A new ButtonGroup component (#15751) @mbrookes
- 📚 No more notification spam in the documentation! (#16070)
- 💄 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
- 🚀 Reduce TypeScript compile time when using the icons (#16083) @phryneas
- And many more 🐛 bug fixes 📚 improvements.
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.0.2",
"version": "4.1.0",
"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.0.1",
"version": "4.1.0",
"private": false,
"author": "Material-UI Team",
"description": "Material Design Svg Icons converted to Material-UI React components.",
Expand Down Expand Up @@ -37,7 +37,7 @@
"typescript": "tslint -p tsconfig.json \"src/**/*.{ts,tsx}\""
},
"peerDependencies": {
"@material-ui/core": "^4.0.1",
"@material-ui/core": "^4.1.0",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
Expand Down
6 changes: 3 additions & 3 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.0.2",
"version": "4.1.0",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Styles - The styling solution of Material-UI.",
Expand Down Expand Up @@ -40,8 +40,8 @@
"dependencies": {
"@babel/runtime": "^7.2.0",
"@emotion/hash": "^0.7.1",
"@material-ui/types": "^4.0.1",
"@material-ui/utils": "^4.0.1",
"@material-ui/types": "^4.1.0",
"@material-ui/utils": "^4.1.0",
"clsx": "^1.0.2",
"csstype": "^2.5.2",
"deepmerge": "^3.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.0.2",
"version": "4.1.0",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI System - Design system for Material-UI.",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-types/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@material-ui/types",
"version": "4.0.1",
"version": "4.1.0",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Types - Utility types for Material-UI.",
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.0.1",
"version": "4.1.0",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Utils - Utility functions for Material-UI.",
Expand Down
10 changes: 5 additions & 5 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.0.2",
"version": "4.1.0",
"private": false,
"author": "Material-UI Team",
"description": "React components that implement Google's Material Design.",
Expand Down Expand Up @@ -38,10 +38,10 @@
},
"dependencies": {
"@babel/runtime": "^7.2.0",
"@material-ui/styles": "^4.0.2",
"@material-ui/system": "^4.0.2",
"@material-ui/types": "^4.0.1",
"@material-ui/utils": "^4.0.1",
"@material-ui/styles": "^4.1.0",
"@material-ui/system": "^4.1.0",
"@material-ui/types": "^4.1.0",
"@material-ui/utils": "^4.1.0",
"@types/react-transition-group": "^2.0.16",
"clsx": "^1.0.2",
"convert-css-length": "^2.0.0",
Expand Down

0 comments on commit 07b9d6e

Please sign in to comment.