Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# CHANGELOG
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/).

## [3.1.2]

- Updated the underlying iOS SDK to version [4.1.1](https://docs.truelayer.com/docs/ios-sdk-release-history).

## [3.1.1]

- Updated the underlying Android SDK to version [4.1.2](https://docs.truelayer.com/docs/android-sdk-release-history).
Expand Down
10 changes: 5 additions & 5 deletions DemoApp/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2408,7 +2408,7 @@ PODS:
- React-perflogger (= 0.82.0)
- React-utils (= 0.82.0)
- SocketRocket
- rn-truelayer-payments-sdk (3.1.0):
- rn-truelayer-payments-sdk (3.1.2):
- boost
- DoubleConversion
- fast_float
Expand All @@ -2435,7 +2435,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- SocketRocket
- TrueLayerPaymentsSDK (= 4.1.1)
- TrueLayerPaymentsSDK (= 4.1.2)
- Yoga
- RNCAsyncStorage (2.2.0):
- boost
Expand Down Expand Up @@ -2466,7 +2466,7 @@ PODS:
- SocketRocket
- Yoga
- SocketRocket (0.7.1)
- TrueLayerPaymentsSDK (4.1.1)
- TrueLayerPaymentsSDK (4.1.2)
- Yoga (0.0.0)

DEPENDENCIES:
Expand Down Expand Up @@ -2783,10 +2783,10 @@ SPEC CHECKSUMS:
ReactAppDependencyProvider: c5c4f5280e4ae0f9f4a739c64c4260fe0b3edaf1
ReactCodegen: 374f1c9242fbdd673b460d358b33860c0cc9d926
ReactCommon: 25c7f94aee74ddd93a8287756a8ac0830a309544
rn-truelayer-payments-sdk: 9e590af108f8180db77a7d7c8982fe6cc336e706
rn-truelayer-payments-sdk: 916a6178673e19743c115c6fa6c97a3b05117d0d
RNCAsyncStorage: 29f0230e1a25f36c20b05f65e2eb8958d6526e82
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
TrueLayerPaymentsSDK: 7afabc1bf244de6e60be584520ca3d3e7d56400f
TrueLayerPaymentsSDK: 275154082f9eb5d4725835fb7583611df9ec73c9
Yoga: edeb9900b9e5bb5b27b9a6a2d5914e4fe4033c1b

PODFILE CHECKSUM: fee8dbd43718634d5b71c544195045b9ec1e33e6
Expand Down
2 changes: 1 addition & 1 deletion RNTrueLayerPaymentsSDK/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rn-truelayer-payments-sdk",
"version": "3.1.1",
"version": "3.1.2",
"description": "RN wrapper for TrueLayer's payments SDK",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion RNTrueLayerPaymentsSDK/rn-truelayer-payments-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ Pod::Spec.new do |s|
s.dependency "ReactCommon/turbomodule/core"
end
end
s.dependency "TrueLayerPaymentsSDK", '4.1.1'
s.dependency "TrueLayerPaymentsSDK", '4.1.2'
end