From 29038711a4dfdf74696d6831f53ce18bea08a5d7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 23 Nov 2024 06:54:58 +0000 Subject: [PATCH] Version Packages (canary) --- .changeset/pre.json | 2 ++ CHANGELOG.md | 8 ++++++++ package.json | 2 +- 3 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index d1d3edc3..39f4f54d 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -20,9 +20,11 @@ "many-ads-fry", "mighty-pianos-pull", "nine-moose-whisper", + "polite-forks-rescue", "poor-pets-eat", "proud-bobcats-tan", "proud-zebras-jump", + "rare-insects-camp", "short-avocados-sparkle", "shy-walls-clap", "slow-donkeys-rest", diff --git a/CHANGELOG.md b/CHANGELOG.md index a00088c2..6d934308 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # react-native-reanimated-carousel +## 4.0.0-canary.18 + +### Patch Changes + +- [#721](https://github.com/dohooo/react-native-reanimated-carousel/pull/721) [`2a8111e`](https://github.com/dohooo/react-native-reanimated-carousel/commit/2a8111e51762d2d716f4e4dfb18fa38c21b205a6) Thanks [@dohooo](https://github.com/dohooo)! - fix: parallax layout with new arch enabled + +- [#710](https://github.com/dohooo/react-native-reanimated-carousel/pull/710) [`d98bb99`](https://github.com/dohooo/react-native-reanimated-carousel/commit/d98bb999fce8f24b627c0c6b90a1bd2c1150364b) Thanks [@nmassey](https://github.com/nmassey)! - fix: remove shared value access warning from react-native-reanimated + ## 4.0.0-canary.17 ### Patch Changes diff --git a/package.json b/package.json index 8b7a04ec..62ffffcd 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated-carousel", - "version": "4.0.0-canary.17", + "version": "4.0.0-canary.18", "packageManager": "yarn@4.0.2", "description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.", "author": "Doho (https://github.com/dohooo)",