From faaf5d02aa6b30c6f0d7c418c2926ad8155c0697 Mon Sep 17 00:00:00 2001 From: Kesha Antonov Date: Fri, 15 Mar 2024 03:39:57 +0300 Subject: [PATCH] bump v --- example/package.json | 2 +- example/yarn.lock | 8 ++++---- package.json | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/example/package.json b/example/package.json index aca05e8..35fa143 100644 --- a/example/package.json +++ b/example/package.json @@ -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", diff --git a/example/yarn.lock b/example/yarn.lock index 124a153..f4a28c8 100644 --- a/example/yarn.lock +++ b/example/yarn.lock @@ -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== react-native@0.73.6: version "0.73.6" diff --git a/package.json b/package.json index e2ccfcd..c492683 100644 --- a/package.json +++ b/package.json @@ -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", @@ -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": {