Skip to content

Commit e6a5fe2

Browse files
Merge pull request #154 from smallcase/prod
Backmerge/v7.2.2
2 parents f75177c + 87ffcce commit e6a5fe2

6 files changed

Lines changed: 621 additions & 638 deletions

File tree

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,32 @@
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.2](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.2.0...v7.2.2) (2026-02-12)
6+
7+
8+
### Features
9+
10+
* add Slack notifications for npm releases and MF holdings import support ([9452bff](https://github.com/smallcase/react-native-smallcase-gateway/commit/9452bff188f96856dd92ccd233ae2b8db5009a53))
11+
12+
13+
### Bug Fixes
14+
15+
* reverting changes/ streamline npm publish step in workflow ([86a64e3](https://github.com/smallcase/react-native-smallcase-gateway/commit/86a64e3114d7429b35ce48753518662b8436d6c3))
16+
* update dependency for new internal iOS release ([11e8453](https://github.com/smallcase/react-native-smallcase-gateway/commit/11e8453332e4bb9fb02cd1e3f2090cc606a89869))
17+
18+
### [7.2.1](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.2.0...v7.2.1) (2026-02-12)
19+
20+
21+
### Features
22+
23+
* add Slack notifications for npm releases and MF holdings import support ([9452bff](https://github.com/smallcase/react-native-smallcase-gateway/commit/9452bff188f96856dd92ccd233ae2b8db5009a53))
24+
25+
26+
### Bug Fixes
27+
28+
* reverting changes/ streamline npm publish step in workflow ([86a64e3](https://github.com/smallcase/react-native-smallcase-gateway/commit/86a64e3114d7429b35ce48753518662b8436d6c3))
29+
* update dependency for new internal iOS release ([11e8453](https://github.com/smallcase/react-native-smallcase-gateway/commit/11e8453332e4bb9fb02cd1e3f2090cc606a89869))
30+
531
## [7.2.0](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.0.1...v7.2.0) (2026-01-21)
632

733

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
149149
dependencies {
150150
//noinspection GradleDynamicVersion
151151
implementation 'com.facebook.react:react-native:+' // From node_modules
152-
implementation 'com.smallcase.gateway:sdk:6.0.2'
152+
implementation 'com.smallcase.gateway:sdk:6.0.4'
153153
implementation 'com.smallcase.loans:sdk:5.0.0'
154154
implementation "androidx.core:core-ktx:1.3.1"
155155
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

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.0",
4+
"version": "7.2.2",
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-whitelist-smallPlug-support-471dd5c', '7.1.0-17-debug'
37+
s.dependency 'SCGateway', '7.1.1'
3838
s.dependency 'SCLoans', '7.0.0'
3939
end

0 commit comments

Comments
 (0)