chore(release): 1.32.1 [skip ci]

## [1.32.1](https://github.com/kolplattformen/skolplattformen/compare/v1.32.0...v1.32.1) (2021-05-11)

### Bug Fixes

* 🐛 Added Alert Icon when personal number is wrong ([b187c40](b187c40ecb)), closes [#359](https://github.com/kolplattformen/skolplattformen/issues/359)
* 🐛 Improved accessibility on login screen ([d57078b](d57078b65b)), closes [#351](https://github.com/kolplattformen/skolplattformen/issues/351)
This commit is contained in:
semantic-release-bot 2021-05-11 11:33:41 +02:00
parent 1351faf5eb
commit 79f485ff9d
3 changed files with 10 additions and 2 deletions

View File

@ -1,3 +1,11 @@
## [1.32.1](https://github.com/kolplattformen/skolplattformen/compare/v1.32.0...v1.32.1) (2021-05-11)
### Bug Fixes
* 🐛 Added Alert Icon when personal number is wrong ([b187c40](https://github.com/kolplattformen/skolplattformen/commit/b187c40ecb68c27f781386f96062ee3668b954ba)), closes [#359](https://github.com/kolplattformen/skolplattformen/issues/359)
* 🐛 Improved accessibility on login screen ([d57078b](https://github.com/kolplattformen/skolplattformen/commit/d57078b65b33c7b4aa8da87b096e194659ebdc8b)), closes [#351](https://github.com/kolplattformen/skolplattformen/issues/351)
# [1.32.0](https://github.com/kolplattformen/skolplattformen/compare/v1.31.0...v1.32.0) (2021-05-10)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.32.0",
"version": "1.32.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.32.0"
"version": "1.32.1"
}