chore(release): 1.37.0 [skip ci]

# [1.37.0](https://github.com/kolplattformen/skolplattformen/compare/v1.36.4...v1.37.0) (2021-08-16)

### Bug Fixes

* 🐛 dark mode-färgerna tillbaka ([49328b4](49328b44f9))

### Features

* Add custom Poppins typeface ([67a8aca](67a8aca9e4))
* added day summary on front page ([1917b7e](1917b7e2d4))
* login screen and move logout button ([fa7b103](fa7b10318f))
* new colors ([c178f9c](c178f9c3b4))
This commit is contained in:
semantic-release-bot 2021-08-16 19:51:41 +02:00
parent 4694f4839b
commit 863a9ba82f
2 changed files with 16 additions and 1 deletions

View File

@ -1,3 +1,18 @@
# [1.37.0](https://github.com/kolplattformen/skolplattformen/compare/v1.36.4...v1.37.0) (2021-08-16)
### Bug Fixes
* 🐛 dark mode-färgerna tillbaka ([49328b4](https://github.com/kolplattformen/skolplattformen/commit/49328b44f962517910a2e143ddf51cdc083a2d5c))
### Features
* Add custom Poppins typeface ([67a8aca](https://github.com/kolplattformen/skolplattformen/commit/67a8aca9e403ca98fefa8244c205a4cec8669f6a))
* added day summary on front page ([1917b7e](https://github.com/kolplattformen/skolplattformen/commit/1917b7e2d425b0c40308480668b916156dd3e24a))
* login screen and move logout button ([fa7b103](https://github.com/kolplattformen/skolplattformen/commit/fa7b10318fdf58ad1e2ef1238bae37c65ba301d5))
* new colors ([c178f9c](https://github.com/kolplattformen/skolplattformen/commit/c178f9c3b4cd0ae9558df68bb51db48f33537e93))
## [1.36.4](https://github.com/kolplattformen/skolplattformen/compare/v1.36.3...v1.36.4) (2021-05-28)

View File

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