From 31dcd83e7d9b70cf4914edceb41ae25d743ee8d5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sun, 15 Sep 2024 13:39:54 +0000 Subject: [PATCH] Version Packages (canary) --- .changeset/pre.json | 1 + CHANGELOG.md | 7 +++++++ package.json | 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 05921c5c..a777c8d7 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 31607042..16cc9400 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 c78061dd..e93c9a60 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)",