From 05f4d17592449d6a550ef42c90b6ebb47a2b8f0c Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 23 Mar 2023 12:57:01 +0000 Subject: [PATCH] chore(release): 82.1.0 [skip ci] # [82.1.0](https://github.com/cozy/cozy-ui/compare/v82.0.0...v82.1.0) (2023-03-23) ### Bug Fixes * **ActionMenuItemWrapper:** Icon prop was required (now optional) ([58b98a6](https://github.com/cozy/cozy-ui/commit/58b98a6)) * **ActionMenuWithClose:** Props wasn't propagated to ActionMenu ([0007d81](https://github.com/cozy/cozy-ui/commit/0007d81)) * **ListItem:** ExpandedAttributes wasn't using correct local ([97c704a](https://github.com/cozy/cozy-ui/commit/97c704a)) ### Features * **ActionMenu:** Add some export to have better DX ([fda803a](https://github.com/cozy/cozy-ui/commit/fda803a)) --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ea2af6c0eb..8bd6986c1d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +# [82.1.0](https://github.com/cozy/cozy-ui/compare/v82.0.0...v82.1.0) (2023-03-23) + + +### Bug Fixes + +* **ActionMenuItemWrapper:** Icon prop was required (now optional) ([58b98a6](https://github.com/cozy/cozy-ui/commit/58b98a6)) +* **ActionMenuWithClose:** Props wasn't propagated to ActionMenu ([0007d81](https://github.com/cozy/cozy-ui/commit/0007d81)) +* **ListItem:** ExpandedAttributes wasn't using correct local ([97c704a](https://github.com/cozy/cozy-ui/commit/97c704a)) + + +### Features + +* **ActionMenu:** Add some export to have better DX ([fda803a](https://github.com/cozy/cozy-ui/commit/fda803a)) + # [82.0.0](https://github.com/cozy/cozy-ui/compare/v81.9.0...v82.0.0) (2023-03-23)