diff --git a/CHANGELOG.md b/CHANGELOG.md index d7f08435..62f4601f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## [1.27.3](https://github.com/kolplattformen/skolplattformen/compare/v1.27.2...v1.27.3) (2021-04-30) + + +### Bug Fixes + +* 🐛 Day is selected after data is loaded ([ccaa17b](https://github.com/kolplattformen/skolplattformen/commit/ccaa17bf962a6e93898c9fc06d22403e10d9b528)) + ## [1.27.2](https://github.com/kolplattformen/skolplattformen/compare/v1.27.1...v1.27.2) (2021-04-29) diff --git a/package-lock.json b/package-lock.json index 93513211..c42fd466 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "root", - "version": "1.27.2", + "version": "1.27.3", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index b0c45503..cdc5719e 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.27.2" + "version": "1.27.3" }