diff --git a/.changeset/pre.json b/.changeset/pre.json index cae9bc89..e9d4c84e 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -12,8 +12,10 @@ "loud-cars-hunt", "mighty-pianos-pull", "poor-pets-eat", + "proud-bobcats-tan", "proud-zebras-jump", "short-avocados-sparkle", + "slow-donkeys-rest", "thick-ties-think", "three-mangos-wait", "yellow-bottles-itch" diff --git a/CHANGELOG.md b/CHANGELOG.md index 3a3ca5c1..a91f6c54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # react-native-reanimated-carousel +## 4.0.0-alpha.9 + +### Patch Changes + +- [#528](https://github.com/dohooo/react-native-reanimated-carousel/pull/528) [`139d5e5`](https://github.com/dohooo/react-native-reanimated-carousel/commit/139d5e5f7706e1da8800ff10b933d1010835f52f) Thanks [@dohooo](https://github.com/dohooo)! - Exported TAnimationStyle types. + +- [#528](https://github.com/dohooo/react-native-reanimated-carousel/pull/528) [`b654f43`](https://github.com/dohooo/react-native-reanimated-carousel/commit/b654f439e905bc1d45f5cbb1fd291f3a82848368) Thanks [@dohooo](https://github.com/dohooo)! - Replaced 'onScrollBegin' with 'onScrollStart' to better match gesture callback. + ## 4.0.0-alpha.8 ### Patch Changes diff --git a/package.json b/package.json index 4a63fe95..7b812d55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated-carousel", - "version": "4.0.0-alpha.8", + "version": "4.0.0-alpha.9", "description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.", "main": "lib/commonjs/index", "module": "lib/module/index",