Skip to content

Commit 87ffcce

Browse files
Release/v7.2.2 (#153)
* chore(release): 7.2.1 * chore(release): 7.2.2 * chore: version-bump
1 parent 76813b3 commit 87ffcce

5 files changed

Lines changed: 608 additions & 638 deletions

File tree

CHANGELOG.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,20 @@
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.1](https://github.com/smallcase/react-native-smallcase-gateway/compare/v7.2.0...v7.2.1) (2026-02-10)
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)
619

720

821
### Features

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.3'
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.1",
4+
"version": "7.2.2",
55
"description": "smallcase gateway bindings for react native",
66
"main": "src/index.js",
77
"files": [

0 commit comments

Comments
 (0)