Skip to content

Commit 2a08ad9

Browse files
authored
Merge pull request #493 from dohooo/changeset-release/main
chore: update versions (alpha)
2 parents d1cd3d3 + 869201b commit 2a08ad9

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
"react-native-reanimated-carousel": "3.5.1"
66
},
77
"changesets": [
8-
"proud-zebras-jump"
8+
"poor-pets-eat",
9+
"proud-zebras-jump",
10+
"yellow-bottles-itch"
911
]
1012
}

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# react-native-reanimated-carousel
22

3+
## 4.0.0-alpha.1
4+
5+
### Patch Changes
6+
7+
- [#492](https://github.com/dohooo/react-native-reanimated-carousel/pull/492) [`978b59f`](https://github.com/dohooo/react-native-reanimated-carousel/commit/978b59f0f2d8a96fe1d1de1a1c9fb205fd051cfb) Thanks [@dohooo](https://github.com/dohooo)! - feat: change the way of PanGestureHandler modification from panGestureHandlerProps to onConfigurePanGesture.
8+
9+
e.g.
10+
11+
```tsx
12+
<Carousel
13+
onConfigurePanGesture={(gestureChain) => {
14+
gestureChain.activeOffsetX([-10, 10]);
15+
}}
16+
/>
17+
```
18+
19+
- [#492](https://github.com/dohooo/react-native-reanimated-carousel/pull/492) [`c015873`](https://github.com/dohooo/react-native-reanimated-carousel/commit/c015873b7a8f4f357b7342c250220ea9968d8b58) Thanks [@dohooo](https://github.com/dohooo)! - Fixed an issue where the enable props couldn't set to false.
20+
321
## 4.0.0-alpha.0
422

523
### Major Changes

package.json

Lines changed: 1 addition & 1 deletion
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.0",
3+
"version": "4.0.0-alpha.1",
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)