From dec386f747fa0e50cdc4ecda6fcfa049e237c304 Mon Sep 17 00:00:00 2001 From: Renato Date: Tue, 9 Aug 2022 12:58:31 +0200 Subject: [PATCH 1/2] Change React version to 41.0.2; Change iOS plugin version to 41.0.1 --- example/RNExampleApp/ios/RNExampleApp/Info.plist | 2 +- example/RNExampleApp/package.json | 2 +- plugin/package.json | 16 ++++++++-------- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/example/RNExampleApp/ios/RNExampleApp/Info.plist b/example/RNExampleApp/ios/RNExampleApp/Info.plist index 649e90d3..23893d2c 100644 --- a/example/RNExampleApp/ios/RNExampleApp/Info.plist +++ b/example/RNExampleApp/ios/RNExampleApp/Info.plist @@ -17,7 +17,7 @@ CFBundlePackageType APPL CFBundleShortVersionString - 41.0.0 + 41.0.2 CFBundleSignature ???? CFBundleVersion diff --git a/example/RNExampleApp/package.json b/example/RNExampleApp/package.json index 4938624a..854101de 100644 --- a/example/RNExampleApp/package.json +++ b/example/RNExampleApp/package.json @@ -1,6 +1,6 @@ { "name": "RNExampleApp", - "version": "41.0.0", + "version": "41.0.2", "private": true, "scripts": { "start": "node node_modules/react-native/local-cli/cli.js start", diff --git a/plugin/package.json b/plugin/package.json index 319d3d18..69405ecc 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { - "_from": "anyline-ocr-react-native-module@^41.0.1", - "_id": "anyline-ocr-react-native-module@41.0.1", + "_from": "anyline-ocr-react-native-module@^41.0.2", + "_id": "anyline-ocr-react-native-module@41.0.2", "_inBundle": false, "_integrity": "sha512-BGi9zNkSsoxXywDBIqzgBRvKUBniQOJHDKBrozZubKthZNRBAj8Ry5tW0Me0yLXt/fauME//hbC0wsenfPJZqw==", "_location": "/anyline-ocr-react-native-module", @@ -8,19 +8,19 @@ "_requested": { "type": "range", "registry": true, - "raw": "anyline-ocr-react-native-module@^41.0.1", + "raw": "anyline-ocr-react-native-module@^41.0.2", "name": "anyline-ocr-react-native-module", "escapedName": "anyline-ocr-react-native-module", - "rawSpec": "^41.0.1", + "rawSpec": "^41.0.2", "saveSpec": null, - "fetchSpec": "^41.0.1" + "fetchSpec": "^41.0.2" }, "_requiredBy": [ "/" ], - "_resolved": "https://registry.npmjs.org/anyline-ocr-react-native-module/-/anyline-ocr-react-native-module-41.0.1.tgz", + "_resolved": "https://registry.npmjs.org/anyline-ocr-react-native-module/-/anyline-ocr-react-native-module-41.0.2.tgz", "_shasum": "bacbcd260cc662244f59393ed81a6edba009b52c", - "_spec": "anyline-ocr-react-native-module@^41.0.1", + "_spec": "anyline-ocr-react-native-module@^41.0.2", "_where": "/Users/amiransari/Projects/anyline-ocr-react-native-module1/example/RNExampleApp", "bugs": { "url": "https://github.com/Anyline/anyline-ocr-react-native-module/issues" @@ -47,5 +47,5 @@ "type": "git", "url": "git+https://github.com/Anyline/anyline-ocr-react-native-module.git" }, - "version": "41.0.1" + "version": "2" } From fd0f46530a40ff26a7a33117b9b91964d3be97d5 Mon Sep 17 00:00:00 2001 From: Renato Date: Tue, 9 Aug 2022 15:19:58 +0200 Subject: [PATCH 2/2] Fix verson from 2 to 41.0.2 --- plugin/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugin/package.json b/plugin/package.json index 69405ecc..5c0602dc 100644 --- a/plugin/package.json +++ b/plugin/package.json @@ -1,6 +1,6 @@ { "_from": "anyline-ocr-react-native-module@^41.0.2", - "_id": "anyline-ocr-react-native-module@41.0.2", + "_id": "anyline-ocr-react-native-module@^41.0.2", "_inBundle": false, "_integrity": "sha512-BGi9zNkSsoxXywDBIqzgBRvKUBniQOJHDKBrozZubKthZNRBAj8Ry5tW0Me0yLXt/fauME//hbC0wsenfPJZqw==", "_location": "/anyline-ocr-react-native-module", @@ -47,5 +47,5 @@ "type": "git", "url": "git+https://github.com/Anyline/anyline-ocr-react-native-module.git" }, - "version": "2" + "version": "41.0.2" }