From c29865e48ff0aaa248769563a622c33353bd484c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 6 May 2024 10:09:59 +0000 Subject: [PATCH 1/2] Version Packages (alpha) --- .changeset/pre.json | 1 + CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) 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..42dd4644 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # react-native-reanimated-carousel +## 4.0.0-alpha.12 + +### Patch Changes + +- [#600](https://github.com/dohooo/react-native-reanimated-carousel/pull/600) [`d9557b2`](https://github.com/dohooo/react-native-reanimated-carousel/commit/d9557b21c4f275ea4ccbfa9cfd5d585464979ae8) Thanks [@dohooo](https://github.com/dohooo)! - 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", From b6dbbc43dcb96d8f5c90283e15b22730237c3190 Mon Sep 17 00:00:00 2001 From: Caspian Date: Mon, 6 May 2024 11:14:22 +0100 Subject: [PATCH 2/2] Updates CHANGELOG --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 42dd4644..b38b9e9d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ ### Patch Changes -- [#600](https://github.com/dohooo/react-native-reanimated-carousel/pull/600) [`d9557b2`](https://github.com/dohooo/react-native-reanimated-carousel/commit/d9557b21c4f275ea4ccbfa9cfd5d585464979ae8) Thanks [@dohooo](https://github.com/dohooo)! - Fixed an issue where endWithSpring used outdated data from useSharedValue after onGestureEnd, causing incorrect carousel behavior on direction reversal. +- [#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