Skip to content

Commit

Permalink
Merge pull request #2673 from gluestack/release/[email protected]
Browse files Browse the repository at this point in the history
Release/image [email protected]
  • Loading branch information
rajat693 authored Jan 7, 2025
2 parents aa84c55 + f589834 commit 8d1953a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
6 changes: 6 additions & 0 deletions packages/unstyled/image-viewer/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @gluestack-ui/image-viewer

## 0.0.3

### Patch Changes

- fix: updated package.json

## 0.0.2

### Patch Changes
Expand Down
8 changes: 5 additions & 3 deletions packages/unstyled/image-viewer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gluestack-ui/image-viewer",
"version": "0.0.2",
"version": "0.0.3",
"main": "lib/index",
"module": "lib/index",
"types": "lib/index.d.ts",
Expand Down Expand Up @@ -38,15 +38,17 @@
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-native": "^0.72.4",
"@react-native-aria/focus": "^0.2.9",
"react-native-builder-bob": "^0.20.1",
"react-native-web": "^0.19.9",
"tsconfig": "7",
"typescript": "^5.6.3"
},
"dependencies": {
"react-native-gesture-handler": "^2.21.2",
"react-native-reanimated": "~3.6.2"
"react-native-reanimated": "~3.6.2",
"@react-native-aria/focus": "^0.2.9",
"@react-native-aria/interactions": "0.2.13",
"@gluestack-ui/utils": "^0.1.14"
},
"peerDependencies": {
"react": ">=16",
Expand Down

0 comments on commit 8d1953a

Please sign in to comment.