File tree Expand file tree Collapse file tree 12 files changed +45
-18
lines changed
src/main/java/com/revenuecat/purchases/react
react-native-purchases-ui Expand file tree Collapse file tree 12 files changed +45
-18
lines changed Original file line number Diff line number Diff line change 1- 7.24.1
1+ 7.25.0
Original file line number Diff line number Diff line change 1- ### Bugfixes
2- * Fix issue with iOS purchaseProduct arguments (#957 ) via Josh Holtz (@joshdholtz )
1+ ### New Features
2+ * Add font support to presentPaywall (#948 ) via Cesar de la Vega (@vegaro )
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 )
314### Other Changes
4- * Remove flipper from tester (#950 ) via Cesar de la Vega (@vegaro )
5- * Update Podfile.lock when upgrading phc (#946 ) via Cesar de la Vega (@vegaro )
6- * Update changelog to include behavior change (#945 ) via Cesar de la Vega (@vegaro )
7- * Fix ` generate_docs ` (#943 ) via Cesar de la Vega (@vegaro )
8- * Add trigger_bump lane (#942 ) via Cesar de la Vega (@vegaro )
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 )
Original file line number Diff line number Diff line change 1+ ## 7.25.0
2+ ### New Features
3+ * Add font support to presentPaywall (#948 ) via Cesar de la Vega (@vegaro )
4+ ### Dependency Updates
5+ * [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.3.2 (#962 ) via RevenueCat Git Bot (@RCGitBot )
6+ * [ Android 7.8.1] ( https://github.com/RevenueCat/purchases-android/releases/tag/7.8.1 )
7+ * [ Android 7.8.0] ( https://github.com/RevenueCat/purchases-android/releases/tag/7.8.0 )
8+ * [ Android 7.7.3] ( https://github.com/RevenueCat/purchases-android/releases/tag/7.7.3 )
9+ * [ iOS 4.39.1] ( https://github.com/RevenueCat/purchases-ios/releases/tag/4.39.1 )
10+ * [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.3.1 (#960 ) via RevenueCat Git Bot (@RCGitBot )
11+ * [ Android 7.8.1] ( https://github.com/RevenueCat/purchases-android/releases/tag/7.8.1 )
12+ * [ Android 7.8.0] ( https://github.com/RevenueCat/purchases-android/releases/tag/7.8.0 )
13+ * [ Android 7.7.3] ( https://github.com/RevenueCat/purchases-android/releases/tag/7.7.3 )
14+ * [ iOS 4.39.1] ( https://github.com/RevenueCat/purchases-ios/releases/tag/4.39.1 )
15+ ### Other Changes
16+ * Remove usage of RCTEventEmitter in Android (#961 ) via Cesar de la Vega (@vegaro )
17+ * Fix pod install of sample when updating phc (#954 ) via Cesar de la Vega (@vegaro )
18+
119## 7.24.1
220### Bugfixes
321* Fix issue with iOS purchaseProduct arguments (#957 ) via Josh Holtz (@joshdholtz )
Original file line number Diff line number Diff line change 11| Version | iOS version | Android version | Common files version |
22| ---------------| -------------| -----------------| -----------------------|
3+ | 7.25.0 | 4.39.1 | 7.8.1 | 10.3.2 |
34| 7.24.1 | 4.39.0 | 7.7.2 | 10.2.0 |
45| 7.24.0 | 4.39.0 | 7.7.2 | 10.2.0 |
56| 7.23.0 | 4.37.0 | 7.7.1 | 9.9.0 |
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ android {
2929 minSdkVersion getExtOrIntegerDefault(' minSdkVersion' )
3030 targetSdkVersion getExtOrIntegerDefault(' targetSdkVersion' )
3131 versionCode 1
32- versionName ' 7.24.1 '
32+ versionName ' 7.25.0 '
3333 }
3434
3535 buildTypes {
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ public class RNPurchasesModule extends ReactContextBaseJavaModule implements Upd
4646 private static final String CUSTOMER_INFO_UPDATED = "Purchases-CustomerInfoUpdated" ;
4747 private static final String LOG_HANDLER_EVENT = "Purchases-LogHandlerEvent" ;
4848 public static final String PLATFORM_NAME = "react-native" ;
49- public static final String PLUGIN_VERSION = "7.24.1 " ;
49+ public static final String PLUGIN_VERSION = "7.25.0 " ;
5050
5151 private final ReactApplicationContext reactContext ;
5252
Original file line number Diff line number Diff line change @@ -490,7 +490,7 @@ - (NSString *)platformFlavor {
490490}
491491
492492- (NSString *)platformFlavorVersion {
493- return @" 7.24.1 " ;
493+ return @" 7.25.0 " ;
494494}
495495
496496@end
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-purchases" ,
33 "title" : " React Native Purchases" ,
4- "version" : " 7.24.1 " ,
4+ "version" : " 7.25.0 " ,
55 "description" : " React Native in-app purchases and subscriptions made easy. Supports iOS and Android. " ,
66 "main" : " dist/index.js" ,
77 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ android {
5959 minSdkVersion getExtOrIntegerDefault(" minSdkVersion" )
6060 targetSdkVersion getExtOrIntegerDefault(" targetSdkVersion" )
6161 versionCode 1
62- versionName ' 7.24.1 '
62+ versionName ' 7.25.0 '
6363 }
6464
6565 buildTypes {
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-purchases-ui" ,
33 "title" : " React Native Purchases UI" ,
4- "version" : " 7.24.1 " ,
4+ "version" : " 7.25.0 " ,
55 "description" : " React Native in-app purchases and subscriptions made easy. Supports iOS and Android." ,
66 "main" : " lib/commonjs/index" ,
77 "module" : " lib/module/index" ,
115115 },
116116 "dependencies" : {
117117 "@revenuecat/purchases-typescript-internal" : " 10.1.0" ,
118- "react-native-purchases" : " 7.24.1 "
118+ "react-native-purchases" : " 7.25.0 "
119119 }
120120}
You can’t perform that action at this time.
0 commit comments