diff --git a/CHANGELOG.md b/CHANGELOG.md index bfd552a09..6b7cffcd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,6 @@ ### Added -- `Popover`: `withFocusTrap` prop to allow control over focus ([@qubis741](https://github.com/qubis741)) in [#2430](https://github.com/teamleadercrm/ui/pull/2430)) -- `DatePickerInput`: `typeable` and `errorText` props to allow typing date ([@qubis741](https://github.com/qubis741)) in [#2430](https://github.com/teamleadercrm/ui/pull/2430)) - ### Changed ### Deprecated @@ -15,6 +12,13 @@ ### Dependency updates +## [16.5.0] - 2022-11-10 + +### Added + +- `Popover`: `withFocusTrap` prop to allow control over focus ([@qubis741](https://github.com/qubis741)) in [#2430](https://github.com/teamleadercrm/ui/pull/2430)) +- `DatePickerInput`: `typeable` and `errorText` props to allow typing date ([@qubis741](https://github.com/qubis741)) in [#2430](https://github.com/teamleadercrm/ui/pull/2430)) + ## [16.4.4] - 2022-11-07 ### Fixed diff --git a/package.json b/package.json index b9fe7fccd..6c98ecb20 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@teamleader/ui", "description": "Teamleader UI library", - "version": "16.4.4", + "version": "16.5.0", "author": "Teamleader ", "bugs": { "url": "https://github.com/teamleadercrm/ui/issues"