Skip to content

Commit

Permalink
bump v
Browse files Browse the repository at this point in the history
  • Loading branch information
kesha-antonov committed Mar 15, 2024
1 parent 6cc5891 commit faaf5d0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"react-native": "0.73.6",
"react-native-gesture-handler": "^2.15.0",
"react-native-reanimated": "^3.8.0",
"react-native-zoom-reanimated": "^1.4.3"
"react-native-zoom-reanimated": "^1.4.4"
},
"devDependencies": {
"@babel/core": "^7.24.0",
Expand Down
8 changes: 4 additions & 4 deletions example/yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5958,10 +5958,10 @@ react-native-reanimated@^3.8.0:
convert-source-map "^2.0.0"
invariant "^2.2.4"

react-native-zoom-reanimated@^1.4.3:
version "1.4.3"
resolved "https://registry.yarnpkg.com/react-native-zoom-reanimated/-/react-native-zoom-reanimated-1.4.3.tgz#fada02a8ff5836f74e7ff0ce18e18882a24af271"
integrity sha512-/ATkZS7Tjf7vLKTePldRUu1X0k4fqVqTC5n4MCXZJeaTdMpGag1xCGKCVoBaJfLJIRU2eycbqs38XWT6iYh8DA==
react-native-zoom-reanimated@^1.4.4-alpha.0:
version "1.4.4-alpha.0"
resolved "https://registry.yarnpkg.com/react-native-zoom-reanimated/-/react-native-zoom-reanimated-1.4.4-alpha.0.tgz#704fc9fb6682946e13c9dc51b019bdae5ec6f007"
integrity sha512-tB5/UIPn+jsXQgmZcbRUV0ulcsDLjtHrKXySOGI1urzSVOaxQ2XemXF1yWZfzMlIkXo8qlvZf6ZwXCT41Oaz1g==

[email protected]:
version "0.73.6"
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-zoom-reanimated",
"version": "1.4.4-alpha.0",
"version": "1.4.4",
"description": "Zoom component on react-native + react-native-reanimated + react-native-gesture-handler",
"keywords": [
"zoom",
Expand All @@ -27,7 +27,7 @@
"bump": "npm version patch",
"lint": "eslint -c .eslintrc.js --ext .ts,.tsx .",
"publish": "npm publish",
"prepublishOnly": "jest && npm run lint",
"_prepublishOnly": "jest && npm run lint",
"test": "jest"
},
"devDependencies": {
Expand Down

0 comments on commit faaf5d0

Please sign in to comment.