Skip to content

Commit

Permalink
[RELEASE] Bump version to 2.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mvsmal committed Nov 7, 2018
1 parent 79c3f5f commit 7c493c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## New in 2.4.0
* [SvgIcon] Add `ShapeRendering` prop
* [SvgIcon] Add missing `ViewBox` prop
* [FormControlLabel] Add `Top` and `Bottom` `LabelPlacement` property variants
* [CircularProgress] Add `DisableShrink` prop

## New in 2.3.0
* [Avatar] `AvatarProp.Sizes` marked as deprecated. Use `HTMLAttr.Sizes` instead
* [BottomNavigation] `BottomNavigationProp.Value` and `BottomNavigationActionProp.Value` are marked as deprecated. Use `MaterialProp.Value` instead
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.3.0"
let [<Literal>] libVersion = "v2.4.0"

type Page =
| Home
Expand Down

0 comments on commit 7c493c0

Please sign in to comment.