Skip to content

Commit 57dd220

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

File tree

3 files changed

+14
-13
lines changed

3 files changed

+14
-13
lines changed

.changeset/ninety-eggs-pump.md

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

CHANGELOG.md

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

3+
## 0.3.1
4+
5+
### Patch Changes
6+
7+
- b71007c: fix: resolve state sync issue when modal reopens
8+
9+
- Fix controller state not updating when modal reopens
10+
- Implement registry subscription pattern for manager lifecycle
11+
- Add proper cleanup for manager instances on modal close
12+
- Ensure external controller syncs with internal viewer state
13+
14+
Fixes issue where useImageViewerController would lose state when modal closes and reopens due to manager instance deletion
15+
316
## 0.3.0
417

518
### 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": "0.3.0",
3+
"version": "0.3.1",
44
"description": "react-native-gesture-image-viewer",
55
"main": "./lib/module/index.js",
66
"types": "./lib/typescript/src/index.d.ts",

0 commit comments

Comments
 (0)