Skip to content

Commit

Permalink
feat: bump ios version to 10.0.11 (#35)
Browse files Browse the repository at this point in the history
* feat: bump ios version to 10.0.11

* feat: update podfile.lock
  • Loading branch information
JNdhlovu authored Apr 25, 2024
1 parent 08720ee commit 4f2e104
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Release Notes

## 10.0.3
* Bump iOS to 10.0.11 (https://github.com/smileidentity/ios/releases/tag/v10.0.11)

## 10.0.2

* Bump iOS to 10.0.9 (https://github.com/smileidentity/ios/releases/tag/v10.0.9)
Expand Down
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -946,11 +946,11 @@ PODS:
- React-debug
- react-native-safe-area-context (4.9.0):
- React-Core
- react-native-smile-id (10.0.2):
- react-native-smile-id (10.0.3):
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
- SmileID (= 10.0.9)
- SmileID (= 10.0.11)
- React-nativeconfig (0.73.6)
- React-NativeModulesApple (0.73.6):
- glog
Expand Down Expand Up @@ -1122,7 +1122,7 @@ PODS:
- glog
- RCT-Folly (= 2022.05.16.00)
- React-Core
- SmileID (10.0.9):
- SmileID (10.0.11):
- Zip (~> 2.1.0)
- SocketRocket (0.6.1)
- Yoga (1.14.0)
Expand Down Expand Up @@ -1370,7 +1370,7 @@ SPEC CHECKSUMS:
React-logger: 3eb80a977f0d9669468ef641a5e1fabbc50a09ec
React-Mapbuffer: 84ea43c6c6232049135b1550b8c60b2faac19fab
react-native-safe-area-context: b97eb6f9e3b7f437806c2ce5983f479f8eb5de4b
react-native-smile-id: 5b4be6ee4f0756379442ffe95b7bb801c4710de5
react-native-smile-id: 7d3d10c88dccff707e97b754c721a69fc3d19590
React-nativeconfig: b4d4e9901d4cabb57be63053fd2aa6086eb3c85f
React-NativeModulesApple: cd26e56d56350e123da0c1e3e4c76cb58a05e1ee
React-perflogger: 5f49905de275bac07ac7ea7f575a70611fa988f2
Expand All @@ -1392,7 +1392,7 @@ SPEC CHECKSUMS:
React-utils: d16c1d2251c088ad817996621947d0ac8167b46c
ReactCommon: 2aa35648354bd4c4665b9a5084a7d37097b89c10
RNScreens: b6b64d956af3715adbfe84808694ae82d3fec74f
SmileID: 164fe8d29a0fe1c66d720fca9ead314d0bf7a0aa
SmileID: 93d6f6bee1b988d12c2dc8872e7113dbe9edd5a1
SocketRocket: f32cd54efbe0f095c4d7594881e52619cfe80b17
Yoga: 805bf71192903b20fc14babe48080582fee65a80
Zip: b3fef584b147b6e582b2256a9815c897d60ddc67
Expand Down
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.2",
"version": "10.0.3",
"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.9"
s.dependency "SmileID", "10.0.11"

# 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 4f2e104

Please sign in to comment.