Skip to content

Commit

Permalink
v1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Jun 10, 2018
1 parent a11a3eb commit 7c094a0
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "material-ui-workspace",
"private": true,
"author": "Material-UI Team",
"version": "1.2.0",
"version": "1.2.1",
"description": "Material-UI's workspace package",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-lab/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@material-ui/lab",
"private": true,
"author": "Material-UI Team",
"version": "1.0.0-alpha.4",
"version": "1.0.0-alpha.5",
"description": "Material-UI Lab - Incubator for Material-UI React components.",
"main": "./src/index.js",
"keywords": [
Expand Down
12 changes: 6 additions & 6 deletions packages/material-ui/.size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"build/umd/material-ui.development.js": {
"bundled": 991347,
"minified": 362314,
"gzipped": 94606
"bundled": 994052,
"minified": 363508,
"gzipped": 94961
},
"build/umd/material-ui.production.min.js": {
"bundled": 817605,
"minified": 320020,
"gzipped": 84958
"bundled": 819243,
"minified": 320655,
"gzipped": 85250
},
"build/dist/material-ui.esm.js": {
"bundled": 583544,
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@material-ui/core",
"private": true,
"author": "Material-UI Team",
"version": "1.2.0",
"version": "1.2.1",
"description": "React components that implement Google's Material Design.",
"keywords": [
"react",
Expand Down

0 comments on commit 7c094a0

Please sign in to comment.