From e57a158cad02d4c99964032a842df828d289e23b Mon Sep 17 00:00:00 2001 From: Dhruv Porwal Date: Mon, 25 May 2026 14:45:32 +0530 Subject: [PATCH 1/3] chore(prod): bump up gw sdk iOS native to 7.2.0 --- react-native-smallcase-gateway.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react-native-smallcase-gateway.podspec b/react-native-smallcase-gateway.podspec index 95e2d790..ef3a77e1 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.9' + s.dependency 'SCGateway', '7.2.0' s.dependency 'SCLoans', '7.1.2' end From af59f1de4864c5ecff16bd53d5fea7aa149978f9 Mon Sep 17 00:00:00 2001 From: Dhruv Porwal Date: Mon, 25 May 2026 14:47:39 +0530 Subject: [PATCH 2/3] chore(prod): bump up gw sdk Android native to 6.1.0 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 56679fbf..fa8a231e 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -149,7 +149,7 @@ def kotlin_version = getExtOrDefault('kotlinVersion') dependencies { //noinspection GradleDynamicVersion implementation 'com.facebook.react:react-native:+' // From node_modules - implementation 'com.smallcase.gateway:sdk:6.0.9' + implementation 'com.smallcase.gateway:sdk:6.1.0' implementation 'com.smallcase.loans:sdk:5.1.3' implementation "androidx.core:core-ktx:1.3.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" From 2fbe4e027233d726801654da31323f152f22e16c Mon Sep 17 00:00:00 2001 From: Dhruv Porwal Date: Mon, 25 May 2026 14:48:45 +0530 Subject: [PATCH 3/3] chore(release): 7.4.2 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 52a336f5..41c64c92 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,8 @@ 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.2](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.4.0...v7.4.2) (2026-05-25) + ### [7.4.1](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.4.0...v7.4.1) (2026-05-14) ## [7.4.0](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.3.9...v7.4.0) (2026-05-14) diff --git a/package.json b/package.json index ab648920..ed95095a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-smallcase-gateway", "title": "React Native Smallcase Gateway", - "version": "7.4.1", + "version": "7.4.2", "description": "smallcase gateway bindings for react native", "main": "src/index.js", "files": [