Skip to content

Commit d0bc114

Browse files
authored
Merge pull request #16 from reclaimprotocol/pre-0.9.2
Updates inapp module dependency to 0.9.2
2 parents 1a09345 + 35f0f10 commit d0bc114

File tree

7 files changed

+28
-13
lines changed

7 files changed

+28
-13
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.9.2
2+
3+
* Fixing issues with incognito (regression)
4+
* Fix manual verification
5+
* Update verification review screen
6+
* Fix hawkeye headers bug with a workaround
7+
* Updates inapp module dependency to 0.9.2
8+
19
## 0.9.1
210

311
* Updates inapp module dependency to 0.9.1

InappRnSdk.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Pod::Spec.new do |s|
1717

1818
s.source_files = "ios/**/*.{h,m,mm,cpp,swift}"
1919
s.private_header_files = "ios/generated/**/*.h"
20-
s.dependency "ReclaimInAppSdk", "~> 0.9.1"
20+
s.dependency "ReclaimInAppSdk", "~> 0.9.2"
2121

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

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -110,13 +110,13 @@ Ignore if you already have this declaration in your `Podfile`.
110110

111111
```ruby
112112
# Cocoapods is the recommended way to install the SDK.
113-
pod 'ReclaimInAppSdk', '~> 0.9.1'
113+
pod 'ReclaimInAppSdk', '~> 0.9.2'
114114
```
115115

116116
##### From a specific tag
117117

118118
```ruby
119-
pod 'ReclaimInAppSdk', :git => 'https://github.com/reclaimprotocol/reclaim-inapp-ios-sdk.git', :tag => '0.9.1'
119+
pod 'ReclaimInAppSdk', :git => 'https://github.com/reclaimprotocol/reclaim-inapp-ios-sdk.git', :tag => '0.9.2'
120120
```
121121

122122
##### From git HEAD
@@ -153,7 +153,7 @@ target 'InappRnSdkExample' do
153153
)
154154

155155
# This is the line that you may need to add in your podfile.
156-
pod 'ReclaimInAppSdk', '~> 0.9.1'
156+
pod 'ReclaimInAppSdk', '~> 0.9.2'
157157

