From aa47f572839c6fd8dbd611eae001a619b5b585db Mon Sep 17 00:00:00 2001 From: Arnaud Weyts Date: Thu, 19 May 2022 12:54:07 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=96bump=20version?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.md | 8 ++++++-- package.json | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b90919605..eea5349ba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,12 +8,16 @@ ### Removed -- `Internal`: Remove cssnano option from `postcss.config.js`, end users should be responsible for the minification ([@ArnaudWeyts](https://github.com/ArnaudWeyts) in [#2155](https://github.com/teamleadercrm/ui/pull/2155)) - ### Fixed ### Dependency updates +## [14.5.5] - 2022-05-19 + +### Removed + +- `Internal`: Remove cssnano option from `postcss.config.js`, end users should be responsible for the minification ([@ArnaudWeyts](https://github.com/ArnaudWeyts) in [#2155](https://github.com/teamleadercrm/ui/pull/2155)) + ## [14.5.4] - 2022-05-18 ### Fixed diff --git a/package.json b/package.json index 9938b3fdf..ce4bd37c2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@teamleader/ui", "description": "Teamleader UI library", - "version": "14.5.4", + "version": "14.5.5", "author": "Teamleader ", "bugs": { "url": "https://github.com/teamleadercrm/ui/issues"