diff --git a/CHANGELOG.md b/CHANGELOG.md index 35cff2ffc..51821d587 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,18 +4,25 @@ ### Changed -- `Label`: `marginBottom` size is same for all sizes and further customisable ([@qubis741](https://github.com/qubis741)) in [#2408](https://github.com/teamleadercrm/ui/pull/2408)) - ### Deprecated ### Removed ### Fixed -- `Overlay`: set tabIndex to fix onKeyDown events no longer registering after clicking inside the overlay ([@BeirlaenAaron](https://github.com/BeirlaenAaron)) in [#2394](https://github.com/teamleadercrm/ui/pull/2394)) - ### Dependency updates +## [16.4.1] - 2022-10-27 + +### Changed + +- `Label`: `marginBottom` size is same for all sizes and further customisable ([@qubis741](https://github.com/qubis741)) in [#2408](https://github.com/teamleadercrm/ui/pull/2408)) + +### Fixed + +- `Overlay`: set tabIndex to fix onKeyDown events no longer registering after clicking inside the overlay ([@BeirlaenAaron](https://github.com/BeirlaenAaron)) in [#2394](https://github.com/teamleadercrm/ui/pull/2394)) +- `Dialog`: Dialog size update on Safari ([@stefaandevylder](https://github.com/stefaandevylder)) in [#2412](https://github.com/teamleadercrm/ui/pull/2412) + ## [16.4.0] - 2022-09-29 ### Changed diff --git a/package.json b/package.json index dd1cd97cc..44169674c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@teamleader/ui", "description": "Teamleader UI library", - "version": "16.4.0", + "version": "16.4.1", "author": "Teamleader ", "bugs": { "url": "https://github.com/teamleadercrm/ui/issues"