From 200885a8f979cd5b6576da4aad47b18d2bdf962e Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 6 May 2021 17:25:51 +0200 Subject: [PATCH] chore(release): 1.28.1 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.28.1](https://github.com/kolplattformen/skolplattformen/compare/v1.28.0...v1.28.1) (2021-05-06) ### Bug Fixes * 🐛 android layout fixes after dark mode ([#369](https://github.com/kolplattformen/skolplattformen/issues/369)) ([683afe1](https://github.com/kolplattformen/skolplattformen/commit/683afe15f83f0321866615da54d5e5a1d5752f4f)) --- CHANGELOG.md | 7 +++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d6be099..a00d1113 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.28.1](https://github.com/kolplattformen/skolplattformen/compare/v1.28.0...v1.28.1) (2021-05-06) + + +### Bug Fixes + +* 🐛 android layout fixes after dark mode ([#369](https://github.com/kolplattformen/skolplattformen/issues/369)) ([683afe1](https://github.com/kolplattformen/skolplattformen/commit/683afe15f83f0321866615da54d5e5a1d5752f4f)) + # [1.28.0](https://github.com/kolplattformen/skolplattformen/compare/v1.27.5...v1.28.0) (2021-05-06) diff --git a/package-lock.json b/package-lock.json index a3f28438..7252ece8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "1.28.0", + "version": "1.28.1", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index ffb9ecff..47391513 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.28.0" + "version": "1.28.1" }