Skip to content

Commit

Permalink
v5.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
RN SDK Release User committed Apr 19, 2022
1 parent 20ca081 commit 471f6c9
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 9 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## next-version

### Changed:
- Public: Updated underlying Onfido native SDKs versions:
- Android 11.4.1 (up from 11.3.0)
- iOS 24.5.0 (up from 24.3.0)

## [5.1.0] - 2022-03-18

### Changed:
Expand Down
10 changes: 5 additions & 5 deletions SampleApp/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ PODS:
- ReactCommon/turbomodule/core (= 0.67.2)
- fmt (6.2.1)
- glog (0.3.5)
- Onfido (24.3.0)
- onfido-react-native-sdk (5.0.0):
- Onfido (= 24.3.0)
- Onfido (24.5.0)
- onfido-react-native-sdk (5.1.0):
- Onfido (= 24.5.0)
- React
- RCT-Folly (2021.06.28.00-v2):
- boost
Expand Down Expand Up @@ -391,8 +391,8 @@ SPEC CHECKSUMS:
FBReactNativeSpec: c94002c1d93da3658f4d5119c6994d19961e3d52
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 85ecdd10ee8d8ec362ef519a6a45ff9aa27b2e85
Onfido: 860db9959cbdc236107a89ed495c1faea9560072
onfido-react-native-sdk: 80cf1e413f3e6d23a898ed1803741f2beeb042a1
Onfido: 5f0b2df3a8d9760c97fae2776a6bf6f86297eab9
onfido-react-native-sdk: 8b5c2eeb658001e0d904f855faebdbcd3ae14194
RCT-Folly: 803a9cfd78114b2ec0f140cfa6fa2a6bafb2d685
RCTRequired: cd47794163052d2b8318c891a7a14fcfaccc75ab
RCTTypeSafety: 393bb40b3e357b224cde53d3fec26813c52428b1
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ repositories {
dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
implementation "com.onfido.sdk.capture:onfido-capture-sdk:11.3.0"
implementation "com.onfido.sdk.capture:onfido-capture-sdk:11.4.1"
implementation "com.squareup.okhttp3:logging-interceptor:3.8.0"
implementation "com.squareup.okhttp3:okhttp:3.8.0"
// Fix for crash due to 'java.lang.NoClassDefFoundError: Failed resolution of: Landroidx/swiperefreshlayout/widget/SwipeRefreshLayout;''
Expand Down
2 changes: 1 addition & 1 deletion ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ platform :ios, '10.0'
target 'OnfidoSdk' do
# Comment the next line if you don't want to use dynamic frameworks
use_frameworks!
pod 'Onfido', '24.3.0'
pod 'Onfido', '24.5.0'

pod 'FBLazyVector', :path => "../node_modules/react-native/Libraries/FBLazyVector"
pod 'FBReactNativeSpec', :path => "../node_modules/react-native/Libraries/FBReactNativeSpec"
Expand Down
2 changes: 1 addition & 1 deletion onfido-react-native-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Pod::Spec.new do |s|
s.requires_arc = true

s.dependency "React"
s.dependency "Onfido", "24.3.0"
s.dependency "Onfido", "24.5.0"
# ...
# s.dependency "..."
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@onfido/react-native-sdk",
"title": "React Native Onfido Sdk",
"version": "5.1.0",
"version": "5.2.0",
"description": "Onfido React Native SDK",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 471f6c9

Please sign in to comment.