From 39b8c0755c21d425b8e12d8b57c28c611fc0409f Mon Sep 17 00:00:00 2001 From: bd-arc Date: Fri, 7 Sep 2018 12:14:57 +0200 Subject: [PATCH] chore(package): bump to 3.7.3 and update changelog --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d4acd8f5..cc596203f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v3.7.3 +* Fix faulty animated value and make sure to always check for `data` before checking for `data.length` +* Fix `scrollEnabled` override when it was initially set to `false` (thanks [@JakeRawr](https://github.com/JakeRawr)) + ## v3.7.2 * Fix `ParallaxImage` not being rendered (thanks [@louiszawadzki](https://github.com/louiszawadzki)) diff --git a/package.json b/package.json index b69968c8a..53e0e0e05 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-snap-carousel", - "version": "3.7.2", + "version": "3.7.3", "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.", "main": "src/index.js", "repository": {