Skip to content

Commit

Permalink
v7.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
RN SDK Release User committed Jan 12, 2023
1 parent cec9541 commit 0d90a14
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 15 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## next-version

### Added:
### Changed:
- Public: Updated underlying Onfido native SDKs versions:
- iOS 27.3.0 (up from 27.2.0)
- Android 15.3.0 (up from 15.1.0)

## [7.2.0] - 2022-12-23

Expand Down
12 changes: 6 additions & 6 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.69.5)
- fmt (6.2.1)
- glog (0.3.5)
- Onfido (26.1.1)
- onfido-react-native-sdk (6.0.0):
- Onfido (= 26.1.1)
- Onfido (27.3.0)
- onfido-react-native-sdk (7.2.0):
- Onfido (= 27.3.0)
- React
- RCT-Folly (2021.06.28.00-v2):
- boost
Expand Down Expand Up @@ -408,8 +408,8 @@ SPEC CHECKSUMS:
FBReactNativeSpec: 82e74141263f8c962e288f5cd6b5d149cdc8afe1
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 3d02b25ca00c2d456734d0bcff864cbc62f6ae1a
Onfido: 3e2de53ad6245d3a76cf8c6bffbb633fd27eec05
onfido-react-native-sdk: 1e47a23a31cea7e91f280447b87dbf8fff6412b1
Onfido: e3117cd61ac93df6d2c315f4a93c9ad724fd8786
onfido-react-native-sdk: 3803cb282ec7320b51bc3db7a88aa15c4a82af1e
RCT-Folly: b9d9fe1fc70114b751c076104e52f3b1b5e5a95a
RCTRequired: 85c60c4bde8241278be2c93420de4c65475a2151
RCTTypeSafety: 15990f289215eb0fc65c5eb6e2610faeeda8d5e1
Expand Down Expand Up @@ -440,4 +440,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 041ef7eb6e691346c602d1383d084716ac8986da

COCOAPODS: 1.10.2
COCOAPODS: 1.11.3
2 changes: 1 addition & 1 deletion SampleApp/yalc.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"version": "v1",
"packages": {
"@onfido/react-native-sdk": {
"signature": "3f5d8045330b9bc95fd17dbf8fece54a",
"signature": "b41fd5bd44761aa51dfb7093490f4067",
"file": true
}
}
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ repositories {
dependencies {
//noinspection GradleDynamicVersion
implementation 'com.facebook.react:react-native:+' // From node_modules
implementation "com.onfido.sdk.capture:onfido-capture-sdk:15.1.0"
implementation "com.onfido.sdk.capture:onfido-capture-sdk:15.3.0"
implementation "com.onfido.sdk:onfido-workflow:15.1.0"
implementation "com.squareup.okhttp3:logging-interceptor:3.8.0"
implementation "com.squareup.okhttp3:okhttp:3.8.0"
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 @@ require_relative '../node_modules/@react-native-community/cli-platform-ios/nativ
platform :ios, '11.0'

target 'OnfidoSdk' do
pod 'Onfido', '27.2.0'
pod 'Onfido', '27.3.0'

config = use_native_modules!
use_react_native!(
Expand Down
8 changes: 4 additions & 4 deletions onfido-react-native-sdk.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,18 +7,18 @@ Pod::Spec.new do |s|
s.version = package["version"]
s.summary = package["description"]
s.description = <<-DESC
onfido-react-native-sdk
onfido-react-native-sdk
DESC
s.homepage = "https://github.com/onfido/onfido-react-native-sdk"
s.homepage = "https://github.com/onfido/react-native-sdk"
s.license = "MIT"
s.authors = { "Onfido" => "engineering@onfido.com" }
s.platforms = { :ios => "11.0" }
s.source = { :git => "https://github.com/onfido/onfido-react-native-sdk.git", :tag => "#{s.version}" }
s.source = { :git => "https://github.com/onfido/react-native-sdk.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,m,swift}"
s.exclude_files = "ios/OnfidoSdkTests/"
s.requires_arc = true

s.dependency "React"
s.dependency "Onfido", "27.2.0"
s.dependency "Onfido", "27.3.0"
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": "7.2.0",
"version": "7.3.0",
"description": "Onfido React Native SDK",
"main": "index.ts",
"scripts": {
Expand Down

0 comments on commit 0d90a14

Please sign in to comment.