diff --git a/CHANGELOG.md b/CHANGELOG.md index 8205f987..8fa170c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,13 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +## [7.4.0](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.3.9...v7.4.0) (2026-05-14) + + +### Bug Fixes + +* include success:true in mfTransaction response by reusing outer responseDict ([158ce87](https://github.com/smallcase/react-native-smallcase-gateway/commit/158ce87ad1469c07f954dcc64896404ea11b2b3c)) + ### [7.3.9](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.3.8...v7.3.9) (2026-05-07) ### [7.3.8](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.3.6...v7.3.8) (2026-04-23) diff --git a/ios/SmallcaseGateway.m b/ios/SmallcaseGateway.m index 7e3a75b3..c86e79d8 100644 --- a/ios/SmallcaseGateway.m +++ b/ios/SmallcaseGateway.m @@ -184,7 +184,6 @@ @interface RCT_EXTERN_MODULE(SmallcaseGateway, NSObject) //MARK: intent - mfTransaction if ([response isKindOfClass: [ObjcMfTransactionIntentTransaction class]]) { - NSMutableDictionary *responseDict = [[NSMutableDictionary alloc] init]; ObjcMfTransactionIntentTransaction *trxResponse = response; [responseDict setObject:@"TRANSACTION" forKey:@"transaction"]; diff --git a/package.json b/package.json index 3a06b6ca..b8b8b983 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-smallcase-gateway", "title": "React Native Smallcase Gateway", - "version": "7.3.9", + "version": "7.4.0", "description": "smallcase gateway bindings for react native", "main": "src/index.js", "files": [ diff --git a/react-native-smallcase-gateway.podspec b/react-native-smallcase-gateway.podspec index e1c1aae8..95e2d790 100644 --- a/react-native-smallcase-gateway.podspec +++ b/react-native-smallcase-gateway.podspec @@ -34,6 +34,6 @@ Pod::Spec.new do |s| s.dependency "ReactCommon/turbomodule/core" end - s.dependency 'SCGateway', '7.1.8' + s.dependency 'SCGateway', '7.1.9' s.dependency 'SCLoans', '7.1.2' end