Skip to content

Commit 4c80b0f

Browse files
authored
chore: release 10.3.1 (#92)
* feat: update changelog and bump version project and ios sdk * feat: run pod update for ios
1 parent d3e21fb commit 4c80b0f

File tree

4 files changed

+14
-9
lines changed

4 files changed

+14
-9
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Release Notes
22

3+
## 10.3.1
4+
5+
### Changed
6+
* Bumped iOS to 10.5.1 (https://github.com/smileidentity/ios/releases/tag/v10.5.1)
7+
38
## 10.3.0
49
* Changes the `allow_new_enroll` flag to be a real boolean instead of a string for prepUpload
510
requests and multi-part requests. This is a breaking change for stored offline jobs, where the job

example/ios/Podfile.lock

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -941,9 +941,9 @@ PODS:
941941
- React-Mapbuffer (0.74.2):
942942
- glog
943943
- React-debug
944-
- react-native-safe-area-context (4.14.1):
944+
- react-native-safe-area-context (4.14.0):
945945
- React-Core
946-
- react-native-smile-id (10.3.0):
946+
- react-native-smile-id (10.3.1):
947947
- DoubleConversion
948948
- glog
949949
- hermes-engine
@@ -963,7 +963,7 @@ PODS:
963963
- React-utils
964964
- ReactCommon/turbomodule/bridging
965965
- ReactCommon/turbomodule/core
966-
- SmileID (= 10.5.0)
966+
- SmileID (= 10.5.1)
967967
- Yoga
968968
- React-nativeconfig (0.74.2)
969969
- React-NativeModulesApple (0.74.2):
@@ -1216,7 +1216,7 @@ PODS:
12161216
- ReactCommon/turbomodule/bridging
12171217
- ReactCommon/turbomodule/core
12181218
- Yoga
1219-
- SmileID (10.5.0):
1219+
- SmileID (10.5.1):
12201220
- FingerprintJS
12211221
- lottie-ios (~> 4.5.0)
12221222
- ZIPFoundation (~> 0.9)
@@ -1443,8 +1443,8 @@ SPEC CHECKSUMS:
14431443
React-jsitracing: 0fa7f78d8fdda794667cb2e6f19c874c1cf31d7e
14441444
React-logger: 29fa3e048f5f67fe396bc08af7606426d9bd7b5d
14451445
React-Mapbuffer: bf56147c9775491e53122a94c423ac201417e326
1446-
react-native-safe-area-context: 141eca0fd4e4191288dfc8b96a7c7e1c2983447a
1447-
react-native-smile-id: c127c9830f349b3ceac88f1dbdc5243554cea051
1446+
react-native-safe-area-context: 4532f1a0c5d34a46b9324ccaaedcb5582a302b7d
1447+
react-native-smile-id: cd0b32e051b1d795a8303718c160c255efa3e1a0
14481448
React-nativeconfig: 9f223cd321823afdecf59ed00861ab2d69ee0fc1
14491449
React-NativeModulesApple: ff7efaff7098639db5631236cfd91d60abff04c0
14501450
React-perflogger: 32ed45d9cee02cf6639acae34251590dccd30994
@@ -1469,7 +1469,7 @@ SPEC CHECKSUMS:
14691469
React-utils: 4476b7fcbbd95cfd002f3e778616155241d86e31
14701470
ReactCommon: ecad995f26e0d1e24061f60f4e5d74782f003f12
14711471
RNScreens: 48bc9eba07f93971071a5268b4fe5fcb784a5ef8
1472-
SmileID: eab70b212dcc89e5614035e1746016db172c8f50
1472+
SmileID: 7f9c9db916d4c3997fcafb8b811afec30e88c751
14731473
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
14741474
Yoga: ae3c32c514802d30f687a04a6a35b348506d411f
14751475
ZIPFoundation: b8c29ea7ae353b309bc810586181fd073cb3312c

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@smile_identity/react-native",
3-
"version": "10.3.0",
3+
"version": "10.3.1",
44
"description": "Official wrapper for the Smile ID <v10 android and iOS SDKs",
55
"main": "lib/commonjs/index",
66
"module": "lib/module/index",

react-native-smile-id.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Pod::Spec.new do |s|
1515
s.source = { :git => "https://docs.usesmileid.com/.git", :tag => "#{s.version}" }
1616

1717
s.source_files = "ios/**/*.{h,m,mm,swift}"
18-
s.dependency "SmileID", "10.5.0"
18+
s.dependency "SmileID", "10.5.1"
1919

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

0 commit comments

Comments
 (0)