From 3d3da1765b401334b9551a786ae1386a9a1c3897 Mon Sep 17 00:00:00 2001 From: bd-arc Date: Mon, 12 Jun 2017 00:15:15 +0200 Subject: [PATCH] chore(package): bump version to 2.2.2 and update changelog --- CHANGELOG.md | 3 +++ package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 176ea75e2..2997dc2cb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +## v2.2.2 +* Fix issue that prevented inactive styles of first and last items to be applied when using `snapToPrev` and `snapToNext` methods + ## v2.2.1 * Do not mark `sliderWidth` and `sliderHeight` as required * Add warnings when properties specific to carousel's orientation haven't been set diff --git a/package.json b/package.json index bd3cf19e6..6a6e7d6aa 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-snap-carousel", - "version": "2.2.1", + "version": "2.2.2", "description": "Swiper component for React Native with previews and snapping effect. Compatible with Android & iOS.", "main": "index.js", "repository": {