Skip to content

Commit c703e8b

Browse files
author
bd-arc
committed
chore(package): bump to 3.7.2 and update changelog
1 parent 6560f93 commit c703e8b

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
## v3.7.2
2+
* Fix `ParallaxImage` not being rendered (thanks [@louiszawadzki](https://github.com/louiszawadzki))
3+
14
## v3.7.1
25
* Fix a potential crash in release mode (thanks [@hanpanpan200](https://github.com/hanpanpan200))
36
* Do not round scroll offset's number in order to prevent potential issues with scroll repositioning

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-snap-carousel",
3-
"version": "3.7.1",
3+
"version": "3.7.2",
44
"description": "Swiper component for React Native with previews, multiple layouts, parallax images, performant handling of huge numbers of items, and RTL support. Compatible with Android & iOS.",
55
"main": "src/index.js",
66
"repository": {

0 commit comments

Comments
 (0)