Skip to content

Commit e4a29a7

Browse files
committed
chore: release 3.1.4
1 parent 7f94027 commit e4a29a7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## [3.1.4](https://github.com/dohooo/react-native-reanimated-carousel/compare/v3.1.3...v3.1.4) (2022-11-04)
2+
3+
4+
### Bug Fixes
5+
6+
* getCurrentIndex returns wrong value when data count is < 3 ([7f94027](https://github.com/dohooo/react-native-reanimated-carousel/commit/7f94027352debed9e7cb494bb6fa8049cbb9375c)), closes [#299](https://github.com/dohooo/react-native-reanimated-carousel/issues/299)
7+
* solved the crash error ([7a82994](https://github.com/dohooo/react-native-reanimated-carousel/commit/7a829947a64acab6488516e03bc1de183ada0a87)), closes [#305](https://github.com/dohooo/react-native-reanimated-carousel/issues/305) [#301](https://github.com/dohooo/react-native-reanimated-carousel/issues/301) [#298](https://github.com/dohooo/react-native-reanimated-carousel/issues/298) [#291](https://github.com/dohooo/react-native-reanimated-carousel/issues/291)
8+
19
## [3.1.3](https://github.com/dohooo/react-native-reanimated-carousel/compare/v3.1.2...v3.1.3) (2022-11-01)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-reanimated-carousel",
3-
"version": "3.1.3",
3+
"version": "3.1.4",
44
"description": "Simple carousel component.fully implemented using Reanimated 2.Infinitely scrolling, very smooth.",
55
"main": "lib/commonjs/index",
66
"react-native": "src/index.tsx",

0 commit comments

Comments
 (0)