From a4fc5cd018c7e03196e91b4d1a1e8790ae3801f8 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Mon, 4 Dec 2023 20:14:29 +0000 Subject: [PATCH] chore: update versions (alpha) --- .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 e850b4c9..768d5e03 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -5,6 +5,7 @@ "react-native-reanimated-carousel": "3.5.1" }, "changesets": [ + "hungry-actors-grab", "mighty-pianos-pull", "poor-pets-eat", "proud-zebras-jump", diff --git a/CHANGELOG.md b/CHANGELOG.md index e9724865..f775e950 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # react-native-reanimated-carousel +## 4.0.0-alpha.3 + +### Patch Changes + +- [#496](https://github.com/dohooo/react-native-reanimated-carousel/pull/496) [`fdeef6b`](https://github.com/dohooo/react-native-reanimated-carousel/commit/fdeef6bd8355de80ea8cdb1cb334a4228819d4d2) Thanks [@dohooo](https://github.com/dohooo)! - re-calculate when window size changed in browser. + ## 4.0.0-alpha.2 ### Patch Changes diff --git a/package.json b/package.json index 08c30b47..e6108587 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated-carousel", - "version": "4.0.0-alpha.2", + "version": "4.0.0-alpha.3", "description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.", "main": "lib/commonjs/index", "module": "lib/module/index",