Skip to content

Commit d9b9128

Browse files
authored
Merge pull request #511 from dohooo/changeset-release/main
Version Packages (alpha)
2 parents 988f401 + f27675f commit d9b9128

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

.changeset/pre.json

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212
"mighty-pianos-pull",
1313
"poor-pets-eat",
1414
"proud-zebras-jump",
15+
"short-avocados-sparkle",
16+
"thick-ties-think",
1517
"three-mangos-wait",
1618
"yellow-bottles-itch"
1719
]

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# react-native-reanimated-carousel
22

3+
## 4.0.0-alpha.7
4+
5+
### Patch Changes
6+
7+
- [#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.
8+
9+
- [#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)
10+
311
## 4.0.0-alpha.6
412

513
### Minor Changes

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-reanimated-carousel",
3-
"version": "4.0.0-alpha.6",
3+
"version": "4.0.0-alpha.7",
44
"description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

0 commit comments

Comments
 (0)