From d887160ad5456749760296a415f9b1d6b83a6bd7 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Mon, 10 May 2021 11:56:59 +0200 Subject: [PATCH] chore(release): 1.31.0 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit # [1.31.0](https://github.com/kolplattformen/skolplattformen/compare/v1.30.1...v1.31.0) (2021-05-10) ### Bug Fixes * 🐛 Fixes background color issue when calender items is empt ([9f96431](https://github.com/kolplattformen/skolplattformen/commit/9f964316810f33761beea97e96671b3d8d914bdd)) ### Features * 🎸 Add clear icon to search input ([6f87887](https://github.com/kolplattformen/skolplattformen/commit/6f87887fcd4c726ac7e9697d9087d1036935455c)) --- CHANGELOG.md | 12 ++++++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c3ffb27..47d3f335 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,15 @@ +# [1.31.0](https://github.com/kolplattformen/skolplattformen/compare/v1.30.1...v1.31.0) (2021-05-10) + + +### Bug Fixes + +* 🐛 Fixes background color issue when calender items is empt ([9f96431](https://github.com/kolplattformen/skolplattformen/commit/9f964316810f33761beea97e96671b3d8d914bdd)) + + +### Features + +* 🎸 Add clear icon to search input ([6f87887](https://github.com/kolplattformen/skolplattformen/commit/6f87887fcd4c726ac7e9697d9087d1036935455c)) + ## [1.30.1](https://github.com/kolplattformen/skolplattformen/compare/v1.30.0...v1.30.1) (2021-05-09) diff --git a/package-lock.json b/package-lock.json index c866faa0..b48ed8ab 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "1.30.1", + "version": "1.31.0", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 1b1977d7..04fa1863 100644 --- a/package.json +++ b/package.json @@ -9,5 +9,5 @@ "test": "npx lerna run test --stream", "lint": "npx lerna run lint --stream" }, - "version": "1.30.1" + "version": "1.31.0" }