Skip to content

Commit d787848

Browse files
authored
Merge pull request #561 from dohooo/changeset-release/main
Version Packages (alpha)
2 parents 35abd9f + 9be1b5f commit d787848

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"slow-donkeys-rest",
1919
"thick-ties-think",
2020
"three-mangos-wait",
21+
"violet-buckets-act",
2122
"yellow-bottles-itch"
2223
]
2324
}

CHANGELOG.md

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

3+
## 4.0.0-alpha.10
4+
5+
### Patch Changes
6+
7+
- [#560](https://github.com/dohooo/react-native-reanimated-carousel/pull/560) [`c181174`](https://github.com/dohooo/react-native-reanimated-carousel/commit/c1811746e951ca32bf94bc2acca450fb2e58f55c) Thanks [@dohooo](https://github.com/dohooo)! - Add a new props `minScrollDistancePerSwipe` to set the minimum scroll instance to make carousel scroll.
8+
39
## 4.0.0-alpha.9
410

511
### Patch 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.9",
3+
"version": "4.0.0-alpha.10",
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)