From 289e580352701355411b505afe15076ab7bf19ba Mon Sep 17 00:00:00 2001 From: hebamoustafa Date: Thu, 7 Nov 2024 19:20:18 +0200 Subject: [PATCH 1/2] move to 0.1.85 (#121) --- example/ios/Podfile.lock | 14 +++++++------- package.json | 2 +- react-native-knotapi.podspec | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 3a97fff..3fdd5e1 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -7,7 +7,7 @@ PODS: - hermes-engine (0.74.3): - hermes-engine/Pre-built (= 0.74.3) - hermes-engine/Pre-built (0.74.3) - - KnotAPI (0.7.4) + - KnotAPI (0.7.5) - RCT-Folly (2024.01.01.00): - boost - DoubleConversion @@ -936,8 +936,8 @@ PODS: - React-Mapbuffer (0.74.3): - glog - React-debug - - react-native-knotapi (0.1.84): - - KnotAPI (= 0.7.4) + - react-native-knotapi (0.1.85): + - KnotAPI (= 0.7.5) - React-Core - React-nativeconfig (0.74.3) - React-NativeModulesApple (0.74.3): @@ -1231,7 +1231,7 @@ DEPENDENCIES: - Yoga (from `../node_modules/react-native/ReactCommon/yoga`) SPEC REPOS: - trunk: + https://github.com/CocoaPods/Specs.git: - KnotAPI - SocketRocket @@ -1355,7 +1355,7 @@ SPEC CHECKSUMS: fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120 glog: fdfdfe5479092de0c4bdbebedd9056951f092c4f hermes-engine: 1f547997900dd0752dc0cc0ae6dd16173c49e09b - KnotAPI: 441521802cb33a220d99c3cfa09d8e52c0ef399b + KnotAPI: 8d3640aa03022af67cbf81b62d6b954d61840080 RCT-Folly: 02617c592a293bd6d418e0a88ff4ee1f88329b47 RCTDeprecation: 4c7eeb42be0b2e95195563c49be08d0b839d22b4 RCTRequired: d530a0f489699c8500e944fde963102c42dcd0c2 @@ -1380,7 +1380,7 @@ SPEC CHECKSUMS: React-jsitracing: 6b3c8c98313642140530f93c46f5a6ca4530b446 React-logger: fa92ba4d3a5d39ac450f59be2a3cec7b099f0304 React-Mapbuffer: 9f68550e7c6839d01411ac8896aea5c868eff63a - react-native-knotapi: b779b4f2d40229330395253b0acafcee6836e331 + react-native-knotapi: a0434576b7fbee2be71fc34a8ad19fe3dd145cc0 React-nativeconfig: fa5de9d8f4dbd5917358f8ad3ad1e08762f01dcb React-NativeModulesApple: 585d1b78e0597de364d259cb56007052d0bda5e5 React-perflogger: 7bb9ba49435ff66b666e7966ee10082508a203e8 @@ -1407,6 +1407,6 @@ SPEC CHECKSUMS: SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d Yoga: 04f1db30bb810187397fa4c37dd1868a27af229c -PODFILE CHECKSUM: 2e3999095750e2f260a05e8bd046e9ba06a87b91 +PODFILE CHECKSUM: e4b3a2dfe57919242c534f898ad220d3ca14f024 COCOAPODS: 1.14.3 diff --git a/package.json b/package.json index 4b92044..ab86969 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-knotapi", - "version": "0.1.84", + "version": "0.1.85", "description": "Knot is for when there's knot an API - change card on file information, cancel subscriptions, change passwords, and more.", "source": "./src/index.tsx", "main": "./lib/commonjs/index.cjs", diff --git a/react-native-knotapi.podspec b/react-native-knotapi.podspec index ecc69af..41a7136 100644 --- a/react-native-knotapi.podspec +++ b/react-native-knotapi.podspec @@ -17,7 +17,7 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,mm}" s.dependency "React-Core" - s.dependency 'KnotAPI', '0.7.4' + s.dependency 'KnotAPI', '0.7.5' # Don't install the dependencies when we run `pod install` in the old architecture. From 6b9638493903ec39fc5c1c00c3dfcb116a941d6b Mon Sep 17 00:00:00 2001 From: Tarik AIT M'BAREK Date: Thu, 7 Nov 2024 21:51:12 +0100 Subject: [PATCH 2/2] publish 0.1.86 (#124) --- android/build.gradle | 2 +- example/ios/Podfile.lock | 17 ++++++++++------- package.json | 2 +- react-native-knotapi.podspec | 3 +-- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index d024ecb..35483fe 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -87,6 +87,6 @@ dependencies { // For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" - implementation "com.knotapi.cardonfileswitcher:knotapi-android-sdk:1.0.73" + implementation "com.knotapi.cardonfileswitcher:knotapi-android-sdk:1.0.74" } diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 3fdd5e1..7cdbc76 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -7,7 +7,7 @@ PODS: - hermes-engine (0.74.3): - hermes-engine/Pre-built (= 0.74.3) - hermes-engine/Pre-built (0.74.3) - - KnotAPI (0.7.5) + - KnotAPI (0.7.6) - RCT-Folly (2024.01.01.00): - boost - DoubleConversion @@ -936,6 +936,8 @@ PODS: - React-Mapbuffer (0.74.3): - glog - React-debug + - react-native-knotapi (0.1.86): + - KnotAPI (= 0.7.6) - react-native-knotapi (0.1.85): - KnotAPI (= 0.7.5) - React-Core @@ -1233,6 +1235,7 @@ DEPENDENCIES: SPEC REPOS: https://github.com/CocoaPods/Specs.git: - KnotAPI + trunk: - SocketRocket EXTERNAL SOURCES: @@ -1350,12 +1353,12 @@ EXTERNAL SOURCES: SPEC CHECKSUMS: boost: d3f49c53809116a5d38da093a8aa78bf551aed09 - DoubleConversion: 76ab83afb40bddeeee456813d9c04f67f78771b5 + DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662 FBLazyVector: 7e977dd099937dc5458851233141583abba49ff2 fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120 - glog: fdfdfe5479092de0c4bdbebedd9056951f092c4f + glog: 476ee3e89abb49e07f822b48323c51c57124b572 hermes-engine: 1f547997900dd0752dc0cc0ae6dd16173c49e09b - KnotAPI: 8d3640aa03022af67cbf81b62d6b954d61840080 + KnotAPI: 558636d9e109e6f47af1450a71ed7a6503c5abee RCT-Folly: 02617c592a293bd6d418e0a88ff4ee1f88329b47 RCTDeprecation: 4c7eeb42be0b2e95195563c49be08d0b839d22b4 RCTRequired: d530a0f489699c8500e944fde963102c42dcd0c2 @@ -1380,7 +1383,7 @@ SPEC CHECKSUMS: React-jsitracing: 6b3c8c98313642140530f93c46f5a6ca4530b446 React-logger: fa92ba4d3a5d39ac450f59be2a3cec7b099f0304 React-Mapbuffer: 9f68550e7c6839d01411ac8896aea5c868eff63a - react-native-knotapi: a0434576b7fbee2be71fc34a8ad19fe3dd145cc0 + react-native-knotapi: 59fae0676fa2b202dd135923794e6e75b5db877d React-nativeconfig: fa5de9d8f4dbd5917358f8ad3ad1e08762f01dcb React-NativeModulesApple: 585d1b78e0597de364d259cb56007052d0bda5e5 React-perflogger: 7bb9ba49435ff66b666e7966ee10082508a203e8 @@ -1405,8 +1408,8 @@ SPEC CHECKSUMS: React-utils: a06061b3887c702235d2dac92dacbd93e1ea079e ReactCommon: f00e436b3925a7ae44dfa294b43ef360fbd8ccc4 SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d - Yoga: 04f1db30bb810187397fa4c37dd1868a27af229c + Yoga: 88480008ccacea6301ff7bf58726e27a72931c8d PODFILE CHECKSUM: e4b3a2dfe57919242c534f898ad220d3ca14f024 -COCOAPODS: 1.14.3 +COCOAPODS: 1.15.2 diff --git a/package.json b/package.json index ab86969..d538215 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-knotapi", - "version": "0.1.85", + "version": "0.1.86", "description": "Knot is for when there's knot an API - change card on file information, cancel subscriptions, change passwords, and more.", "source": "./src/index.tsx", "main": "./lib/commonjs/index.cjs", diff --git a/react-native-knotapi.podspec b/react-native-knotapi.podspec index 41a7136..2941573 100644 --- a/react-native-knotapi.podspec +++ b/react-native-knotapi.podspec @@ -17,8 +17,7 @@ Pod::Spec.new do |s| s.source_files = "ios/**/*.{h,m,mm}" s.dependency "React-Core" - s.dependency 'KnotAPI', '0.7.5' - + s.dependency 'KnotAPI', '0.7.6' # Don't install the dependencies when we run `pod install` in the old architecture. if ENV['RCT_NEW_ARCH_ENABLED'] == '1' then