From a12e24c83e91c965169ff81f04ff30b84dedca91 Mon Sep 17 00:00:00 2001 From: Dhruv Porwal Date: Mon, 2 Mar 2026 15:25:39 +0530 Subject: [PATCH 1/2] chore(release): 7.2.4 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c081107..cd2bcf98 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.2.4](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.2.3...v7.2.4) (2026-03-02) + ### [7.2.3](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.2.1...v7.2.3) (2026-02-23) diff --git a/package.json b/package.json index 0eab70fc..66b0bd88 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-smallcase-gateway", "title": "React Native Smallcase Gateway", - "version": "7.2.3", + "version": "7.2.4", "description": "smallcase gateway bindings for react native", "main": "src/index.js", "files": [ From a8ecb3ecef1f9a01316a5591ffccb83aa6b922c2 Mon Sep 17 00:00:00 2001 From: Dhruv Porwal Date: Mon, 2 Mar 2026 15:28:01 +0530 Subject: [PATCH 2/2] scg:iOS version-bump to 7.1.3 --- 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 333f8066..f1609b4f 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.2' + s.dependency 'SCGateway', '7.1.3' s.dependency 'SCLoans', '7.0.0' end