From ac2cbcea88c74a06109a85d5c6c7b0904b861a2a Mon Sep 17 00:00:00 2001 From: aaditya singh Date: Tue, 18 Jun 2024 17:11:47 +0530 Subject: [PATCH 1/5] build: (android): v+ loans: 2.1.4-internal-50 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index d49f8e7c..8091dfc1 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -150,7 +150,7 @@ dependencies { //noinspection GradleDynamicVersion implementation 'com.facebook.react:react-native:+' // From node_modules implementation 'com.smallcase.gateway:sdk:3.13.1' - implementation 'com.smallcase.loans:sdk:2.1.4' + implementation 'com.smallcase.loans:sdk:2.1.4-internal-50' implementation "androidx.core:core-ktx:1.3.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" } From d226dece1fc338c182475e8350a0bbcbfedf84cd Mon Sep 17 00:00:00 2001 From: aaditya singh Date: Tue, 18 Jun 2024 17:12:30 +0530 Subject: [PATCH 2/5] build(ios): v+ SCLoans-internal: 2.1.1-1 --- react-native-smallcase-gateway.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react-native-smallcase-gateway.podspec b/react-native-smallcase-gateway.podspec index c6fa2844..7ef86f68 100644 --- a/react-native-smallcase-gateway.podspec +++ b/react-native-smallcase-gateway.podspec @@ -33,6 +33,6 @@ Pod::Spec.new do |s| s.dependency "ReactCommon/turbomodule/core" end - s.dependency 'SCGateway', '3.12.0' - s.dependency 'SCLoans', '2.1.0' + s.dependency 'SCGateway-internal', '3.12.0-1' + s.dependency 'SCLoans-internal', '2.1.1-1' end From 7685ec78c43fe40720d837cdc1de615f3c13a941 Mon Sep 17 00:00:00 2001 From: indrajit-roy-sc Date: Wed, 19 Jun 2024 23:20:30 +0530 Subject: [PATCH 3/5] build(android): v+ loans:2.1.5 --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 8091dfc1..3d475a9f 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -150,7 +150,7 @@ dependencies { //noinspection GradleDynamicVersion implementation 'com.facebook.react:react-native:+' // From node_modules implementation 'com.smallcase.gateway:sdk:3.13.1' - implementation 'com.smallcase.loans:sdk:2.1.4-internal-50' + implementation 'com.smallcase.loans:sdk:2.1.5' implementation "androidx.core:core-ktx:1.3.1" implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version" } From 2634949e1672ea007c9ad1a896d4faecd9ca7804 Mon Sep 17 00:00:00 2001 From: indrajit-roy-sc Date: Wed, 19 Jun 2024 23:21:25 +0530 Subject: [PATCH 4/5] build(ios): v+ SCLoans: 2.1.1 revert SCGateway to 3.12.0 --- react-native-smallcase-gateway.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/react-native-smallcase-gateway.podspec b/react-native-smallcase-gateway.podspec index 7ef86f68..32ede6ae 100644 --- a/react-native-smallcase-gateway.podspec +++ b/react-native-smallcase-gateway.podspec @@ -33,6 +33,6 @@ Pod::Spec.new do |s| s.dependency "ReactCommon/turbomodule/core" end - s.dependency 'SCGateway-internal', '3.12.0-1' - s.dependency 'SCLoans-internal', '2.1.1-1' + s.dependency 'SCGateway', '3.12.0' + s.dependency 'SCLoans', '2.1.1' end From 3e43d7dee22b6704f585493f05892f9676951e3a Mon Sep 17 00:00:00 2001 From: indrajit-roy-sc Date: Wed, 19 Jun 2024 23:22:03 +0530 Subject: [PATCH 5/5] chore(release): 3.1.3 --- CHANGELOG.md | 2 ++ package.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a5a75a9e..6dda2f1a 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. +### [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) ### [3.1.1](https://github.com/smallcase/react-native-smallcase-gateway/compare/v3.1.0...v3.1.1) (2024-05-14) diff --git a/package.json b/package.json index 320968f4..22ee2cc2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-smallcase-gateway", "title": "React Native Smallcase Gateway", - "version": "3.1.2", + "version": "3.1.3", "description": "smallcase gateway bindings for react native", "main": "src/index.js", "files": [