diff --git a/.changeset/pre.json b/.changeset/pre.json index 05921c5..a777c8d 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -8,6 +8,7 @@ "bright-socks-change", "brown-onions-wave", "clever-pants-approve", + "cyan-pillows-swim", "cyan-snails-move", "eighty-points-drum", "gold-onions-chew", diff --git a/CHANGELOG.md b/CHANGELOG.md index 3160704..16cc940 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # react-native-reanimated-carousel +## 4.0.0-canary.15 + +### Patch Changes + +- [#677](https://github.com/dohooo/react-native-reanimated-carousel/pull/677) [`00c948b`](https://github.com/dohooo/react-native-reanimated-carousel/commit/00c948bca03ab1aeeaff97e5f077b1b4cd61e2e4) Thanks [@nmassey](https://github.com/nmassey)! - fix Pagination.Basic and Pagination.Custom usage of TouchableWithoutFeedback. + This fixes press event handler not working correctly. (Thanks to @qwertychouskie for reporting!) + ## 4.0.0-canary.14 ### Patch Changes diff --git a/package.json b/package.json index c78061d..e93c9a6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated-carousel", - "version": "4.0.0-canary.14", + "version": "4.0.0-canary.15", "packageManager": "yarn@4.0.2", "description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.", "author": "Doho (https://github.com/dohooo)",