Skip to content

Commit 50b0a5b

Browse files
release: version packages (canary) (#736)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 848f458 commit 50b0a5b

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
@@ -20,6 +20,7 @@
2020
"many-ads-fry",
2121
"mean-needles-rhyme",
2222
"mighty-pianos-pull",
23+
"modern-carpets-sleep",
2324
"nine-moose-whisper",
2425
"polite-forks-rescue",
2526
"poor-pets-eat",

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-canary.22
4+
5+
### Patch Changes
6+
7+
- [#735](https://github.com/dohooo/react-native-reanimated-carousel/pull/735) [`848f458`](https://github.com/dohooo/react-native-reanimated-carousel/commit/848f45810203d7c77077e041840179412863f0ca) Thanks [@dohooo](https://github.com/dohooo)! - This PR updates the customAnimation function signature to include an index parameter, allowing users to apply custom animations based on the item’s index.
8+
39
## 4.0.0-canary.21
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-canary.21",
3+
"version": "4.0.0-canary.22",
44
"packageManager": "[email protected]",
55
"description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.",
66
"author": "Doho <[email protected]> (https://github.com/dohooo)",

0 commit comments

Comments
 (0)