From 789833625a95308da85e73cbc17396fc27fdba2b Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 30 Sep 2021 22:45:20 +0200 Subject: [PATCH] chore(release): 1.47.2 [skip ci] MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ## [1.47.2](https://github.com/kolplattformen/skolplattformen/compare/v1.47.1...v1.47.2) (2021-09-30) ### Bug Fixes * 🐛 HĂ€mta alla aviseringar och sortera pĂ„ senast Ă€ndrad ([71cb230](https://github.com/kolplattformen/skolplattformen/commit/71cb230b92901bf6c15f81126ed51a00c79afc4f)) * 🐛 Tog bort headerLargeTitle frĂ„n navigationComponent ([73019af](https://github.com/kolplattformen/skolplattformen/commit/73019af8f4b2321fbba5c8c4d996fdbda1086c5d)) --- CHANGELOG.md | 8 ++++++++ package.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 917c6870..8fb8585a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## [1.47.2](https://github.com/kolplattformen/skolplattformen/compare/v1.47.1...v1.47.2) (2021-09-30) + + +### Bug Fixes + +* 🐛 HĂ€mta alla aviseringar och sortera pĂ„ senast Ă€ndrad ([71cb230](https://github.com/kolplattformen/skolplattformen/commit/71cb230b92901bf6c15f81126ed51a00c79afc4f)) +* 🐛 Tog bort headerLargeTitle frĂ„n navigationComponent ([73019af](https://github.com/kolplattformen/skolplattformen/commit/73019af8f4b2321fbba5c8c4d996fdbda1086c5d)) + ## [1.47.1](https://github.com/kolplattformen/skolplattformen/compare/v1.47.0...v1.47.1) (2021-09-29) diff --git a/package.json b/package.json index 651764b9..32950590 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.47.1" + "version": "1.47.2" }