diff --git a/.changeset/pre.json b/.changeset/pre.json index 332ef56e..ecca2da9 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -7,6 +7,7 @@ "changesets": [ "bright-socks-change", "brown-onions-wave", + "eighty-points-drum", "gold-onions-chew", "hungry-actors-grab", "lazy-ties-design", diff --git a/CHANGELOG.md b/CHANGELOG.md index bd0b94c4..b38b9e9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # react-native-reanimated-carousel +## 4.0.0-alpha.12 + +### Patch Changes + +- [#574](https://github.com/dohooo/react-native-reanimated-carousel/pull/574) [`86da6ac`](https://github.com/dohooo/react-native-reanimated-carousel/commit/86da6acb823ec2deaa71f4cb90d392d1cccf48b5) Thanks [@nmassey](https://github.com/nmassey)! - Fixed an issue where endWithSpring used outdated data from useSharedValue after onGestureEnd, causing incorrect carousel behavior on direction reversal. + ## 4.0.0-alpha.11 ### Patch Changes diff --git a/package.json b/package.json index aef3e548..53f43e11 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated-carousel", - "version": "4.0.0-alpha.11", + "version": "4.0.0-alpha.12", "description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.", "main": "lib/commonjs/index", "module": "lib/module/index",