Skip to content

Commit ba364bc

Browse files
committed
chore: release 3.1.3
1 parent a5af02a commit ba364bc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [3.1.3](https://github.com/dohooo/react-native-reanimated-carousel/compare/v3.1.2...v3.1.3) (2022-11-01)
2+
3+
4+
### Bug Fixes
5+
6+
* fixed a bug that be crushed when put in redux data ([a5af02a](https://github.com/dohooo/react-native-reanimated-carousel/commit/a5af02a8135893e7cdd0c815d0c5a11dc7df4a5f)), closes [#296](https://github.com/dohooo/react-native-reanimated-carousel/issues/296)
7+
18
## [3.1.2](https://github.com/dohooo/react-native-reanimated-carousel/compare/v3.1.1...v3.1.2) (2022-11-01)
29

310

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.2",
3+
"version": "3.1.3",
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)