Skip to content

Commit 8677cd7

Browse files
release: version packages (beta)
1 parent 80a7b15 commit 8677cd7

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

.changeset/pre.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"fix-nonloop-overdrag-visible-ranges",
1010
"fix-nonloop-overscroll",
1111
"fix-pagination-accessibility",
12+
"fix-web-worklets-error",
1213
"honest-baboons-sip",
1314
"odd-news-carry",
1415
"style-based-sizing"

CHANGELOG.md

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

3+
## 5.0.0-beta.3
4+
5+
### Patch Changes
6+
7+
- [#875](https://github.com/dohooo/react-native-reanimated-carousel/pull/875) [`13861ac`](https://github.com/dohooo/react-native-reanimated-carousel/commit/13861acb21925709569e9f5e39a188e1d03df858) Thanks [@dohooo](https://github.com/dohooo)! - Fix web documentation examples crash by upgrading react-native-worklets from 0.5.1 to 0.5.2. This resolves the "createSerializableObject should never be called in JSWorklets" error that occurred on web platform.
8+
39
## 5.0.0-beta.2
410

511
### Minor 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": "5.0.0-beta.2",
3+
"version": "5.0.0-beta.3",
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)