Skip to content

Commit

Permalink
v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed May 17, 2018
1 parent 133a5e0 commit 7310179
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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.0.0-rc.1",
"version": "1.0.0",
"description": "Material-UI's workspace package",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-codemod/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@material-ui/codemod",
"private": false,
"author": "Material-UI Team",
"version": "1.0.0-rc.0",
"version": "1.0.0",
"description": "Codemod scripts for Material-UI.",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui-icons/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@material-ui/icons",
"private": false,
"author": "Material-UI Team",
"version": "1.0.0-rc.0",
"version": "1.0.0",
"description": "Material Design Svg Icons converted to 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,12 +1,12 @@
{
"build/umd/material-ui.development.js": {
"bundled": 1060251,
"minified": 387201,
"gzipped": 98971
"bundled": 1059967,
"minified": 387105,
"gzipped": 98931
},
"build/umd/material-ui.production.min.js": {
"bundled": 891133,
"minified": 346152,
"gzipped": 89531
"bundled": 890849,
"minified": 346056,
"gzipped": 89487
}
}
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.0.0-rc.1",
"version": "1.0.0",
"description": "React components that implement Google's Material Design.",
"keywords": [
"react",
Expand Down

0 comments on commit 7310179

Please # to comment.