Skip to content

Commit bd68c9c

Browse files
Merge pull request #158 from smallcase/prod
Prod
2 parents 34582bb + 9b9ecb7 commit bd68c9c

3 files changed

Lines changed: 4 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
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.
44

5+
### [7.2.4](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.2.3...v7.2.4) (2026-03-02)
6+
57
### [7.2.3](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.2.1...v7.2.3) (2026-02-23)
68

79

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-smallcase-gateway",
33
"title": "React Native Smallcase Gateway",
4-
"version": "7.2.3",
4+
"version": "7.2.4",
55
"description": "smallcase gateway bindings for react native",
66
"main": "src/index.js",
77
"files": [

react-native-smallcase-gateway.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ Pod::Spec.new do |s|
3434
s.dependency "ReactCommon/turbomodule/core"
3535
end
3636

37-
s.dependency 'SCGateway', '7.1.2'
37+
s.dependency 'SCGateway', '7.1.3'
3838
s.dependency 'SCLoans', '7.0.0'
3939
end

0 commit comments

Comments
 (0)