Skip to content

Commit ae3aa6d

Browse files
PX-2808 [ReactNative] Create 3.0.1 release (#93)
1 parent d88d856 commit ae3aa6d

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# CHANGELOG
22
All notable changes to this project will be documented in this file. To know better on how to write and maintain a changelog, refer to [this link](https://keepachangelog.com/en/1.0.0/).
33

4+
## [3.0.1]
5+
6+
- Updated the underlying Android SDK to version [4.0.1](https://docs.truelayer.com/docs/android-sdk-release-history).
7+
48
## [3.0.0]
59

610
### Changed

RNTrueLayerPaymentsSDK/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,5 +67,5 @@ repositories {
6767

6868
dependencies {
6969
implementation 'com.facebook.react:react-native:+'
70-
implementation 'com.truelayer.payments:ui:4.0.0'
70+
implementation 'com.truelayer.payments:ui:4.0.1'
7171
}

RNTrueLayerPaymentsSDK/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rn-truelayer-payments-sdk",
3-
"version": "3.0.0",
3+
"version": "3.0.1",
44
"description": "RN wrapper for TrueLayer's payments SDK",
55
"main": "lib/index.js",
66
"types": "lib/index.d.ts",

0 commit comments

Comments
 (0)