Skip to content

Commit

Permalink
feat: update changelog (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
JNdhlovu authored Jul 12, 2024
1 parent c824ed7 commit 112792e
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 9 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
# Release Notes

## 10.1.6

* Bump iOS to 10.2.2 (https://github.com/smileidentity/ios/releases/tag/v10.2.2) which fixes retry crash

## 10.1.5

* Fix setCallbackUrl crash on ios
Expand Down
10 changes: 5 additions & 5 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -938,7 +938,7 @@ PODS:
- React-debug
- react-native-safe-area-context (4.10.5):
- React-Core
- react-native-smile-id (10.1.5):
- react-native-smile-id (10.1.6):
- DoubleConversion
- glog
- hermes-engine
Expand All @@ -958,7 +958,7 @@ PODS:
- React-utils
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- SmileID (= 10.2.1)
- SmileID (= 10.2.2)
- Yoga
- React-nativeconfig (0.74.2)
- React-NativeModulesApple (0.74.2):
Expand Down Expand Up @@ -1211,7 +1211,7 @@ PODS:
- ReactCommon/turbomodule/bridging
- ReactCommon/turbomodule/core
- Yoga
- SmileID (10.2.1):
- SmileID (10.2.2):
- lottie-ios (~> 4.4.2)
- Zip (~> 2.1.0)
- SocketRocket (0.7.0)
Expand Down Expand Up @@ -1436,7 +1436,7 @@ SPEC CHECKSUMS:
React-logger: 29fa3e048f5f67fe396bc08af7606426d9bd7b5d
React-Mapbuffer: bf56147c9775491e53122a94c423ac201417e326
react-native-safe-area-context: a240ad4b683349e48b1d51fed1611138d1bdad97
react-native-smile-id: d13362e12bd6e250a681cf6d5eeca92075b31174
react-native-smile-id: eb5c616a0cd11d6b61258f126a4014928e62a33c
React-nativeconfig: 9f223cd321823afdecf59ed00861ab2d69ee0fc1
React-NativeModulesApple: ff7efaff7098639db5631236cfd91d60abff04c0
React-perflogger: 32ed45d9cee02cf6639acae34251590dccd30994
Expand All @@ -1461,7 +1461,7 @@ SPEC CHECKSUMS:
React-utils: 4476b7fcbbd95cfd002f3e778616155241d86e31
ReactCommon: ecad995f26e0d1e24061f60f4e5d74782f003f12
RNScreens: 5aeecbb09aa7285379b6e9f3c8a3c859bb16401c
SmileID: 01d8a31a80e3ed5634a6cda5ffdae211a8427213
SmileID: 9d95463475f933422b2ce136474813b528dbedb7
SocketRocket: abac6f5de4d4d62d24e11868d7a2f427e0ef940d
Yoga: ae3c32c514802d30f687a04a6a35b348506d411f
Zip: b3fef584b147b6e582b2256a9815c897d60ddc67
Expand Down
10 changes: 8 additions & 2 deletions example/ios/SmileIdExample.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,10 @@
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
);
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
Expand Down Expand Up @@ -668,7 +671,10 @@
"-DFOLLY_MOBILE=1",
"-DFOLLY_USE_LIBCPP=1",
);
OTHER_LDFLAGS = "$(inherited) ";
OTHER_LDFLAGS = (
"$(inherited)",
" ",
);
REACT_NATIVE_PATH = "${PODS_ROOT}/../../node_modules/react-native";
SDKROOT = iphoneos;
USE_HERMES = true;
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.1.5",
"version": "10.1.6",
"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.2.1"
s.dependency "SmileID", "10.2.2"

# 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 112792e

Please sign in to comment.