Skip to content

Commit 574155d

Browse files
Release/v7.3.0 (#161)
* release: release version bump (loan) Android 5.1.0 and iOS 7.1.0 * chore(release): 7.3.0 --------- Co-authored-by: dporwal-shipit <dhruv.porwal@smallcase.com>
1 parent 9b9ecb7 commit 574155d

7 files changed

Lines changed: 210 additions & 181 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.3.0](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.2.4...v7.3.0) (2026-03-13)
6+
57
### [7.2.4](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.2.3...v7.2.4) (2026-03-02)
68

79
### [7.2.3](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.2.1...v7.2.3) (2026-02-23)

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ dependencies {
150150
//noinspection GradleDynamicVersion
151151
implementation 'com.facebook.react:react-native:+' // From node_modules
152152
implementation 'com.smallcase.gateway:sdk:6.0.4'
153-
implementation 'com.smallcase.loans:sdk:5.0.0'
153+
implementation 'com.smallcase.loans:sdk:5.1.0'
154154
implementation "androidx.core:core-ktx:1.3.1"
155155
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
156156
}

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.4",
4+
"version": "7.3.0",
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
@@ -35,5 +35,5 @@ Pod::Spec.new do |s|
3535
end
3636

3737
s.dependency 'SCGateway', '7.1.3'
38-
s.dependency 'SCLoans', '7.0.0'
38+
s.dependency 'SCLoans', '7.1.0'
3939
end

smart_investing_react_native/ios/Podfile.lock

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1410,15 +1410,14 @@ PODS:
14101410
- Yoga
14111411
- react-native-segmented-control (2.5.7):
14121412
- React-Core
1413-
- react-native-smallcase-gateway (7.0.1):
1414-
- RCT-Folly
1413+
- react-native-smallcase-gateway (7.2.4):
14151414
- RCTRequired
14161415
- RCTTypeSafety
14171416
- React-Codegen
14181417
- React-Core
14191418
- ReactCommon/turbomodule/core
1420-
- SCGateway (= 7.0.1)
1421-
- SCLoans (= 7.0.0)
1419+
- SCGateway (= 7.1.3)
1420+
- SCLoans (= 7.1.0)
14221421
- React-NativeModulesApple (0.79.4):
14231422
- glog
14241423
- hermes-engine
@@ -1840,8 +1839,8 @@ PODS:
18401839
- ReactCommon/turbomodule/bridging
18411840
- ReactCommon/turbomodule/core
18421841
- Yoga
1843-
- SCGateway (7.0.1)
1844-
- SCLoans (7.0.0)
1842+
- SCGateway (7.1.3)
1843+
- SCLoans (7.1.0)
18451844
- SocketRocket (0.7.1)
18461845
- Yoga (0.0.0)
18471846

@@ -2129,7 +2128,7 @@ SPEC CHECKSUMS:
21292128
React-microtasksnativemodule: ef2292ca147fa8793305e4693586ad0caf3afad3
21302129
react-native-safe-area-context: 562163222d999b79a51577eda2ea8ad2c32b4d06
21312130
react-native-segmented-control: bf6e0032726727498e18dd437ae88afcdbc18e99
2132-
react-native-smallcase-gateway: f18198cfef84f88bd6bc03d8f27dabb7f21f8752
2131+
react-native-smallcase-gateway: d7dda3ee5651a6717db4ccddd6c95923e7b40ec4
21332132
React-NativeModulesApple: da60186ad0aafff031a9bc86b048711d34acc813
21342133
React-oscompat: 472a446c740e39ee39cd57cd7bfd32177c763a2b
21352134
React-perflogger: bbca3688c62f4f39e972d6e21969c95fe441fb6c
@@ -2164,8 +2163,8 @@ SPEC CHECKSUMS:
21642163
RNCClipboard: 37de6995ef72dc869422879e51a46a520d3f08b3
21652164
RNGestureHandler: ebef699ea17e7c0006c1074e1e423ead60ce0121
21662165
RNScreens: 3f6e41f9f89cb888a6b4b27566bdfdf7a3bf51ad
2167-
SCGateway: 1951ad3c5204f772a1cc08bfc0a3656cbf67e050
2168-
SCLoans: bcd3f1235e73557814cb2d59d8ebcf0a87eab163
2166+
SCGateway: c8bedc5583917da1253cc907b531a54a50963ab7
2167+
SCLoans: e0ab384b167dc4f1266512b88b3f82ccedce3eed
21692168
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
21702169
Yoga: a6cb833e04fb8c59a012b49fb1d040fcb0cbb633
21712170

smart_investing_react_native/yarn.lock

Lines changed: 96 additions & 82 deletions
Large diffs are not rendered by default.

yarn.lock

Lines changed: 101 additions & 87 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)