Skip to content

Commit

Permalink
chore(package): bump to 3.8.4 and update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
bd-arc committed Oct 29, 2019
1 parent e129aa3 commit c113439
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v3.8.4

* Remove TypeScript definitions since they were causing issues (thanks [@radko93](https://github.com/radko93))
* If you're using Typescript you should install the type definitions this way: `npm install --save @types/react-native-snap-carousel`

## v3.8.3

* Seems like it's time to remove the `getItemLayout` & `initialScrollIndex` override to properly display the first item when its index is a huge number (thanks [@rontalx](https://github.com/rontalx))
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-snap-carousel",
"version": "3.8.3",
"version": "3.8.4",
"description": "Swiper/carousel 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": {
Expand Down

0 comments on commit c113439

Please sign in to comment.