Skip to content

Commit 29425ee

Browse files
authored
Merge pull request #529 from dohooo/changeset-release/main
Version Packages (alpha)
2 parents 764f286 + 0cceb97 commit 29425ee

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,8 +12,10 @@
1212
"loud-cars-hunt",
1313
"mighty-pianos-pull",
1414
"poor-pets-eat",
15+
"proud-bobcats-tan",
1516
"proud-zebras-jump",
1617
"short-avocados-sparkle",
18+
"slow-donkeys-rest",
1719
"thick-ties-think",
1820
"three-mangos-wait",
1921
"yellow-bottles-itch"

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

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