From 36c4ca4a24ca05a9bc33626a1a981b3d21dc6705 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 14 Oct 2024 20:42:58 +0100 Subject: [PATCH] Version Packages (canary) (#704) Co-authored-by: github-actions[bot] --- .changeset/pre.json | 1 + CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.changeset/pre.json b/.changeset/pre.json index 8b3a9211..d1d3edc3 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -24,6 +24,7 @@ "proud-bobcats-tan", "proud-zebras-jump", "short-avocados-sparkle", + "shy-walls-clap", "slow-donkeys-rest", "spotty-melons-return", "stupid-points-attend", diff --git a/CHANGELOG.md b/CHANGELOG.md index c840fbdc..a00088c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # react-native-reanimated-carousel +## 4.0.0-canary.17 + +### Patch Changes + +- [#703](https://github.com/dohooo/react-native-reanimated-carousel/pull/703) [`564d2f5`](https://github.com/dohooo/react-native-reanimated-carousel/commit/564d2f5f63c3b5b934b37e8e643406ea06e1ec7e) Thanks [@dohooo](https://github.com/dohooo)! - Update homepage in package.json + ## 4.0.0-canary.16 ### Patch Changes diff --git a/package.json b/package.json index a6d4ad37..8b7a04ec 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated-carousel", - "version": "4.0.0-canary.16", + "version": "4.0.0-canary.17", "packageManager": "yarn@4.0.2", "description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.", "author": "Doho (https://github.com/dohooo)",