diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c8fa9c..062a438 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -53,3 +53,9 @@ ### Fixed - **Examples**: updated code examples for all new features, including integration with Google Wallet on Android. + +## v1.1.1 + +### Fixed + +- Replaced **dispatch_get_main_queue** with **dispatch_get_global_queue** in methods **addPassFromUrl** and **showAddPassControllerFromFile** to fix the app crashed, if Wallet not installed. ([e4766ca091e09b1234c027640c04f34e0307bd17](https://github.com/dev-family/react-native-wallet-manager/pull/30/commits/e4766ca091e09b1234c027640c04f34e0307bd17) by [@ghorbani-m](https://github.com/ghorbani-m)) diff --git a/example/ios/Podfile.lock b/example/ios/Podfile.lock index 10bddb5..6d11e5f 100644 --- a/example/ios/Podfile.lock +++ b/example/ios/Podfile.lock @@ -185,7 +185,7 @@ PODS: - React-cxxreact (= 0.63.4) - React-jsi (= 0.63.4) - React-jsinspector (0.63.4) - - react-native-wallet-manager (0.0.7): + - react-native-wallet-manager (1.1.0): - React-Core - React-RCTActionSheet (0.63.4): - React-Core/RCTActionSheetHeaders (= 0.63.4) @@ -357,7 +357,7 @@ SPEC CHECKSUMS: React-jsi: a0418934cf48f25b485631deb27c64dc40fb4c31 React-jsiexecutor: 93bd528844ad21dc07aab1c67cb10abae6df6949 React-jsinspector: 58aef7155bc9a9683f5b60b35eccea8722a4f53a - react-native-wallet-manager: e9c7876b25e75a91dfda005275670a358f3aa017 + react-native-wallet-manager: 84d63605a7138cff449bd3d3b649d2fa12bd9393 React-RCTActionSheet: 89a0ca9f4a06c1f93c26067af074ccdce0f40336 React-RCTAnimation: 1bde3ecc0c104c55df246eda516e0deb03c4e49b React-RCTBlob: a97d378b527740cc667e03ebfa183a75231ab0f0 diff --git a/package.json b/package.json index 8e8c841..0eaa312 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-wallet-manager", - "version": "1.1.0", + "version": "1.1.1", "description": "Provides some Apple Wallet functionality for IOS and Google Wallet for Android.", "main": "lib/commonjs/index", "module": "lib/module/index",