chore(release): 1.28.1 [skip ci]

## [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](683afe15f8))
This commit is contained in:
semantic-release-bot 2021-05-06 17:25:51 +02:00
parent 683afe15f8
commit 200885a8f9
3 changed files with 9 additions and 2 deletions

View File

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

2
package-lock.json generated
View File

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