Skip to content

Commit

Permalink
v3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Nov 12, 2018
1 parent 0e7069d commit dc6b2b8
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This new package is a significant step forward. Some of the key features:
- Replace the usage of the old React APIs with the new ones.
- 15.0 KB gzipped.

Here is an example: https://codesandbox.io/s/3vyw21lo8p.
Here is an example: https://codesandbox.io/s/vjzn5z4k77.

```jsx
import Button from '@material-ui/core/Button';
Expand Down
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": "3.4.0",
"version": "3.5.0",
"description": "Material-UI's workspace package",
"keywords": [
"react",
Expand Down
2 changes: 1 addition & 1 deletion packages/material-ui/.size-snapshot.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"build/umd/material-ui.production.min.js": {
"bundled": 859093,
"bundled": 859176,
"minified": 319543,
"gzipped": 85080
}
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": false,
"author": "Material-UI Team",
"version": "3.4.0",
"version": "3.5.0",
"description": "React components that implement Google's Material Design.",
"keywords": [
"react",
Expand Down

0 comments on commit dc6b2b8

Please sign in to comment.