From 9f996464a071f3fccf2d281e9d8467a3345047b7 Mon Sep 17 00:00:00 2001 From: Mikhail Smal Date: Mon, 10 Dec 2018 23:45:37 +0100 Subject: [PATCH] [RELEASE] Bump version to 2.5.0 --- RELEASE_NOTES.md | 7 +++++++ docs/src/Global.fs | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 7054b72..058fe8f 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -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 diff --git a/docs/src/Global.fs b/docs/src/Global.fs index aac9b45..89f25a4 100644 --- a/docs/src/Global.fs +++ b/docs/src/Global.fs @@ -1,6 +1,6 @@ module Global -let [] libVersion = "v2.4.2" +let [] libVersion = "v2.5.0" type Page = | Home