diff --git a/.changeset/pre.json b/.changeset/pre.json index ee2b2ff2..4e6af9f9 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -12,6 +12,8 @@ "mighty-pianos-pull", "poor-pets-eat", "proud-zebras-jump", + "short-avocados-sparkle", + "thick-ties-think", "three-mangos-wait", "yellow-bottles-itch" ] diff --git a/CHANGELOG.md b/CHANGELOG.md index 0755481a..d12661d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # react-native-reanimated-carousel +## 4.0.0-alpha.7 + +### Patch Changes + +- [#510](https://github.com/dohooo/react-native-reanimated-carousel/pull/510) [`b3cc591`](https://github.com/dohooo/react-native-reanimated-carousel/commit/b3cc591dcee83cf240864051018c4aa8403c3f86) Thanks [@dohooo](https://github.com/dohooo)! - Support to specific direction to auto play. + +- [#510](https://github.com/dohooo/react-native-reanimated-carousel/pull/510) [`b3cc591`](https://github.com/dohooo/react-native-reanimated-carousel/commit/b3cc591dcee83cf240864051018c4aa8403c3f86) Thanks [@dohooo](https://github.com/dohooo)! - Modify the preority of windowSize settings. If you define the windowSize prop, Carousel will ignore the itemsCount. (windowSize > itemsCount) + ## 4.0.0-alpha.6 ### Minor Changes diff --git a/package.json b/package.json index 47d565e5..82c200bd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated-carousel", - "version": "4.0.0-alpha.6", + "version": "4.0.0-alpha.7", "description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.", "main": "lib/commonjs/index", "module": "lib/module/index",