From f77a680ffae0aedf959295b9ccc7674bd5ab3868 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 29 Jan 2021 18:00:03 +0000 Subject: [PATCH] chore(release): 44.4.0 [skip ci] # [44.4.0](https://github.com/cozy/cozy-ui/compare/v44.3.0...v44.4.0) (2021-01-29) ### Features * Add deprecation mentions on Menu and RaisedList ([c48e2f6](https://github.com/cozy/cozy-ui/commit/c48e2f6)) * Breadcrumbs use Typography and IconButton ([69a9563](https://github.com/cozy/cozy-ui/commit/69a9563)) * Deprecate RaisedList as it can be made with List & Paper ([7c10639](https://github.com/cozy/cozy-ui/commit/7c10639)) * Move material ui components to normal navigation ([31b8cc5](https://github.com/cozy/cozy-ui/commit/31b8cc5)) * Reorganize styleguide sections ([dbc4747](https://github.com/cozy/cozy-ui/commit/dbc4747)) --- CHANGELOG.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea67053042..ea913ce48e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,14 @@ +# [44.4.0](https://github.com/cozy/cozy-ui/compare/v44.3.0...v44.4.0) (2021-01-29) + + +### Features + +* Add deprecation mentions on Menu and RaisedList ([c48e2f6](https://github.com/cozy/cozy-ui/commit/c48e2f6)) +* Breadcrumbs use Typography and IconButton ([69a9563](https://github.com/cozy/cozy-ui/commit/69a9563)) +* Deprecate RaisedList as it can be made with List & Paper ([7c10639](https://github.com/cozy/cozy-ui/commit/7c10639)) +* Move material ui components to normal navigation ([31b8cc5](https://github.com/cozy/cozy-ui/commit/31b8cc5)) +* Reorganize styleguide sections ([dbc4747](https://github.com/cozy/cozy-ui/commit/dbc4747)) + # [44.3.0](https://github.com/cozy/cozy-ui/compare/v44.2.0...v44.3.0) (2021-01-28)