Skip to content

Commit

Permalink
[RELEASE] Bump version to 2.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsmal committed Dec 10, 2018
1 parent c1b7330 commit 9f99646
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## New in 2.5.0
* Change Fable.MaterialUI to be a namespace, not module
* [Fab] Add `Fab` component
* [Button] Deprecate variants `Fab` and `ExtendedFab`
* [Divider] Add `DividerVariant` prop
* [Dialog] Add `MaxWidth.Xl`

## New in 2.4.2
* Fix quoted styles #44

Expand Down
2 changes: 1 addition & 1 deletion docs/src/Global.fs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module Global

let [<Literal>] libVersion = "v2.4.2"
let [<Literal>] libVersion = "v2.5.0"

type Page =
| Home
Expand Down

0 comments on commit 9f99646

Please sign in to comment.