chore(release): 1.40.0 [skip ci]

# [1.40.0](https://github.com/kolplattformen/skolplattformen/compare/v1.39.1...v1.40.0) (2021-09-09)

### Bug Fixes

* 🐛 Added hitslop to language button to increase touch area ([#449](https://github.com/kolplattformen/skolplattformen/issues/449)) ([26a85da](26a85dae39)), closes [#436](https://github.com/kolplattformen/skolplattformen/issues/436)
* 🐛 Changed to "Öppna skolplattformen" on startpage ([#447](https://github.com/kolplattformen/skolplattformen/issues/447)) ([29be7de](29be7debc2)), closes [#433](https://github.com/kolplattformen/skolplattformen/issues/433)
* 🐛 fix missing "app" target in projet file ([4e91bb5](4e91bb57cd))
* adjust margins and typography on start page ([aea0b52](aea0b5264b))
* fix tests ([485db25](485db25807))
* hide start-end if we have no schedule ([616362d](616362d14b))
* linter ([62e278a](62e278a44b))
* Öppna skolplattformen på alla språk. Closes [#333](https://github.com/kolplattformen/skolplattformen/issues/333) ([5cda041](5cda041cda))

### Features

* add lunch to daily schedule ([76c7108](76c7108b96))
* add lunch to schedule ([03eab44](03eab44fc9))
* day summary on front page ([b82f744](b82f744567))
This commit is contained in:
semantic-release-bot 2021-09-09 08:48:58 +02:00
parent d39b559704
commit fb736eaed8
2 changed files with 22 additions and 1 deletions

View File

@ -1,3 +1,24 @@
# [1.40.0](https://github.com/kolplattformen/skolplattformen/compare/v1.39.1...v1.40.0) (2021-09-09)
### Bug Fixes
* 🐛 Added hitslop to language button to increase touch area ([#449](https://github.com/kolplattformen/skolplattformen/issues/449)) ([26a85da](https://github.com/kolplattformen/skolplattformen/commit/26a85dae39e1a7258a2262ac1b195bf9b74535e7)), closes [#436](https://github.com/kolplattformen/skolplattformen/issues/436)
* 🐛 Changed to "Öppna skolplattformen" on startpage ([#447](https://github.com/kolplattformen/skolplattformen/issues/447)) ([29be7de](https://github.com/kolplattformen/skolplattformen/commit/29be7debc2367fd0c6f3d6cebc8c53b01c250c9b)), closes [#433](https://github.com/kolplattformen/skolplattformen/issues/433)
* 🐛 fix missing "app" target in projet file ([4e91bb5](https://github.com/kolplattformen/skolplattformen/commit/4e91bb57cdcaf0ff09248cef9b77a8610cb3959c))
* adjust margins and typography on start page ([aea0b52](https://github.com/kolplattformen/skolplattformen/commit/aea0b5264b61d41a96d7ce18a3fb6cb7d75c1cb9))
* fix tests ([485db25](https://github.com/kolplattformen/skolplattformen/commit/485db2580793d6d53f188d6b47c6abec0d1f6647))
* hide start-end if we have no schedule ([616362d](https://github.com/kolplattformen/skolplattformen/commit/616362d14b86ea13d989376d6495565d7d24389f))
* linter ([62e278a](https://github.com/kolplattformen/skolplattformen/commit/62e278a44bff74d939994ba7ab47013b0de37fe0))
* Öppna skolplattformen på alla språk. Closes [#333](https://github.com/kolplattformen/skolplattformen/issues/333) ([5cda041](https://github.com/kolplattformen/skolplattformen/commit/5cda041cdab78bcbe1de6c4d5445d32359b6b76b))
### Features
* add lunch to daily schedule ([76c7108](https://github.com/kolplattformen/skolplattformen/commit/76c7108b966c8693102696b98ec7913f55f2382a))
* add lunch to schedule ([03eab44](https://github.com/kolplattformen/skolplattformen/commit/03eab44fc918ff5aabcabf9d96ca0640c8eeb4e8))
* day summary on front page ([b82f744](https://github.com/kolplattformen/skolplattformen/commit/b82f744567bafe0e7804625ca3101965cdc12fe0))
## [1.39.1](https://github.com/kolplattformen/skolplattformen/compare/v1.39.0...v1.39.1) (2021-09-08)

View File

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