From 3f546ebda7947e8453f0eda6e3d40e42784736e1 Mon Sep 17 00:00:00 2001 From: bd-arc Date: Mon, 15 May 2017 22:35:58 +0200 Subject: [PATCH] chore(package): bump version to 2.1.3 and update changelog --- CHANGELOG.md | 4 ++++ package.json | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fab0f652a..2b087f09b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v2.1.3 +* Default value for `showsHorizontalScrollIndicator` is now `false` +* Expose `ScrollView`'s `onSscroll` prop (thanks [@radko93](https://github.com/radko93)) + ## v2.1.2 * Do not trigger `onSnapToItem` when snapping back to the same slide (thanks [@rgabs](https://github.com/rgabs)) * Add prop `carouselHorizontalPadding` to override container's inner padding (thanks [@skeie](https://github.com/skeie)) diff --git a/package.json b/package.json index 6cc00800d..4a5a7d5da 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-snap-carousel", - "version": "2.1.2", + "version": "2.1.3", "description": "Swiper component for React Native with previews and snapping effect. Compatible with Android & iOS.", "main": "index.js", "repository": { @@ -25,7 +25,7 @@ "author": "Archriss", "license": "ISC", "dependencies": { - "react-addons-shallow-compare": "15.5.0" + "react-addons-shallow-compare": "15.5.2" }, "peerDependencies": { "react": "*",