Skip to content

Commit

Permalink
Merge pull request #2682 from gluestack/release/[email protected]
Browse files Browse the repository at this point in the history
Release/image [email protected]
  • Loading branch information
gluestackadmin authored Jan 8, 2025
2 parents b06df5c + 2b07dee commit cfaefae
Show file tree
Hide file tree
Showing 5 changed files with 298 additions and 20 deletions.
4 changes: 2 additions & 2 deletions example/storybook-nativewind/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@
"react-dom": "^18.2.0",
"react-native": "0.72.4",
"react-native-gesture-handler": "~2.14.0",
"react-native-reanimated": "~3.6.2",
"react-native-reanimated": "^3.16.6",
"react-native-safe-area-context": "^4.4.1",
"react-native-svg": "13.4.0",
"react-native-vector-icons": "^10.0.0",
Expand Down Expand Up @@ -134,6 +134,6 @@
]
},
"resolutions": {
"react-native-reanimated": "3.0.2"
"react-native-reanimated": "^3.16.6"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,8 @@
"image-viewer": {
"dependencies": {
"@gluestack-ui/image-viewer": "latest",
"react-native-gesture-handler": "^2.21.2"
"react-native-gesture-handler": "^2.21.2",
"react-native-reanimated": "^3.16.6"
}
},
"image-background": {
Expand Down
2 changes: 1 addition & 1 deletion packages/unstyled/image-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

### Patch Changes

- fix: updated dependencies.json
- fix: updated reanimated version

## 0.0.3

Expand Down
2 changes: 1 addition & 1 deletion packages/unstyled/image-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
},
"dependencies": {
"react-native-gesture-handler": "^2.21.2",
"react-native-reanimated": "~3.6.2",
"react-native-reanimated": "^3.16.6",
"@react-native-aria/focus": "^0.2.9",
"@react-native-aria/interactions": "0.2.13",
"@gluestack-ui/utils": "^0.1.14"
Expand Down
Loading

0 comments on commit cfaefae

Please sign in to comment.