Skip to content

Commit 5e77b66

Browse files
authored
Merge pull request #678 from dohooo/changeset-release/main
Version Packages (canary)
2 parents e445cab + 19770ce commit 5e77b66

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
"bright-socks-change",
99
"brown-onions-wave",
1010
"clever-pants-approve",
11+
"cyan-pillows-swim",
1112
"cyan-snails-move",
1213
"eighty-points-drum",
1314
"gold-onions-chew",

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# react-native-reanimated-carousel
22

3+
## 4.0.0-canary.15
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
This fixes press event handler not working correctly. (Thanks to @qwertychouskie for reporting!)
9+
310
## 4.0.0-canary.14
411

512
### Patch Changes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-reanimated-carousel",
3-
"version": "4.0.0-canary.14",
3+
"version": "4.0.0-canary.15",
44
"packageManager": "[email protected]",
55
"description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.",
66
"author": "Doho <[email protected]> (https://github.com/dohooo)",

0 commit comments

Comments
 (0)