chore(release): 1.28.0 [skip ci]

# [1.28.0](https://github.com/kolplattformen/skolplattformen/compare/v1.27.5...v1.28.0) (2021-05-06)

### Features

* 🎸 Dark mode ([#364](https://github.com/kolplattformen/skolplattformen/issues/364)) ([bd9a4f5](bd9a4f54b9))
This commit is contained in:
semantic-release-bot 2021-05-06 14:38:10 +02:00
parent bd9a4f54b9
commit d95c921cde
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
# [1.28.0](https://github.com/kolplattformen/skolplattformen/compare/v1.27.5...v1.28.0) (2021-05-06)
### Features
* 🎸 Dark mode ([#364](https://github.com/kolplattformen/skolplattformen/issues/364)) ([bd9a4f5](https://github.com/kolplattformen/skolplattformen/commit/bd9a4f54b9f59e1ab675f5454380d8985b4a75df))
## [1.27.5](https://github.com/kolplattformen/skolplattformen/compare/v1.27.4...v1.27.5) (2021-05-02)

2
package-lock.json generated
View File

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