From 397813cc159255bc4d5600bff780023d48767086 Mon Sep 17 00:00:00 2001 From: Stefaan Date: Fri, 28 Oct 2022 13:19:41 +0200 Subject: [PATCH 1/2] =?UTF-8?q?=F0=9F=94=96=20Bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 44169674c..d9ab30366 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@teamleader/ui", "description": "Teamleader UI library", - "version": "16.4.1", + "version": "16.4.2", "author": "Teamleader ", "bugs": { "url": "https://github.com/teamleadercrm/ui/issues" From 25f59b82d83e94f7559357516a834f034cbb76b0 Mon Sep 17 00:00:00 2001 From: Stefaan Date: Fri, 28 Oct 2022 13:21:47 +0200 Subject: [PATCH 2/2] =?UTF-8?q?=F0=9F=94=8A=20Updated=20changelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f8a386767..b0d80424f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,12 @@ ### Dependency updates +## [16.4.2] - 22-10-28 + +### Added + +- `Select`: exported `SelectRef` ([@qubis741](https://github.com/qubis741)) in [#2418](https://github.com/teamleadercrm/ui/pull/2418)) + ## [16.4.1] - 2022-10-27 ### Changed