File tree Expand file tree Collapse file tree 11 files changed +19
-25
lines changed
src/main/java/com/revenuecat/purchases/react
react-native-purchases-ui Expand file tree Collapse file tree 11 files changed +19
-25
lines changed Original file line number Diff line number Diff line change 1
- 7.25 .0
1
+ 7.26 .0
Original file line number Diff line number Diff line change 1
1
### New Features
2
- * Add font support to presentPaywall (#948 ) via Cesar de la Vega (@vegaro )
2
+ * Add TVOS support for Expo apps (#953 ) via Cesar de la Vega (@vegaro )
3
3
### Dependency Updates
4
- * [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.3.2 (#962 ) via RevenueCat Git Bot (@RCGitBot )
5
- * [ Android 7.8.1] ( https://github.com/RevenueCat/purchases-android/releases/tag/7.8.1 )
6
- * [ Android 7.8.0] ( https://github.com/RevenueCat/purchases-android/releases/tag/7.8.0 )
7
- * [ Android 7.7.3] ( https://github.com/RevenueCat/purchases-android/releases/tag/7.7.3 )
8
- * [ iOS 4.39.1] ( https://github.com/RevenueCat/purchases-ios/releases/tag/4.39.1 )
9
- * [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.3.1 (#960 ) via RevenueCat Git Bot (@RCGitBot )
10
- * [ Android 7.8.1] ( https://github.com/RevenueCat/purchases-android/releases/tag/7.8.1 )
11
- * [ Android 7.8.0] ( https://github.com/RevenueCat/purchases-android/releases/tag/7.8.0 )
12
- * [ Android 7.7.3] ( https://github.com/RevenueCat/purchases-android/releases/tag/7.7.3 )
13
- * [ iOS 4.39.1] ( https://github.com/RevenueCat/purchases-ios/releases/tag/4.39.1 )
14
- ### Other Changes
15
- * Remove usage of RCTEventEmitter in Android (#961 ) via Cesar de la Vega (@vegaro )
16
- * Fix pod install of sample when updating phc (#954 ) via Cesar de la Vega (@vegaro )
4
+ * Bump fastlane from 2.219.0 to 2.220.0 (#964 ) via dependabot[ bot] (@dependabot [ bot] )
Original file line number Diff line number Diff line change
1
+ ## 7.26.0
2
+ ### New Features
3
+ * Add TVOS support for Expo apps (#953 ) via Cesar de la Vega (@vegaro )
4
+ ### Dependency Updates
5
+ * Bump fastlane from 2.219.0 to 2.220.0 (#964 ) via dependabot[ bot] (@dependabot [ bot] )
6
+
1
7
## 7.25.0
2
8
### New Features
3
9
* Add font support to presentPaywall (#948 ) via Cesar de la Vega (@vegaro )
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.25 .0'
32
+ versionName ' 7.26 .0'
33
33
}
34
34
35
35
buildTypes {
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public class RNPurchasesModule extends ReactContextBaseJavaModule implements Upd
46
46
private static final String CUSTOMER_INFO_UPDATED = "Purchases-CustomerInfoUpdated" ;
47
47
private static final String LOG_HANDLER_EVENT = "Purchases-LogHandlerEvent" ;
48
48
public static final String PLATFORM_NAME = "react-native" ;
49
- public static final String PLUGIN_VERSION = "7.25 .0" ;
49
+ public static final String PLUGIN_VERSION = "7.26 .0" ;
50
50
51
51
private final ReactApplicationContext reactContext ;
52
52
Original file line number Diff line number Diff line change @@ -494,7 +494,7 @@ - (NSString *)platformFlavor {
494
494
}
495
495
496
496
- (NSString *)platformFlavorVersion {
497
- return @" 7.25 .0" ;
497
+ return @" 7.26 .0" ;
498
498
}
499
499
500
500
@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.25 .0" ,
4
+ "version" : " 7.26 .0" ,
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.25 .0'
62
+ versionName ' 7.26 .0'
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.25 .0" ,
4
+ "version" : " 7.26 .0" ,
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" ,
115
115
},
116
116
"dependencies" : {
117
117
"@revenuecat/purchases-typescript-internal" : " 10.1.0" ,
118
- "react-native-purchases" : " 7.25 .0"
118
+ "react-native-purchases" : " 7.26 .0"
119
119
}
120
120
}
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.25 .0/ " />
5
+ < meta http-equiv ="refresh " content ="0; url=https://revenuecat.github.io/react-native-purchases-docs/7.26 .0/ " />
6
6
</ head >
7
7
< body >
8
8
</ body >
You can’t perform that action at this time.
0 commit comments