chore(release): 1.10.2 [skip ci]

## [1.10.2](https://github.com/kolplattformen/skolplattformen/compare/v1.10.1...v1.10.2) (2021-04-02)

### Bug Fixes

* 🐛 Fixes issue where settings icon was hidden on Android ([f3d3af1](f3d3af1b6e)), closes [#180](https://github.com/kolplattformen/skolplattformen/issues/180)
This commit is contained in:
semantic-release-bot 2021-04-02 21:37:46 +02:00
parent f8e3a6b1a8
commit efbe1a19ac
2 changed files with 8 additions and 1 deletions

View File

@ -1,3 +1,10 @@
## [1.10.2](https://github.com/kolplattformen/skolplattformen/compare/v1.10.1...v1.10.2) (2021-04-02)
### Bug Fixes
* 🐛 Fixes issue where settings icon was hidden on Android ([f3d3af1](https://github.com/kolplattformen/skolplattformen/commit/f3d3af1b6e30fa011a6d553b5c9e210aca63cc5c)), closes [#180](https://github.com/kolplattformen/skolplattformen/issues/180)
## [1.10.1](https://github.com/kolplattformen/skolplattformen/compare/v1.10.0...v1.10.1) (2021-04-01)

View File

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