From 38d6974618f41c5fdfce24cdd2d1bdeb62635da0 Mon Sep 17 00:00:00 2001 From: qubis741 Date: Fri, 27 May 2022 11:55:56 +0200 Subject: [PATCH 1/2] Bump version --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index b6250373a..e706c6a8d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@teamleader/ui", "description": "Teamleader UI library", - "version": "14.5.6", + "version": "14.5.7", "author": "Teamleader ", "bugs": { "url": "https://github.com/teamleadercrm/ui/issues" From a780282cd5822d77f33ec45042334e23e54e023e Mon Sep 17 00:00:00 2001 From: qubis741 Date: Fri, 27 May 2022 11:57:02 +0200 Subject: [PATCH 2/2] Updated changelog --- CHANGELOG.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e69d9826..5ed9531da 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -10,10 +10,14 @@ ### Fixed -- `Dialog`: used proper `ref` creator ([@qubis741](https://github.com/qubis741) in [#2175](https://github.com/teamleadercrm/ui/pull/2175)) - ### Dependency updates +## [14.5.7] - 2022-05-26 + +### Fixed + +- `Dialog`: used proper `ref` creator ([@qubis741](https://github.com/qubis741) in [#2175](https://github.com/teamleadercrm/ui/pull/2175)) + ## [14.5.6] - 2022-05-26 ### Added