From 9c0589be534d3af111b79a34ee8cda85d0452170 Mon Sep 17 00:00:00 2001 From: Caspian Zhao Date: Fri, 29 Nov 2024 17:34:10 +0800 Subject: [PATCH] release: version packages (canary) (#732) Co-authored-by: github-actions[bot] --- .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 c04205a1..f0a2ff52 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -34,6 +34,7 @@ "thick-ties-think", "three-mangos-wait", "violet-buckets-act", + "wise-drinks-explode", "yellow-bottles-itch" ] } diff --git a/CHANGELOG.md b/CHANGELOG.md index a847055b..f956ea16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # react-native-reanimated-carousel +## 4.0.0-canary.20 + +### Patch Changes + +- [#731](https://github.com/dohooo/react-native-reanimated-carousel/pull/731) [`6e8cdb4`](https://github.com/dohooo/react-native-reanimated-carousel/commit/6e8cdb4c13d447abe48c7529ee5217e39bbd0d14) Thanks [@dohooo](https://github.com/dohooo)! - improve "slow pan" behavior: if it seems that the user intent is to stay on the current page (because they didn't pan very far; maybe they started panning one direction then reversed direction, etc.), _don't_ actually change page upon gesture completion + ## 4.0.0-canary.19 ### Patch Changes diff --git a/package.json b/package.json index c3007bba..dc1ef317 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated-carousel", - "version": "4.0.0-canary.19", + "version": "4.0.0-canary.20", "packageManager": "yarn@4.0.2", "description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.", "author": "Doho (https://github.com/dohooo)",