From 0d1c2358b0fcf9db6e542497bfc075af00f76704 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 18 Apr 2024 08:43:12 +0000 Subject: [PATCH] chore(release): 105.10.0 [skip ci] # [105.10.0](https://github.com/cozy/cozy-ui/compare/v105.9.1...v105.10.0) (2024-04-18) ### Bug Fixes * **Dialog:** Set disableEnforceFocus to true ([969c848](https://github.com/cozy/cozy-ui/commit/969c848)) * **TextField:** Force specific icon component for Select usage ([f14f998](https://github.com/cozy/cozy-ui/commit/f14f998)) ### Features * **TextField:** Use BottomDrawer on mobile for Select input ([20a0030](https://github.com/cozy/cozy-ui/commit/20a0030)) --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 47437569b3..bba9616ad7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# [105.10.0](https://github.com/cozy/cozy-ui/compare/v105.9.1...v105.10.0) (2024-04-18) + + +### Bug Fixes + +* **Dialog:** Set disableEnforceFocus to true ([969c848](https://github.com/cozy/cozy-ui/commit/969c848)) +* **TextField:** Force specific icon component for Select usage ([f14f998](https://github.com/cozy/cozy-ui/commit/f14f998)) + + +### Features + +* **TextField:** Use BottomDrawer on mobile for Select input ([20a0030](https://github.com/cozy/cozy-ui/commit/20a0030)) + ## [105.9.1](https://github.com/cozy/cozy-ui/compare/v105.9.0...v105.9.1) (2024-04-16)