File tree Expand file tree Collapse file tree 12 files changed +46
-17
lines changed
src/main/java/com/revenuecat/purchases/react
react-native-purchases-ui Expand file tree Collapse file tree 12 files changed +46
-17
lines changed Original file line number Diff line number Diff line change 1
- 7.23 .0
1
+ 7.24 .0
Original file line number Diff line number Diff line change
1
+ ### New Features
2
+ * Add ` displayCloseButton ` option to ` PaywallView ` (#913 ) via Cesar de la Vega (@vegaro )
1
3
### Dependency Updates
2
- * [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 9.9.0 (#930 ) via RevenueCat Git Bot (@RCGitBot )
3
- * [ Android 7.7.1] ( https://github.com/RevenueCat/purchases-android/releases/tag/7.7.1 )
4
- * [ Android 7.7.0] ( https://github.com/RevenueCat/purchases-android/releases/tag/7.7.0 )
4
+ * [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.2.0 (#940 ) via RevenueCat Git Bot (@RCGitBot )
5
+ * [ Android 7.7.2] ( https://github.com/RevenueCat/purchases-android/releases/tag/7.7.2 )
6
+ * [ iOS 4.39.0] ( https://github.com/RevenueCat/purchases-ios/releases/tag/4.39.0 )
7
+ * [ iOS 4.38.1] ( https://github.com/RevenueCat/purchases-ios/releases/tag/4.38.1 )
8
+ * [ iOS 4.38.0] ( https://github.com/RevenueCat/purchases-ios/releases/tag/4.38.0 )
9
+ * [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.1.0 (#938 ) via RevenueCat Git Bot (@RCGitBot )
10
+ * [ Android 7.7.2] ( https://github.com/RevenueCat/purchases-android/releases/tag/7.7.2 )
11
+ * [ iOS 4.39.0] ( https://github.com/RevenueCat/purchases-ios/releases/tag/4.39.0 )
12
+ * [ iOS 4.38.1] ( https://github.com/RevenueCat/purchases-ios/releases/tag/4.38.1 )
13
+ * [ iOS 4.38.0] ( https://github.com/RevenueCat/purchases-ios/releases/tag/4.38.0 )
5
14
### Other Changes
6
- * Update react native version in purchase tester ( # 929 ) via Cesar de la Vega ( @ vegaro )
7
- * Increase react-native dev dependency version ( # 928 ) via Cesar de la Vega (@vegaro )
8
- * Upgrade jest to fix yargs-parser to fix vulnerabilities ( # 927 ) via Cesar de la Vega (@vegaro )
15
+ * Make hotfixes not deploy with the latest tag nor update latest docs ( # 937 ) via Toni Rico ( @ tonidero )
16
+ * Update RELEASING.md ( # 936 ) via Cesar de la Vega (@vegaro )
17
+ * Add 6.7.2 to changelog ( # 935 ) via Cesar de la Vega (@vegaro )
Original file line number Diff line number Diff line change
1
+ ## 7.24.0
2
+ ### New Features
3
+ * Add ` displayCloseButton ` option to ` PaywallView ` (#913 ) via Cesar de la Vega (@vegaro )
4
+ ### Dependency Updates
5
+ * [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.2.0 (#940 ) via RevenueCat Git Bot (@RCGitBot )
6
+ * [ Android 7.7.2] ( https://github.com/RevenueCat/purchases-android/releases/tag/7.7.2 )
7
+ * [ iOS 4.39.0] ( https://github.com/RevenueCat/purchases-ios/releases/tag/4.39.0 )
8
+ * [ iOS 4.38.1] ( https://github.com/RevenueCat/purchases-ios/releases/tag/4.38.1 )
9
+ * [ iOS 4.38.0] ( https://github.com/RevenueCat/purchases-ios/releases/tag/4.38.0 )
10
+ * [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.1.0 (#938 ) via RevenueCat Git Bot (@RCGitBot )
11
+ * [ Android 7.7.2] ( https://github.com/RevenueCat/purchases-android/releases/tag/7.7.2 )
12
+ * [ iOS 4.39.0] ( https://github.com/RevenueCat/purchases-ios/releases/tag/4.39.0 )
13
+ * [ iOS 4.38.1] ( https://github.com/RevenueCat/purchases-ios/releases/tag/4.38.1 )
14
+ * [ iOS 4.38.0] ( https://github.com/RevenueCat/purchases-ios/releases/tag/4.38.0 )
15
+ ### Other Changes
16
+ * Make hotfixes not deploy with the latest tag nor update latest docs (#937 ) via Toni Rico (@tonidero )
17
+ * Update RELEASING.md (#936 ) via Cesar de la Vega (@vegaro )
18
+ * Add 6.7.2 to changelog (#935 ) via Cesar de la Vega (@vegaro )
19
+
1
20
## 7.23.0
2
21
### Dependency Updates
3
22
* [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 9.9.0 (#930 ) via RevenueCat Git Bot (@RCGitBot )
Original file line number Diff line number Diff line change 1
1
| Version | iOS version | Android version | Common files version |
2
2
| ---------------| -------------| -----------------| -----------------------|
3
+ | 7.24.0 | 4.39.0 | 7.7.2 | 10.2.0 |
3
4
| 7.23.0 | 4.37.0 | 7.7.1 | 9.9.0 |
4
5
| 7.22.0 | 4.37.0 | 7.6.0 | 9.8.0 |
5
6
| 7.21.1 | 4.36.3 | 7.5.2 | 9.7.2 |
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.23 .0'
32
+ versionName ' 7.24 .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.23 .0" ;
49
+ public static final String PLUGIN_VERSION = "7.24 .0" ;
50
50
51
51
private final ReactApplicationContext reactContext ;
52
52
Original file line number Diff line number Diff line change @@ -491,7 +491,7 @@ - (NSString *)platformFlavor {
491
491
}
492
492
493
493
- (NSString *)platformFlavorVersion {
494
- return @" 7.23 .0" ;
494
+ return @" 7.24 .0" ;
495
495
}
496
496
497
497
@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.23 .0" ,
4
+ "version" : " 7.24 .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.23 .0'
62
+ versionName ' 7.24 .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.23 .0" ,
4
+ "version" : " 7.24 .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.23 .0"
118
+ "react-native-purchases" : " 7.24 .0"
119
119
}
120
120
}
You can’t perform that action at this time.
0 commit comments