Skip to content

Commit

Permalink
chore(release): 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
aaditya-smallcase committed Sep 30, 2024
1 parent a9c75db commit 95726c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

### [4.2.1](https://github.com/smallcase/react-native-smallcase-gateway/compare/v4.2.0...v4.2.1) (2024-09-30)

### [3.1.3](https://github.com/smallcase/react-native-smallcase-gateway/compare/v3.1.3-internal-1...v3.1.3) (2024-06-19)

### [3.1.2](https://github.com/smallcase/react-native-smallcase-gateway/compare/v3.1.1...v3.1.2) (2024-05-14)
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
implementation 'com.smallcase.gateway:sdk-internal:4.1.1-3171-release'
implementation 'com.smallcase.gateway:sdk:4.1.2'
implementation 'com.smallcase.loans:sdk:3.1.0'
implementation "androidx.core:core-ktx:1.3.1"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "react-native-smallcase-gateway",
"title": "React Native Smallcase Gateway",
"version": "4.2.0",
"version": "4.2.1",
"description": "smallcase gateway bindings for react native",
"main": "src/index.js",
"files": [
Expand Down

0 comments on commit 95726c8

Please sign in to comment.