From 7bc4bea5b0185cb2d4a9ecf4440421e91edc3bc2 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 24 May 2021 15:13:34 +0000 Subject: [PATCH] chore(release): 50.2.0 [skip ci] # [50.2.0](https://github.com/cozy/cozy-ui/compare/v50.1.2...v50.2.0) (2021-05-24) ### Features * Add --sidebarHeight to expose the height of the bottom sidebar ([6af3549](https://github.com/cozy/cozy-ui/commit/6af3549)) * Add Fab component ([0fe4744](https://github.com/cozy/cozy-ui/commit/0fe4744)) --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76e36700cc..a87f6dd6ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# [50.2.0](https://github.com/cozy/cozy-ui/compare/v50.1.2...v50.2.0) (2021-05-24) + + +### Features + +* Add --sidebarHeight to expose the height of the bottom sidebar ([6af3549](https://github.com/cozy/cozy-ui/commit/6af3549)) +* Add Fab component ([0fe4744](https://github.com/cozy/cozy-ui/commit/0fe4744)) + ## [50.1.2](https://github.com/cozy/cozy-ui/compare/v50.1.1...v50.1.2) (2021-05-12)