Skip to content

Commit 6f77b3a

Browse files
author
bd-arc
committed
refactor(package): bump to 3.7.1 and update changelog
1 parent 43674f6 commit 6f77b3a

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v3.7.1
2+
* Fix a potential crash in release mode (thanks [@hanpanpan200](https://github.com/hanpanpan200))
3+
* Do not round scroll offset's number in order to prevent potential issues with scroll repositioning
4+
15
## v3.7.0
26
### New features and enhancements
37
* Add a new callback method: [`onBeforeSnapToItem()`](https://github.com/archriss/react-native-snap-carousel/blob/master/doc/PROPS_METHODS_AND_GETTERS.md#methods)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-snap-carousel",
3-
"version": "3.7.0",
3+
"version": "3.7.1",
44
"description": "Swiper component for React Native with previews, multiple layouts, parallax images, performant handling of huge numbers of items, and RTL support. Compatible with Android & iOS.",
55
"main": "src/index.js",
66
"repository": {

0 commit comments

Comments
 (0)