From 3e675aa532354cf8f21e2730eb3972ba9bca94e9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Oct 2024 16:32:04 +0100 Subject: [PATCH] Version Packages (canary) (#688) Co-authored-by: github-actions[bot] --- .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 a777c8d7..8b3a9211 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -5,6 +5,7 @@ "react-native-reanimated-carousel": "4.0.0-alpha.12" }, "changesets": [ + "big-ligers-nail", "bright-socks-change", "brown-onions-wave", "clever-pants-approve", @@ -25,6 +26,7 @@ "short-avocados-sparkle", "slow-donkeys-rest", "spotty-melons-return", + "stupid-points-attend", "thick-ties-think", "three-mangos-wait", "violet-buckets-act", diff --git a/CHANGELOG.md b/CHANGELOG.md index 16cc9400..c840fbdc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # react-native-reanimated-carousel +## 4.0.0-canary.16 + +### Patch Changes + +- [#687](https://github.com/dohooo/react-native-reanimated-carousel/pull/687) [`55c55ff`](https://github.com/dohooo/react-native-reanimated-carousel/commit/55c55ff8304159ab2949b0335ac34411030b94b7) Thanks [@dohooo](https://github.com/dohooo)! - feat: Add containerStyle prop to control the container styles. + +- [#689](https://github.com/dohooo/react-native-reanimated-carousel/pull/689) [`f935f7a`](https://github.com/dohooo/react-native-reanimated-carousel/commit/f935f7ae2f052dd0856bb11acc11f0a1945d24a8) Thanks [@dohooo](https://github.com/dohooo)! - Delete unnecessary peer denpendences + ## 4.0.0-canary.15 ### Patch Changes diff --git a/package.json b/package.json index 666f1046..0f0d9c55 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated-carousel", - "version": "4.0.0-canary.15", + "version": "4.0.0-canary.16", "packageManager": "yarn@4.0.2", "description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.", "author": "Doho (https://github.com/dohooo)",