Skip to content

Commit ea3b450

Browse files
author
tasiyo7333
committed
v1.4.7
1 parent 75f0de2 commit ea3b450

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,12 @@ The best Swiper component for React Native.
6060

6161
## Changelogs
6262

63+
- **[1.4.7]**
64+
+ Don't attempt to mutate this.props
65+
+ Fixes examples links
66+
+ Adds drag end handling to always reset state.isScrolling
67+
+ Fixes float calculation error
68+
6369
- **[1.4.6]**
6470
+ refactors examples
6571
+ prevents mutation of `this.props`

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"react-native",
66
"ios"
77
],
8-
"version": "1.4.6",
8+
"version": "1.4.7",
99
"description": "Swiper component for React Native.",
1010
"main": "dist/index.js",
1111
"scripts": {

0 commit comments

Comments
 (0)