diff --git a/.changeset/pre.json b/.changeset/pre.json index f0a2ff5..00eabac 100644 --- a/.changeset/pre.json +++ b/.changeset/pre.json @@ -18,6 +18,7 @@ "lazy-tips-wave", "loud-cars-hunt", "many-ads-fry", + "mean-needles-rhyme", "mighty-pianos-pull", "nine-moose-whisper", "polite-forks-rescue", diff --git a/CHANGELOG.md b/CHANGELOG.md index f956ea1..2c1726c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # react-native-reanimated-carousel +## 4.0.0-canary.21 + +### Patch Changes + +- [#733](https://github.com/dohooo/react-native-reanimated-carousel/pull/733) [`3040863`](https://github.com/dohooo/react-native-reanimated-carousel/commit/3040863506254b680e1897d2c7ac746ed56f4a39) Thanks [@dohooo](https://github.com/dohooo)! - Add pointerEvents: ‘box-none’ to ItemLayout component to allow touches for children components outside item boundaries + ## 4.0.0-canary.20 ### Patch Changes diff --git a/package.json b/package.json index dc1ef31..7d33c9a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-reanimated-carousel", - "version": "4.0.0-canary.20", + "version": "4.0.0-canary.21", "packageManager": "yarn@4.0.2", "description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.", "author": "Doho (https://github.com/dohooo)",