Skip to content

Commit

Permalink
v4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jul 6, 2019
1 parent 4a8667a commit cf2cdd8
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
@@ -1,5 +1,5 @@
{
"version": "4.1.3",
"version": "4.2.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-lab/package.json
@@ -1,6 +1,6 @@
{
"name": "@material-ui/lab",
"version": "4.0.0-alpha.18",
"version": "4.0.0-alpha.19",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Lab - Incubator for Material-UI React components.",
Expand Down Expand Up @@ -34,7 +34,7 @@
"typescript": "tslint -p tsconfig.json \"src/**/*.{ts,tsx}\""
},
"peerDependencies": {
"@material-ui/core": "^4.1.3",
"@material-ui/core": "^4.2.0",
"react": "^16.8.0",
"react-dom": "^16.8.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-styles/package.json
@@ -1,6 +1,6 @@
{
"name": "@material-ui/styles",
"version": "4.1.2",
"version": "4.2.0",
"private": false,
"author": "Material-UI Team",
"description": "Material-UI Styles - The styling solution of Material-UI.",
Expand Down
4 changes: 2 additions & 2 deletions packages/material-ui/package.json
@@ -1,6 +1,6 @@
{
"name": "@material-ui/core",
"version": "4.1.3",
"version": "4.2.0",
"private": false,
"author": "Material-UI Team",
"description": "React components that implement Google's Material Design.",
Expand Down Expand Up @@ -38,7 +38,7 @@
},
"dependencies": {
"@babel/runtime": "^7.2.0",
"@material-ui/styles": "^4.1.2",
"@material-ui/styles": "^4.2.0",
"@material-ui/system": "^4.3.0",
"@material-ui/types": "^4.1.1",
"@material-ui/utils": "^4.1.0",
Expand Down

0 comments on commit cf2cdd8

Please sign in to comment.