diff --git a/CHANGELOG.md b/CHANGELOG.md index 9e39909c2..c329e18b6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,6 @@ ### Changed -- `DatePickerInput`: Remove 'text' cursor when hovering over input ([@lorgan3](https://github.com/lorgan3)) in [#2390](https://github.com/teamleadercrm/ui/pull/2390)) -- `Label`: reduced bottom margin for small sized ([@qubis741](https://github.com/qubis741)) in [#2392](https://github.com/teamleadercrm/ui/pull/2392)) -- `DatePicker`: Make MonthPicker dropdowns wider for medium and large sizes to fit month names better ([@lorgan3](https://github.com/lorgan3)) in [#2391](https://github.com/teamleadercrm/ui/pull/2391)) - ### Deprecated ### Removed @@ -16,6 +12,14 @@ ### Dependency updates +## [16.4.0] - 2022-09-29 + +### Changed + +- `DatePickerInput`: Remove 'text' cursor when hovering over input ([@lorgan3](https://github.com/lorgan3)) in [#2390](https://github.com/teamleadercrm/ui/pull/2390)) +- `Label`: reduced bottom margin for small sized ([@qubis741](https://github.com/qubis741)) in [#2392](https://github.com/teamleadercrm/ui/pull/2392)) +- `DatePicker`: Make MonthPicker dropdowns wider for medium and large sizes to fit month names better ([@lorgan3](https://github.com/lorgan3)) in [#2391](https://github.com/teamleadercrm/ui/pull/2391)) + ## [16.3.0] - 2022-09-28 ### Added diff --git a/package.json b/package.json index 69500b7dd..3d14394d4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@teamleader/ui", "description": "Teamleader UI library", - "version": "16.3.0", + "version": "16.4.0", "author": "Teamleader ", "bugs": { "url": "https://github.com/teamleadercrm/ui/issues"