From e9f7b9e4f4f49644d8a639d2835011b97d42ff3b Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Thu, 12 Sep 2024 04:53:59 +0000 Subject: [PATCH] Version Packages (canary) --- .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 6a40a61c..05921c5c 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -8,6 +8,7 @@ "bright-socks-change", "brown-onions-wave", "clever-pants-approve", + "cyan-snails-move", "eighty-points-drum", "gold-onions-chew", "hungry-actors-grab", diff --git a/CHANGELOG.md b/CHANGELOG.md index add5f7ce..31607042 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # react-native-reanimated-carousel +## 4.0.0-canary.14 + +### Patch Changes + +- [#672](https://github.com/dohooo/react-native-reanimated-carousel/pull/672) [`5fa78a7`](https://github.com/dohooo/react-native-reanimated-carousel/commit/5fa78a765116d155b3fd0fabc83576e1403f13e1) Thanks [@dohooo](https://github.com/dohooo)! - revert autoPlay changes + ## 4.0.0-canary.13 ### Patch Changes diff --git a/package.json b/package.json index 072a4649..263cc262 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated-carousel", - "version": "4.0.0-canary.13", + "version": "4.0.0-canary.14", "packageManager": "yarn@4.0.2", "description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.", "author": "Doho (https://github.com/dohooo)",