Skip to content

Commit

Permalink
Merge pull request #88 from smallcase/release/4.3.3
Browse files Browse the repository at this point in the history
Release/4.3.3
  • Loading branch information
aaditya-smallcase authored Dec 11, 2024
2 parents d948698 + ee529d4 commit eafb38b
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 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.3.3](https://github.com/smallcase/react-native-smallcase-gateway/compare/v4.3.2...v4.3.3) (2024-12-11)

### [4.3.2](https://github.com/smallcase/react-native-smallcase-gateway/compare/v4.3.1...v4.3.2) (2024-11-20)

### [4.3.1](https://github.com/smallcase/react-native-smallcase-gateway/compare/v4.3.1-beta-2...v4.3.1) (2024-10-23)
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
implementation 'com.smallcase.gateway:sdk:4.2.2'
implementation 'com.smallcase.loans:sdk:3.1.0'
implementation 'com.smallcase.loans:sdk:3.1.1'
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.3.2",
"version": "4.3.3",
"description": "smallcase gateway bindings for react native",
"main": "src/index.js",
"files": [
Expand Down
4 changes: 2 additions & 2 deletions react-native-smallcase-gateway.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ Pod::Spec.new do |s|
s.dependency "ReactCommon/turbomodule/core"
end

s.dependency 'SCGateway', '4.1.0'
s.dependency 'SCLoans', '3.1.0'
s.dependency 'SCGateway', '4.1.1'
s.dependency 'SCLoans', '3.1.2'
end

0 comments on commit eafb38b

Please sign in to comment.