From c113439a6c9ea45cb861a18c687d68512e81b9cf Mon Sep 17 00:00:00 2001 From: bd-arc Date: Tue, 29 Oct 2019 18:12:04 +0100 Subject: [PATCH] chore(package): bump to 3.8.4 and update changelog --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d6b12ff..8fd8c93dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)) diff --git a/package.json b/package.json index a09a5dff6..bcefd0b43 100644 --- a/package.json +++ b/package.json @@ -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": {