Skip to content

Commit 4eb2e22

Browse files
RCGitBotRevenueCat CI
andauthored
[AUTOMATIC] Release/7.25.0 (#963)
**This is an automatic release.** ### New Features * Add font support to presentPaywall (#948) via Cesar de la Vega (@vegaro) ### Dependency Updates * [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.3.2 (#962) via RevenueCat Git Bot (@RCGitBot) * [Android 7.8.1](https://github.com/RevenueCat/purchases-android/releases/tag/7.8.1) * [Android 7.8.0](https://github.com/RevenueCat/purchases-android/releases/tag/7.8.0) * [Android 7.7.3](https://github.com/RevenueCat/purchases-android/releases/tag/7.7.3) * [iOS 4.39.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.39.1) * [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.3.1 (#960) via RevenueCat Git Bot (@RCGitBot) * [Android 7.8.1](https://github.com/RevenueCat/purchases-android/releases/tag/7.8.1) * [Android 7.8.0](https://github.com/RevenueCat/purchases-android/releases/tag/7.8.0) * [Android 7.7.3](https://github.com/RevenueCat/purchases-android/releases/tag/7.7.3) * [iOS 4.39.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.39.1) ### Other Changes * Remove usage of RCTEventEmitter in Android (#961) via Cesar de la Vega (@vegaro) * Fix pod install of sample when updating phc (#954) via Cesar de la Vega (@vegaro) --------- Co-authored-by: RevenueCat CI <[email protected]>
1 parent 2896dee commit 4eb2e22

File tree

12 files changed

+45
-18
lines changed

12 files changed

+45
-18
lines changed

.version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
7.24.1
1+
7.25.0

CHANGELOG.latest.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
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)

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
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)

VERSIONS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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 |

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

android/src/main/java/com/revenuecat/purchases/react/RNPurchasesModule.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

ios/RNPurchases.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",

react-native-purchases-ui/android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 {

react-native-purchases-ui/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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",
@@ -115,6 +115,6 @@
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
}

0 commit comments

Comments
 (0)