Skip to content

Commit

Permalink
Merge pull request #493 from dohooo/changeset-release/main
Browse files Browse the repository at this point in the history
chore: update versions (alpha)
  • Loading branch information
dohooo authored Dec 3, 2023
2 parents d1cd3d3 + 869201b commit 2a08ad9
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .changeset/pre.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@
"react-native-reanimated-carousel": "3.5.1"
},
"changesets": [
"proud-zebras-jump"
"poor-pets-eat",
"proud-zebras-jump",
"yellow-bottles-itch"
]
}
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# react-native-reanimated-carousel

## 4.0.0-alpha.1

### Patch Changes

- [#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.

e.g.

```tsx
<Carousel
onConfigurePanGesture={(gestureChain) => {
gestureChain.activeOffsetX([-10, 10]);
}}
/>
```

- [#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.

## 4.0.0-alpha.0

### Major Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-reanimated-carousel",
"version": "4.0.0-alpha.0",
"version": "4.0.0-alpha.1",
"description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down

0 comments on commit 2a08ad9

Please sign in to comment.