diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c6ea6e99..48151a44e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,8 +4,6 @@ ### Changed -- `useFocusTrap`: added exception for `ckEditor` elements to allow focusing ([@qubis741](https://github.com/qubis741)) in [#2273](https://github.com/teamleadercrm/ui/pull/2273)) - ### Deprecated ### Removed @@ -14,6 +12,12 @@ ### Dependency updates +## [15.0.3] - 2022-07-12 + +### Changed + +- `useFocusTrap`: added exception for `ckEditor` elements to allow focusing ([@qubis741](https://github.com/qubis741)) in [#2273](https://github.com/teamleadercrm/ui/pull/2273)) + ## [15.0.2] - 2022-07-11 ### Fixed diff --git a/package.json b/package.json index 6574c71ca..44b34c2af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@teamleader/ui", "description": "Teamleader UI library", - "version": "15.0.2", + "version": "15.0.3", "author": "Teamleader ", "bugs": { "url": "https://github.com/teamleadercrm/ui/issues"