chore(release): 1.27.3 [skip ci]

## [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](ccaa17bf96))
This commit is contained in:
semantic-release-bot 2021-04-30 09:01:47 +02:00
parent bf6bcd7f08
commit ba077c816c
3 changed files with 9 additions and 2 deletions

View File

@ -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)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.27.2",
"version": "1.27.3",
"lockfileVersion": 2,
"requires": true,
"packages": {

View File

@ -9,5 +9,5 @@
"test": "npx lerna run test --stream",
"lint": "npx lerna run lint --stream"
},
"version": "1.27.2"
"version": "1.27.3"
}