From bcdca2d9f454a08ce6bdb8335e6de514e9011bbd Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 8 Jul 2021 15:53:57 +0000 Subject: [PATCH] chore(release): 51.2.0 [skip ci] # [51.2.0](https://github.com/cozy/cozy-ui/compare/v51.1.0...v51.2.0) (2021-07-08) ### Features * Add `toBeInTheDocument()` support with `@testing-library/jest-dom` ([1690b88](https://github.com/cozy/cozy-ui/commit/1690b88)) * Add optional `icon` prop to `PushClientButton` ([23bc4ad](https://github.com/cozy/cozy-ui/commit/23bc4ad)) * Improve `PushClientButton` documentation ([0ddd96b](https://github.com/cozy/cozy-ui/commit/0ddd96b)) --- CHANGELOG.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b5f72c5d6..5e1245737c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# [51.2.0](https://github.com/cozy/cozy-ui/compare/v51.1.0...v51.2.0) (2021-07-08) + + +### Features + +* Add `toBeInTheDocument()` support with `@testing-library/jest-dom` ([1690b88](https://github.com/cozy/cozy-ui/commit/1690b88)) +* Add optional `icon` prop to `PushClientButton` ([23bc4ad](https://github.com/cozy/cozy-ui/commit/23bc4ad)) +* Improve `PushClientButton` documentation ([0ddd96b](https://github.com/cozy/cozy-ui/commit/0ddd96b)) + # [51.1.0](https://github.com/cozy/cozy-ui/compare/v51.0.2...v51.1.0) (2021-07-08)