diff --git a/CHANGELOG.md b/CHANGELOG.md index d1940f456..57606ba89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,12 +2,8 @@ ### Added -- `IconMenu`: Added a `title` prop and pass it to the IconButton ([@driesd](https://https://github.com/driesd) in [#2648](https://github.com/teamleadercrm/ui/pull/2648)) - ### Changed -- `IconMenu`: Spread all other props instead of only spreading the box props ([@driesd](https://https://github.com/driesd) in [#2648](https://github.com/teamleadercrm/ui/pull/2648)) - ### Deprecated ### Removed @@ -16,6 +12,20 @@ ### Dependency updates +## [21.2.0] - 2023-05-11 + +### Added + +- `IconMenu`: Added a `title` prop and pass it to the IconButton ([@driesd](https://https://github.com/driesd) in [#2648](https://github.com/teamleadercrm/ui/pull/2648)) + +### Changed + +- `IconMenu`: Spread all other props instead of only spreading the box props ([@driesd](https://https://github.com/driesd) in [#2648](https://github.com/teamleadercrm/ui/pull/2648)) + +### Fixed + +- `Select`: Fixed clear indicator styles ([@BeirlaenAaron](https://https://github.com/BeirlaenAaron) in [#2649](https://github.com/teamleadercrm/ui/pull/2649)) + ## [21.1.0] - 2023-05-08 ### Changed diff --git a/package.json b/package.json index 5c5968368..8914ef87c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@teamleader/ui", "description": "Teamleader UI library", - "version": "21.1.0", + "version": "21.2.0", "author": "Teamleader ", "bugs": { "url": "https://github.com/teamleadercrm/ui/issues"