diff --git a/.changeset/pre.json b/.changeset/pre.json index 39f4f54d..c04205a1 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -29,6 +29,7 @@ "shy-walls-clap", "slow-donkeys-rest", "spotty-melons-return", + "stale-grapes-cry", "stupid-points-attend", "thick-ties-think", "three-mangos-wait", diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d934308..a847055b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # react-native-reanimated-carousel +## 4.0.0-canary.19 + +### Patch Changes + +- [#724](https://github.com/dohooo/react-native-reanimated-carousel/pull/724) [`33022e6`](https://github.com/dohooo/react-native-reanimated-carousel/commit/33022e6e1fa042dffc2ae688b5cc00f62470d713) Thanks [@dohooo](https://github.com/dohooo)! - fix: next item function overscolling with overscrollEnabled is false + ## 4.0.0-canary.18 ### Patch Changes diff --git a/package.json b/package.json index 0bd246f9..c3007bba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated-carousel", - "version": "4.0.0-canary.18", + "version": "4.0.0-canary.19", "packageManager": "yarn@4.0.2", "description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.", "author": "Doho (https://github.com/dohooo)",