158158
pre_install do |installer|
159159
system("cd ../../ && npx bob build --target codegen")
@@ -298,6 +298,7 @@ error.innerError
298298
299299
## Migration
300300
301+
- Migration steps for [0.9.2](https://github.com/reclaimprotocol/reclaim-inapp-reactnative-sdk/blob/main/documentation/migration.md#092)
301302
- Migration steps for [0.9.1](https://github.com/reclaimprotocol/reclaim-inapp-reactnative-sdk/blob/main/documentation/migration.md#091)
302303
- Migration steps for [0.9.0](https://github.com/reclaimprotocol/reclaim-inapp-reactnative-sdk/blob/main/documentation/migration.md#090)
303304
- Migration steps for [0.8.3](https://github.com/reclaimprotocol/reclaim-inapp-reactnative-sdk/blob/main/documentation/migration.md#083)

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ dependencies {
118118
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
119119

120120
//noinspection UseTomlInstead
121-
implementation "org.reclaimprotocol:inapp_sdk:0.9.1"
121+
implementation "org.reclaimprotocol:inapp_sdk:0.9.2"
122122
}
123123

124124
if (isNewArchitectureEnabled()) {

documentation/migration.md

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,34 @@
11
# Migration
22

3+
## 0.9.2
4+
5+
- Make sure if you are using the latest versions of `ReclaimInAppSdk` cocoapod if you have overriden this dependency in your `Podfile`. Latest version on [cocoapods.org is 0.9.2](https://cocoapods.org/pods/ReclaimInAppSdk).
6+
- Run a `pod install --repo-update`. If this fails for reasons related to the `ReclaimInAppSdk`, try running `pod update ReclaimInAppSdk`.
7+
- Refer: https://github.com/reclaimprotocol/reclaim-inapp-reactnative-sdk/blob/main/README.md#ios-setup
8+
39
## 0.9.1
410

5-
- Make sure if you are using the latest versions of `ReclaimInAppSdk` cocoapod if you have overriden this dependency in your `Podfile`. Latest version on [cocoapods.org is 0.9.1](https://cocoapods.org/pods/ReclaimInAppSdk).
11+
- Make sure if you are using the latest versions of `ReclaimInAppSdk` cocoapod if you have overriden this dependency in your `Podfile`. Latest version on [cocoapods.org is 0.9.2](https://cocoapods.org/pods/ReclaimInAppSdk).
612
- Run a `pod install --repo-update`. If this fails for reasons related to the `ReclaimInAppSdk`, try running `pod update ReclaimInAppSdk`.
713
- Refer: https://github.com/reclaimprotocol/reclaim-inapp-reactnative-sdk/blob/main/README.md#ios-setup
814

915
## 0.9.0
1016

11-
- Make sure if you are using the latest versions of `ReclaimInAppSdk` cocoapod if you have overriden this dependency in your `Podfile`. Latest version on [cocoapods.org is 0.9.1](https://cocoapods.org/pods/ReclaimInAppSdk).
17+
- Make sure if you are using the latest versions of `ReclaimInAppSdk` cocoapod if you have overriden this dependency in your `Podfile`. Latest version on [cocoapods.org is 0.9.2](https://cocoapods.org/pods/ReclaimInAppSdk).
1218
- Run a `pod install --repo-update`. If this fails for reasons related to the `ReclaimInAppSdk`, try running `pod update ReclaimInAppSdk`.
1319
- Refer: https://github.com/reclaimprotocol/reclaim-inapp-reactnative-sdk/blob/main/README.md#ios-setup
1420

1521
## 0.8.3
1622

17-
- Make sure if you are using the latest versions of `ReclaimInAppSdk` cocoapod if you have overriden this dependency in your `Podfile`. Latest version on [cocoapods.org is 0.9.1](https://cocoapods.org/pods/ReclaimInAppSdk).
23+
- Make sure if you are using the latest versions of `ReclaimInAppSdk` cocoapod if you have overriden this dependency in your `Podfile`. Latest version on [cocoapods.org is 0.9.2](https://cocoapods.org/pods/ReclaimInAppSdk).
1824
- Run a `pod install --repo-update`. If this fails for reasons related to the `ReclaimInAppSdk`, try running `pod update ReclaimInAppSdk`.
1925
- Refer: https://github.com/reclaimprotocol/reclaim-inapp-reactnative-sdk/blob/main/README.md#ios-setup
2026

2127
## 0.7.3
2228

2329
### iOS
2430

25-
- Make sure if you are using the latest versions of `ReclaimInAppSdk` cocoapod if you have overriden this dependency in your `Podfile`. Latest version on [cocoapods.org is 0.9.1](https://cocoapods.org/pods/ReclaimInAppSdk).
31+
- Make sure if you are using the latest versions of `ReclaimInAppSdk` cocoapod if you have overriden this dependency in your `Podfile`. Latest version on [cocoapods.org is 0.9.2](https://cocoapods.org/pods/ReclaimInAppSdk).
2632
- Run a `pod install --repo-update`. If this fails for reasons related to the `ReclaimInAppSdk`, try running `pod update ReclaimInAppSdk`.
2733
- Refer: https://github.com/reclaimprotocol/reclaim-inapp-reactnative-sdk/blob/main/README.md#ios-setup
2834

@@ -101,7 +107,7 @@ dependencyResolutionManagement {
101107

102108
### iOS
103109

104-
- Make sure if you are using the latest versions of `ReclaimInAppSdk` cocoapod if you have overriden this dependency in your `Podfile`. Latest version on [cocoapods.org is 0.9.1](https://cocoapods.org/pods/ReclaimInAppSdk).
110+
- Make sure if you are using the latest versions of `ReclaimInAppSdk` cocoapod if you have overriden this dependency in your `Podfile`. Latest version on [cocoapods.org is 0.9.2](https://cocoapods.org/pods/ReclaimInAppSdk).
105111
- Run a `pod install --repo-update`. If this fails for reasons related to the `ReclaimInAppSdk`, try running `pod update ReclaimInAppSdk`.
106112
- Refer: https://github.com/reclaimprotocol/reclaim-inapp-reactnative-sdk/blob/main/README.md#ios-setup
107113

@@ -140,6 +146,6 @@ dependencyResolutionManagement {
140146

141147
### iOS
142148

143-
- Make sure if you are using the `0.2.0` version of `ReclaimInAppSdk` cocoapod if you have overriden this dependency in your `Podfile`. Latest version on [cocoapods.org is 0.9.1](https://cocoapods.org/pods/ReclaimInAppSdk).
149+
- Make sure if you are using the `0.2.0` version of `ReclaimInAppSdk` cocoapod if you have overriden this dependency in your `Podfile`. Latest version on [cocoapods.org is 0.9.2](https://cocoapods.org/pods/ReclaimInAppSdk).
144150
- Run a `pod install --repo-update`. If this fails for reasons related to the `ReclaimInAppSdk`, try running `pod update ReclaimInAppSdk`.
145151
- Refer: https://github.com/reclaimprotocol/reclaim-inapp-reactnative-sdk/blob/main/README.md#ios-setup

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@reclaimprotocol/inapp-rn-sdk",
3-
"version": "0.9.1",
3+
"version": "0.9.2",
44
"description": "Reclaim Protocol's InApp React Native SDK for ZK proof generations for requests with an in-app experience of web verification",
55
"source": "./src/index.ts",
66
"main": "./lib/commonjs/index.js",

samples/example_new_arch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"test": "jest"
1212
},
1313
"dependencies": {
14-
"@reclaimprotocol/inapp-rn-sdk": "^0.9.1",
14+
"@reclaimprotocol/inapp-rn-sdk": "^0.9.2",
1515
"react": "19.0.0",
1616
"react-native": "0.78.0",
1717
"react-native-snackbar": "^2.8.0"

0 commit comments

Comments
 (0)