chore(release): 1.27.2 [skip ci]

## [1.27.2](https://github.com/kolplattformen/skolplattformen/compare/v1.27.1...v1.27.2) (2021-04-29)

### Bug Fixes

* 🐛 schema syns inte om kalender är tom ([#342](https://github.com/kolplattformen/skolplattformen/issues/342)) ([d9bcc06](d9bcc06df3))
This commit is contained in:
semantic-release-bot 2021-04-29 10:50:40 +02:00
parent d9bcc06df3
commit 4579c1278c
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## [1.27.2](https://github.com/kolplattformen/skolplattformen/compare/v1.27.1...v1.27.2) (2021-04-29)
### Bug Fixes
* 🐛 schema syns inte om kalender är tom ([#342](https://github.com/kolplattformen/skolplattformen/issues/342)) ([d9bcc06](https://github.com/kolplattformen/skolplattformen/commit/d9bcc06df36474a77fa4c314ec51af3e9c423de8))
## [1.27.1](https://github.com/kolplattformen/skolplattformen/compare/v1.27.0...v1.27.1) (2021-04-28)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.27.1",
"version": "1.27.2",
"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.1"
"version": "1.27.2"
}