Skip to content

Commit 0f7c5a0

Browse files
Merge branch 'development' into dhruv/imr-changes
2 parents 7ca9098 + e228294 commit 0f7c5a0

6 files changed

Lines changed: 226 additions & 222 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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.7](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.3.6...v7.3.7) (2026-04-09)
6+
7+
### [7.3.6](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.3.5...v7.3.6) (2026-04-01)
8+
59
### [7.3.5](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.3.4...v7.3.5) (2026-03-29)
610

711

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.3.5",
4+
"version": "7.3.7",
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-dhruv-imr-changes-8313d6a', '7.1.8'
37+
s.dependency 'SCGateway', '7.1.8'
3838
s.dependency 'SCLoans', '7.1.1'
3939
end

smart_investing_react_native/ios/Podfile.lock

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1410,14 +1410,14 @@ PODS:
14101410
- Yoga
14111411
- react-native-segmented-control (2.5.7):
14121412
- React-Core
1413-
- react-native-smallcase-gateway (7.2.4):
1413+
- react-native-smallcase-gateway (7.3.6):
14141414
- RCTRequired
14151415
- RCTTypeSafety
14161416
- React-Codegen
14171417
- React-Core
14181418
- ReactCommon/turbomodule/core
1419-
- SCGateway (= 7.1.3)
1420-
- SCLoans (= 7.1.0)
1419+
- SCGateway (= 7.1.7)
1420+
- SCLoans (= 7.1.2)
14211421
- React-NativeModulesApple (0.79.4):
14221422
- glog
14231423
- hermes-engine
@@ -1839,8 +1839,8 @@ PODS:
18391839
- ReactCommon/turbomodule/bridging
18401840
- ReactCommon/turbomodule/core
18411841
- Yoga
1842-
- SCGateway (7.1.3)
1843-
- SCLoans (7.1.0)
1842+
- SCGateway (7.1.7)
1843+
- SCLoans (7.1.2)
18441844
- SocketRocket (0.7.1)
18451845
- Yoga (0.0.0)
18461846

@@ -2128,7 +2128,7 @@ SPEC CHECKSUMS:
21282128
React-microtasksnativemodule: ef2292ca147fa8793305e4693586ad0caf3afad3
21292129
react-native-safe-area-context: 562163222d999b79a51577eda2ea8ad2c32b4d06
21302130
react-native-segmented-control: bf6e0032726727498e18dd437ae88afcdbc18e99
2131-
react-native-smallcase-gateway: d7dda3ee5651a6717db4ccddd6c95923e7b40ec4
2131+
react-native-smallcase-gateway: 5af44ebaee1d5326befe862f0cf8cb00143f1098
21322132
React-NativeModulesApple: da60186ad0aafff031a9bc86b048711d34acc813
21332133
React-oscompat: 472a446c740e39ee39cd57cd7bfd32177c763a2b
21342134
React-perflogger: bbca3688c62f4f39e972d6e21969c95fe441fb6c
@@ -2163,8 +2163,8 @@ SPEC CHECKSUMS:
21632163
RNCClipboard: 37de6995ef72dc869422879e51a46a520d3f08b3
21642164
RNGestureHandler: ebef699ea17e7c0006c1074e1e423ead60ce0121
21652165
RNScreens: 3f6e41f9f89cb888a6b4b27566bdfdf7a3bf51ad
2166-
SCGateway: c8bedc5583917da1253cc907b531a54a50963ab7
2167-
SCLoans: e0ab384b167dc4f1266512b88b3f82ccedce3eed
2166+
SCGateway: a0f1bc86e449c7d440d8661e0936095b6f345179
2167+
SCLoans: 4accc0a0a483f3943cc513a50800485201fed4dd
21682168
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
21692169
Yoga: a6cb833e04fb8c59a012b49fb1d040fcb0cbb633
21702170

0 commit comments

Comments
 (0)