Skip to content

Commit

Permalink
v7.3.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
RN SDK Release User authored and vguerci committed Mar 2, 2023
1 parent 0d90a14 commit 67e5360
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ 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
## [7.3.1] - 2023-03-01

### Changed:
- Updated underlying iOS SDK version to 27.3.1 (up from 27.3.0)

## [7.3.0] - 2023-01-12

### Changed:
- Public: Updated underlying Onfido native SDKs versions:
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.3.0'
pod 'Onfido', '27.3.1'

config = use_native_modules!
use_react_native!(
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 @@ -20,5 +20,5 @@ Pod::Spec.new do |s|
s.requires_arc = true

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

0 comments on commit 67e5360

Please sign in to comment.