From 614ce31229f058d0bac262170d8663eda07a80eb Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 11 Sep 2024 09:29:12 +0000 Subject: [PATCH 1/2] Version Packages (canary) --- .changeset/pre.json | 5 +++++ CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 3 files changed, 20 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 12af7ec0..6a40a61c 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -7,17 +7,22 @@ "changesets": [ "bright-socks-change", "brown-onions-wave", + "clever-pants-approve", "eighty-points-drum", "gold-onions-chew", "hungry-actors-grab", "lazy-ties-design", + "lazy-tips-wave", "loud-cars-hunt", + "many-ads-fry", "mighty-pianos-pull", + "nine-moose-whisper", "poor-pets-eat", "proud-bobcats-tan", "proud-zebras-jump", "short-avocados-sparkle", "slow-donkeys-rest", + "spotty-melons-return", "thick-ties-think", "three-mangos-wait", "violet-buckets-act", diff --git a/CHANGELOG.md b/CHANGELOG.md index b38b9e9d..df6ad73e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # react-native-reanimated-carousel +## 4.0.0-canary.13 + +### Patch Changes + +- [#666](https://github.com/dohooo/react-native-reanimated-carousel/pull/666) [`2982fcd`](https://github.com/dohooo/react-native-reanimated-carousel/commit/2982fcdcfa42852f96198f2e8e9cda48a617c705) Thanks [@dohooo](https://github.com/dohooo)! - fix: typescript error where MeasuredDimension can be null + +- [#666](https://github.com/dohooo/react-native-reanimated-carousel/pull/666) [`32c8c36`](https://github.com/dohooo/react-native-reanimated-carousel/commit/32c8c36c4f70885f2a49ab9156ce13e674391f4c) Thanks [@dohooo](https://github.com/dohooo)! - Add dot animation. + +- [#577](https://github.com/dohooo/react-native-reanimated-carousel/pull/577) [`17621ca`](https://github.com/dohooo/react-native-reanimated-carousel/commit/17621ca772cc3f166094e1445253f77a0967a201) Thanks [@nmassey](https://github.com/nmassey)! - fix: make gesture onStart/onUpdate/onEnd (et al) callbacks run as worklets again + +- [#648](https://github.com/dohooo/react-native-reanimated-carousel/pull/648) [`0abdb2d`](https://github.com/dohooo/react-native-reanimated-carousel/commit/0abdb2d51fba1d309a065ed614713d792b6e70a5) Thanks [@nmassey](https://github.com/nmassey)! - fix app crash when using "onProgressChange" prop as function + +- [#576](https://github.com/dohooo/react-native-reanimated-carousel/pull/576) [`a99f069`](https://github.com/dohooo/react-native-reanimated-carousel/commit/a99f069b5c4bace6e0cf42d457d3d3363321dd7f) Thanks [@nmassey](https://github.com/nmassey)! - fix: rework code to avoid possible flicker when starting pan (panOffset race condition) + ## 4.0.0-alpha.12 ### Patch Changes diff --git a/package.json b/package.json index 7379ee79..072a4649 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated-carousel", - "version": "4.0.0-alpha.12", + "version": "4.0.0-canary.13", "packageManager": "yarn@4.0.2", "description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.", "author": "Doho (https://github.com/dohooo)", From f9296087ed07a876688794d22652e6fb00eb9451 Mon Sep 17 00:00:00 2001 From: Caspian Date: Wed, 11 Sep 2024 17:39:41 +0800 Subject: [PATCH 2/2] chore: update changelog --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index df6ad73e..add5f7ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,9 @@ ### Patch Changes -- [#666](https://github.com/dohooo/react-native-reanimated-carousel/pull/666) [`2982fcd`](https://github.com/dohooo/react-native-reanimated-carousel/commit/2982fcdcfa42852f96198f2e8e9cda48a617c705) Thanks [@dohooo](https://github.com/dohooo)! - fix: typescript error where MeasuredDimension can be null +- [#629](https://github.com/dohooo/react-native-reanimated-carousel/pull/629) [`80ec737`](https://github.com/dohooo/react-native-reanimated-carousel/commit/80ec737b726c1522f2af0308afb9b95ad6f9be4d) Thanks [@nickoelsner](https://github.com/nickoelsner)! - fix: typescript error where MeasuredDimension can be null -- [#666](https://github.com/dohooo/react-native-reanimated-carousel/pull/666) [`32c8c36`](https://github.com/dohooo/react-native-reanimated-carousel/commit/32c8c36c4f70885f2a49ab9156ce13e674391f4c) Thanks [@dohooo](https://github.com/dohooo)! - Add dot animation. +- [#652](https://github.com/dohooo/react-native-reanimated-carousel/pull/652) [`2916a26`](https://github.com/dohooo/react-native-reanimated-carousel/commit/2916a26eb0392b600aa06e3b8b4bf419c68f0723) Thanks [@bdtren](https://github.com/bdtren)! - Add dot animation. - [#577](https://github.com/dohooo/react-native-reanimated-carousel/pull/577) [`17621ca`](https://github.com/dohooo/react-native-reanimated-carousel/commit/17621ca772cc3f166094e1445253f77a0967a201) Thanks [@nmassey](https://github.com/nmassey)! - fix: make gesture onStart/onUpdate/onEnd (et al) callbacks run as worklets again