File tree Expand file tree Collapse file tree 11 files changed +39
-18
lines changed
src/main/java/com/revenuecat/purchases/react
react-native-purchases-ui Expand file tree Collapse file tree 11 files changed +39
-18
lines changed Original file line number Diff line number Diff line change 1
- 7.21 .1
1
+ 8.0.0-beta .1
Original file line number Diff line number Diff line change 1
- ### Dependency Updates
2
- * Bump ip from 1.1.8 to 1.1.9 (#909 ) via dependabot[ bot] (@dependabot [ bot] )
3
- * [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 9.7.2 (#908 ) via RevenueCat Git Bot (@RCGitBot )
4
- * [ Android 7.5.2] ( https://github.com/RevenueCat/purchases-android/releases/tag/7.5.2 )
5
- * [ iOS 4.36.3] ( https://github.com/RevenueCat/purchases-ios/releases/tag/4.36.3 )
6
- ### Other Changes
7
- * Update cocoapods in Gemfile (#906 ) via Cesar de la Vega (@vegaro )
1
+ ### Other Changes
2
+ * Bump PHC to version 10.0.0-beta.1 via Mark Villacampa (@MarkVillacampa )
3
+ * Add ` onRestoreStarted ` (#907 ) via Toni Rico (@tonidero )
4
+ * Add ` onPurchaseStarted ` event (#911 ) via Cesar de la Vega (@vegaro )
5
+ * [ AUTOMATIC] Release/7.21.1 (#910 )
6
+
7
+ ### Dependency Updates
8
+ * Bump ip from 1.1.8 to 1.1.9 (#909 ) via dependabot[ bot] (@dependabot [ bot] )
9
+ * [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 9.7.2 (#908 ) via RevenueCat Git Bot (@RCGitBot )
10
+ * [ Android 7.5.2] ( https://github.com/RevenueCat/purchases-android/releases/tag/7.5.2 )
11
+ * [ iOS 4.36.3] ( https://github.com/RevenueCat/purchases-ios/releases/tag/4.36.3 )
12
+ ### Other Changes
13
+ * Update cocoapods in Gemfile (#906 ) via Cesar de la Vega (@vegaro )
Original file line number Diff line number Diff line change
1
+ ## 8.0.0-beta.1
2
+ ### Other Changes
3
+ * Bump PHC to version 10.0.0-beta.1 via Mark Villacampa (@MarkVillacampa )
4
+ * Add ` onRestoreStarted ` (#907 ) via Toni Rico (@tonidero )
5
+ * Add ` onPurchaseStarted ` event (#911 ) via Cesar de la Vega (@vegaro )
6
+ * [ AUTOMATIC] Release/7.21.1 (#910 )
7
+
8
+ ### Dependency Updates
9
+ * Bump ip from 1.1.8 to 1.1.9 (#909 ) via dependabot[ bot] (@dependabot [ bot] )
10
+ * [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 9.7.2 (#908 ) via RevenueCat Git Bot (@RCGitBot )
11
+ * [ Android 7.5.2] ( https://github.com/RevenueCat/purchases-android/releases/tag/7.5.2 )
12
+ * [ iOS 4.36.3] ( https://github.com/RevenueCat/purchases-ios/releases/tag/4.36.3 )
13
+ ### Other Changes
14
+ * Update cocoapods in Gemfile (#906 ) via Cesar de la Vega (@vegaro )
15
+
1
16
## 7.21.1
2
17
### Dependency Updates
3
18
* Bump ip from 1.1.8 to 1.1.9 (#909 ) via dependabot[ bot] (@dependabot [ bot] )
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ android {
29
29
minSdkVersion getExtOrIntegerDefault(' minSdkVersion' )
30
30
targetSdkVersion getExtOrIntegerDefault(' targetSdkVersion' )
31
31
versionCode 1
32
- versionName ' 7.21 .1'
32
+ versionName ' 8.0.0-beta .1'
33
33
}
34
34
35
35
buildTypes {
Original file line number Diff line number Diff line change @@ -45,7 +45,7 @@ public class RNPurchasesModule extends ReactContextBaseJavaModule implements Upd
45
45
private static final String CUSTOMER_INFO_UPDATED = "Purchases-CustomerInfoUpdated" ;
46
46
private static final String LOG_HANDLER_EVENT = "Purchases-LogHandlerEvent" ;
47
47
public static final String PLATFORM_NAME = "react-native" ;
48
- public static final String PLUGIN_VERSION = "7.21 .1" ;
48
+ public static final String PLUGIN_VERSION = "8.0.0-beta .1" ;
49
49
50
50
private final ReactApplicationContext reactContext ;
51
51
Original file line number Diff line number Diff line change @@ -488,7 +488,7 @@ - (NSString *)platformFlavor {
488
488
}
489
489
490
490
- (NSString *)platformFlavorVersion {
491
- return @" 7.21 .1" ;
491
+ return @" 8.0.0-beta .1" ;
492
492
}
493
493
494
494
@end
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-purchases" ,
3
3
"title" : " React Native Purchases" ,
4
- "version" : " 7.21 .1" ,
4
+ "version" : " 8.0.0-beta .1" ,
5
5
"description" : " React Native in-app purchases and subscriptions made easy. Supports iOS and Android. " ,
6
6
"main" : " dist/index.js" ,
7
7
"types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ android {
59
59
minSdkVersion getExtOrIntegerDefault(" minSdkVersion" )
60
60
targetSdkVersion getExtOrIntegerDefault(" targetSdkVersion" )
61
61
versionCode 1
62
- versionName ' 7.21 .1'
62
+ versionName ' 8.0.0-beta .1'
63
63
}
64
64
65
65
buildTypes {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " react-native-purchases-ui" ,
3
3
"title" : " React Native Purchases UI" ,
4
- "version" : " 7.21 .1" ,
4
+ "version" : " 8.0.0-beta .1" ,
5
5
"description" : " React Native in-app purchases and subscriptions made easy. Supports iOS and Android." ,
6
6
"main" : " lib/commonjs/index" ,
7
7
"module" : " lib/module/index" ,
114
114
},
115
115
"dependencies" : {
116
116
"@revenuecat/purchases-typescript-internal" : " 8.10.1" ,
117
- "react-native-purchases" : " 7.21 .1"
117
+ "react-native-purchases" : " 8.0.0-beta .1"
118
118
}
119
119
}
Original file line number Diff line number Diff line change 2
2
<!DOCTYPE html>
3
3
< html >
4
4
< head >
5
- < meta http-equiv ="refresh " content ="0; url=https://revenuecat.github.io/react-native-purchases-docs/7.21 .1/ " />
5
+ < meta http-equiv ="refresh " content ="0; url=https://revenuecat.github.io/react-native-purchases-docs/8.0.0-beta .1/ " />
6
6
</ head >
7
7
< body >
8
8
</ body >
You can’t perform that action at this time.
0 commit comments