From 8a57ecab83d9a0026eff5d771f1f08b6251991f8 Mon Sep 17 00:00:00 2001 From: Lennert Claeys Date: Thu, 29 Sep 2022 16:23:17 +0200 Subject: [PATCH 1/2] Version bump --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From 7c5c90cd2f63fbf8561624b6c64540cfe32bbe30 Mon Sep 17 00:00:00 2001 From: Lennert Claeys Date: Thu, 29 Sep 2022 16:25:52 +0200 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) 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