diff --git a/CHANGELOG.md b/CHANGELOG.md index 9cc2475c2..89a34db92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,14 @@ ### Fixed -- `DatePickerInput`: fix the DatePicker input value not changing if the selectedDate prop changes and extend `DayPickerProps` with React's DayPickerProps ([@BeirlaenAaron](https://github.com/BeirlaenAaron)) in [#2376](https://github.com/teamleadercrm/ui/pull/2376)) - ### Dependency updates +## [16.2.2] - 2022-09-26 + +### Fixed + +- `DatePickerInput`: fix the DatePicker input value not changing if the selectedDate prop changes and extend `DayPickerProps` with React's DayPickerProps ([@BeirlaenAaron](https://github.com/BeirlaenAaron)) in [#2376](https://github.com/teamleadercrm/ui/pull/2376)) + ## [16.2.1] - 2022-09-23 ### Fixed diff --git a/package.json b/package.json index 5d4ee7a3c..f011a83d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@teamleader/ui", "description": "Teamleader UI library", - "version": "16.2.1", + "version": "16.2.2", "author": "Teamleader ", "bugs": { "url": "https://github.com/teamleadercrm/ui/issues"