Skip to content

Commit

Permalink
[docs] Update CHANGELOG.md (#14516)
Browse files Browse the repository at this point in the history
  • Loading branch information
hexetia authored and oliviertassinari committed Feb 13, 2019
1 parent aad72ed commit 05875b2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## 4.0.0-alpha.0
###### *Feb 12, 2019*

This is our first unstable release towards Material-UI v4.0.0. We try to release a major every 6-12 months.
This is our first unstable release toward Material-UI v4.0.0. We try to release a major every 6-12 months.
This gives us the opportunity to remove deprecated APIs, upgrade our peer dependencies and more importantly, keep up with the direction the community is taking.

- You can find the documentation following this URL: https://next.material-ui.com/.
Expand Down Expand Up @@ -77,8 +77,8 @@ console.log({ background });
Remove the deprecated button flat, raised and fab variants:

```diff
-<Button variant="contained" />
+<Button variant="raised" />
-<Button variant="raised" />
+<Button variant="contained" />
```

```diff
Expand Down

0 comments on commit 05875b2

Please sign in to comment.