From c6f3cf9a38b6401744a02e3ee580fce344629791 Mon Sep 17 00:00:00 2001 From: aaditya singh Date: Fri, 18 Oct 2024 17:18:48 +0530 Subject: [PATCH 1/4] build(android): v+ scg:4.2.0-3175-release --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 959c1cc9..e91e5836 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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:4.2.0' + implementation 'com.smallcase.gateway:sdk-internal:4.2.0-3175-release' 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" From c0dc7ee01f3721624437718be1cdeffd097590c6 Mon Sep 17 00:00:00 2001 From: indrajit-roy-sc Date: Tue, 22 Oct 2024 12:48:38 +0530 Subject: [PATCH 2/4] build: v+4.3.1-beta-2 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 5755b47a..976f10e8 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-smallcase-gateway", "title": "React Native Smallcase Gateway", - "version": "4.3.0", + "version": "4.3.1-beta-2", "description": "smallcase gateway bindings for react native", "main": "src/index.js", "files": [ From 93d96fd270ad015078b072839d2c4334266971ba Mon Sep 17 00:00:00 2001 From: aaditya singh Date: Wed, 23 Oct 2024 16:58:21 +0530 Subject: [PATCH 3/4] build(android): v+ scg:4.2.1 --- android/build.gradle | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/android/build.gradle b/android/build.gradle index e91e5836..28f3185f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -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.2.0-3175-release' + implementation 'com.smallcase.gateway:sdk:4.2.1' 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" diff --git a/package.json b/package.json index 976f10e8..5755b47a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-smallcase-gateway", "title": "React Native Smallcase Gateway", - "version": "4.3.1-beta-2", + "version": "4.3.0", "description": "smallcase gateway bindings for react native", "main": "src/index.js", "files": [ From ab63ac2d8a53e2bf7febafa8b1bd2234c6306cc9 Mon Sep 17 00:00:00 2001 From: aaditya singh Date: Wed, 23 Oct 2024 16:58:40 +0530 Subject: [PATCH 4/4] chore(release): 4.3.1 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 95d1a3dd..f0683bec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.3.1](https://github.com/smallcase/react-native-smallcase-gateway/compare/v4.3.1-beta-2...v4.3.1) (2024-10-23) + ## [4.3.0](https://github.com/smallcase/react-native-smallcase-gateway/compare/v4.2.0...v4.3.0) (2024-10-16) ### [4.2.1](https://github.com/smallcase/react-native-smallcase-gateway/compare/v4.2.0...v4.2.1) (2024-09-30) diff --git a/package.json b/package.json index 5755b47a..b2c98eaa 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-smallcase-gateway", "title": "React Native Smallcase Gateway", - "version": "4.3.0", + "version": "4.3.1", "description": "smallcase gateway bindings for react native", "main": "src/index.js", "files": [