Skip to content

Commit a14204b

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

File tree

3 files changed

+13
-12
lines changed

3 files changed

+13
-12
lines changed

.changeset/purple-trains-poke.md

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

CHANGELOG.md

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

3+
## 1.9.1
4+
5+
### Patch Changes
6+
7+
- 9774327: fix: resolve Metro bundler error for optional FlashList dependency
8+
9+
- Separate optional library imports into dedicated file
10+
- Fix "Requiring unknown module" error when FlashList is not installed
11+
- Enable dynamic feature detection without breaking Metro static analysis
12+
13+
[Related issue](https://github.com/saseungmin/react-native-gesture-image-viewer/issues/120)
14+
315
## 1.9.0
416

517
### 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": "1.9.0",
3+
"version": "1.9.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)