chore(release): 1.36.2 [skip ci]

## [1.36.2](https://github.com/kolplattformen/skolplattformen/compare/v1.36.1...v1.36.2) (2021-05-25)

### Bug Fixes

* 🐛 knapparna i childListItem pekar rätt igen ([#407](https://github.com/kolplattformen/skolplattformen/issues/407)) ([458daf6](458daf6c67))
This commit is contained in:
semantic-release-bot 2021-05-25 20:09:09 +02:00
parent 458daf6c67
commit 7eb6e68b55
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## [1.36.2](https://github.com/kolplattformen/skolplattformen/compare/v1.36.1...v1.36.2) (2021-05-25)
### Bug Fixes
* 🐛 knapparna i childListItem pekar rätt igen ([#407](https://github.com/kolplattformen/skolplattformen/issues/407)) ([458daf6](https://github.com/kolplattformen/skolplattformen/commit/458daf6c67c26134dfd27a8a8c0fcef32daf7a45))
## [1.36.1](https://github.com/kolplattformen/skolplattformen/compare/v1.36.0...v1.36.1) (2021-05-25)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.36.1",
"version": "1.36.2",
"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.36.1"
"version": "1.36.2"
}