Skip to content

Commit b7bbb6c

Browse files
chore(release): version packages (#138)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 396826d commit b7bbb6c

3 files changed

Lines changed: 12 additions & 11 deletions

File tree

.changeset/old-masks-end.md

Lines changed: 0 additions & 10 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,16 @@
11
# react-native-gesture-image-viewer
22

3+
## 2.1.1
4+
5+
### Patch Changes
6+
7+
- 396826d: fix: prevent image jump when lifting one finger during pinch zoom
8+
9+
- Fixed an issue where the image would abruptly snap/jump when lifting one finger during a two-finger pinch-to-zoom gesture.
10+
- The image now maintains its position when transitioning from two fingers to one finger.
11+
12+
Related issue: [#134](https://github.com/saseungmin/react-native-gesture-image-viewer/issues/134)
13+
314
## 2.1.0
415

516
### Minor Changes

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-gesture-image-viewer",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"description": "🖼️ React Native Image Viewer - Reanimated-powered image gestures with full control",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)