From 3e5159b41dc4cb50c50e8c199a3c988118ccd5bf Mon Sep 17 00:00:00 2001 From: qubis741 Date: Thu, 10 Nov 2022 06:47:10 +0100 Subject: [PATCH 1/3] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From a0964e7c9deee656115a20fb151214584f9fe901 Mon Sep 17 00:00:00 2001 From: qubis741 Date: Thu, 10 Nov 2022 06:47:17 +0100 Subject: [PATCH 2/3] Updated changelog --- CHANGELOG.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfd552a09..9fe2b8a3f 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 @@ -17,6 +14,13 @@ ## [16.4.4] - 2022-11-07 +### 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 - `Overlay`: Revert back "set tabIndex to fix onKeyDown events no longer registering after clicking inside the overlay" ([@eniskraasniqi1](https://github.com/eniskraasniqi1)) in [#2431](https://github.com/teamleadercrm/ui/pull/2431) From 76b692b9bb0292fec3c4414d49f1e8001d7495c0 Mon Sep 17 00:00:00 2001 From: qubis741 Date: Thu, 10 Nov 2022 06:48:00 +0100 Subject: [PATCH 3/3] updated changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9fe2b8a3f..6b7cffcd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,7 +12,7 @@ ### Dependency updates -## [16.4.4] - 2022-11-07 +## [16.5.0] - 2022-11-10 ### Added