diff --git a/.changeset/pre.json b/.changeset/pre.json index 00eabac4..365b7ff3 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -20,6 +20,7 @@ "many-ads-fry", "mean-needles-rhyme", "mighty-pianos-pull", + "modern-carpets-sleep", "nine-moose-whisper", "polite-forks-rescue", "poor-pets-eat", diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c1726c8..316edc95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # react-native-reanimated-carousel +## 4.0.0-canary.22 + +### Patch Changes + +- [#735](https://github.com/dohooo/react-native-reanimated-carousel/pull/735) [`848f458`](https://github.com/dohooo/react-native-reanimated-carousel/commit/848f45810203d7c77077e041840179412863f0ca) Thanks [@dohooo](https://github.com/dohooo)! - This PR updates the customAnimation function signature to include an index parameter, allowing users to apply custom animations based on the item’s index. + ## 4.0.0-canary.21 ### Patch Changes diff --git a/package.json b/package.json index 7d33c9a9..3d257e44 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated-carousel", - "version": "4.0.0-canary.21", + "version": "4.0.0-canary.22", "packageManager": "yarn@4.0.2", "description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.", "author": "Doho (https://github.com/dohooo)",