From 67baee0c410e7ab970442bf1245d4e50884f9867 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 1 Dec 2023 14:29:09 +0000 Subject: [PATCH] chore(release): 98.0.0 [skip ci] # [98.0.0](https://github.com/cozy/cozy-ui/compare/v97.2.1...v98.0.0) (2023-12-01) ### Features * **ForwardButton:** Add `onClick` prop ([a35d3b1](https://github.com/cozy/cozy-ui/commit/a35d3b1)) * Upgrade cozy-client to 45.0.0 ([eb1b99e](https://github.com/cozy/cozy-ui/commit/eb1b99e)) ### BREAKING CHANGES * you must have `cozy-client >= 45.0.0` --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 21bca5beb5..8788584d4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [98.0.0](https://github.com/cozy/cozy-ui/compare/v97.2.1...v98.0.0) (2023-12-01) + + +### Features + +* **ForwardButton:** Add `onClick` prop ([a35d3b1](https://github.com/cozy/cozy-ui/commit/a35d3b1)) +* Upgrade cozy-client to 45.0.0 ([eb1b99e](https://github.com/cozy/cozy-ui/commit/eb1b99e)) + + +### BREAKING CHANGES + +* you must have `cozy-client >= 45.0.0` + ## [97.2.1](https://github.com/cozy/cozy-ui/compare/v97.2.0...v97.2.1) (2023-11-30)