Skip to content

Commit

Permalink
feat: release v10beta2 and update ios sdk to v10.0.1 (#15)
Browse files Browse the repository at this point in the history
* feat: release v10beta2 and update ios sdk to v10.0.1

* feat: standard changelog to match the rest of the SDKs
  • Loading branch information
JNdhlovu authored Dec 18, 2023
1 parent e501e6a commit 652401f
Show file tree
Hide file tree
Showing 3 changed files with 40 additions and 3 deletions.
39 changes: 38 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,44 @@
# 10.0.0-beta01
## 10.0.0-beta03 (unrleased)

### Added

### Changed

### Fixed

### Removed

## 10.0.0-beta02

### Added
- Added support for both android and iOS
- Support for Biometric KYC
- Support for Consent Screen
- Support for Document Verification
- Support for Enhanced Document Verification
- Support for SmartSelfie Enrollment
- Support for SmartSelfie Authentication
- Support for Enhanced KYC
- Support for Async Enhanced KYC

### Changed
- Removed product prop in favor of using props as per the rest of the SDKs

### Removed
- BVN Consent in favor of consent screen as that is available on both platforms

## 10.0.0-beta01

### Added
- Initial release focused on the below products only for Android
- Support for Biometric KYC
- Support for BVN Consent
- Support for Document Verification
- Support for SmartSelfie Enrollment
- Support for SmartSelfie Authentication

### Changed

### Fixed

### Removed
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@smile_identity/react-native",
"version": "10.0.0-beta01",
"version": "10.0.0-beta02",
"description": "Official wrapper for the Smile ID <v10 android and iOS SDKs",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down
2 changes: 1 addition & 1 deletion react-native-smile-id.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Pod::Spec.new do |s|
s.source = { :git => "https://docs.usesmileid.com/.git", :tag => "#{s.version}" }

s.source_files = "ios/**/*.{h,m,mm,swift}"
s.dependency "SmileID","10.0.0"
s.dependency "SmileID","10.0.1"

# Use install_modules_dependencies helper to install the dependencies if React Native version >=0.71.0.
# See https://github.com/facebook/react-native/blob/febf6b7f33fdb4904669f99d795eba4c0f95d7bf/scripts/cocoapods/new_architecture.rb#L79.
Expand Down

0 comments on commit 652401f

Please sign in to comment.