chore(release): 1.27.5 [skip ci]

## [1.27.5](https://github.com/kolplattformen/skolplattformen/compare/v1.27.4...v1.27.5) (2021-05-02)

### Bug Fixes

* 🐛 Fixes crash in ViewPager when setting selectedIndex ([#347](https://github.com/kolplattformen/skolplattformen/issues/347)) ([a358351](a358351a3a))
This commit is contained in:
semantic-release-bot 2021-05-02 14:45:11 +02:00
parent a358351a3a
commit 27602ac3c2
3 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,10 @@
## [1.27.5](https://github.com/kolplattformen/skolplattformen/compare/v1.27.4...v1.27.5) (2021-05-02)
### Bug Fixes
* 🐛 Fixes crash in ViewPager when setting selectedIndex ([#347](https://github.com/kolplattformen/skolplattformen/issues/347)) ([a358351](https://github.com/kolplattformen/skolplattformen/commit/a358351a3a3c6d0b7f1d7469b96c23fab0461d5a))
## [1.27.4](https://github.com/kolplattformen/skolplattformen/compare/v1.27.3...v1.27.4) (2021-04-30)

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "root",
"version": "1.27.4",
"version": "1.27.5",
"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.27.4"
"version": "1.27.5"
}