diff --git a/.changeset/pre.json b/.changeset/pre.json index c04205a..f0a2ff5 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 a847055..f956ea1 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 c3007bb..dc1ef31 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)",