Skip to content

Commit 533563f

Browse files
committed
chore: release 3.1.2
1 parent 5edc08b commit 533563f

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.2](https://github.com/dohooo/react-native-reanimated-carousel/compare/v3.1.1...v3.1.2) (2022-11-01)
2+
3+
4+
### Bug Fixes
5+
6+
* fixed a computed error ([b49715c](https://github.com/dohooo/react-native-reanimated-carousel/commit/b49715cd871c4c4f681b0fc4ef5fc02f2e498542)), closes [#291](https://github.com/dohooo/react-native-reanimated-carousel/issues/291) [#294](https://github.com/dohooo/react-native-reanimated-carousel/issues/294)
7+
18
## [3.1.1](https://github.com/dohooo/react-native-reanimated-carousel/compare/v3.1.0...v3.1.1) (2022-10-25)
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.1",
3+
"version": "3.1.2",
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)