From 0513a58f2a8080806262bdd5dc09ac63c3c9e0ae Mon Sep 17 00:00:00 2001 From: Joren Saey Date: Tue, 10 May 2022 14:12:51 +0200 Subject: [PATCH] Bump version and update CHANGELOG.md --- CHANGELOG.md | 8 ++++++-- package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 821ac1ba8..5387ab11d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,18 @@ ### Changed -- `React`: Add support for react 17 as a peer dependency ([@lorgan3](https://github.com/lorgan3) in [#2118](https://github.com/teamleadercrm/ui/pull/2118)) - ### Deprecated ### Removed ### Dependency updates +## [14.5.0] - 2022-05-10 + +### Dependency updates + +- `React`: Add support for react 17 as a peer dependency ([@lorgan3](https://github.com/lorgan3) in [#2118](https://github.com/teamleadercrm/ui/pull/2118)) + ## [14.4.0] - 2022-05-04 ### Added diff --git a/package.json b/package.json index 44f2bb413..4ec4a29b0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@teamleader/ui", "description": "Teamleader UI library", - "version": "14.4.0", + "version": "14.5.0", "author": "Teamleader ", "bugs": { "url": "https://github.com/teamleadercrm/ui/issues"