Skip to content

Commit 8f0dbd9

Browse files
chore: update versions (alpha)
1 parent 49e6d9c commit 8f0dbd9

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

.changeset/pre.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@
44
"initialVersions": {
55
"react-native-reanimated-carousel": "3.5.1"
66
},
7-
"changesets": []
7+
"changesets": [
8+
"proud-zebras-jump"
9+
]
810
}

CHANGELOG.md

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

3+
## 4.0.0-alpha.0
4+
5+
### Major Changes
6+
7+
- 56e20c8: feat: use new RNGH api
8+
9+
Updates `react-native-gesture-handler` to `>=2.9.0` and replaces usage of `useAnimatedGestureHandler` with the [new gesture handler API](https://docs.swmansion.com/react-native-gesture-handler/docs/#rngh-20) which supports the [new gesture handler web implementation](https://github.com/software-mansion/react-native-gesture-handler/pull/2157).
10+
311
## 3.5.1
412

513
### Patch 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": "3.5.1",
3+
"version": "4.0.0-alpha.0",
44
"description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.",
55
"main": "lib/commonjs/index",
66
"react-native": "src/index.tsx",

0 commit comments

Comments
 (0)