Skip to content

Commit

Permalink
chore(package): bump version to 2.1.3 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-arc committed May 15, 2017
1 parent 353f58b commit 3f546eb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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))
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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": "*",
Expand Down

0 comments on commit 3f546eb

Please sign in to comment.