Skip to content

Commit 7efa350

Browse files
author
bd-arc
committed
chore(package): bump version to 2.2.1 and update changelog
1 parent 72cbbda commit 7efa350

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## v2.2.1
2+
* Do not mark `sliderWidth` and `sliderHeight` as required
3+
* Add warnings when properties specific to carousel's orientation haven't been set
4+
15
## v2.2.0
26
* Implement vertical mode (prop `vertical`)
37
* Make sure that current active item is properly updated when snapping

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": "2.2.0",
3+
"version": "2.2.1",
44
"description": "Swiper component for React Native with previews and snapping effect. Compatible with Android & iOS.",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)