diff --git a/.version b/.version index d7bb0fae..bc34d812 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -7.24.1 +7.25.0 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index f9d1ab11..60ed24a6 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,8 +1,16 @@ -### Bugfixes -* Fix issue with iOS purchaseProduct arguments (#957) via Josh Holtz (@joshdholtz) +### 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 flipper from tester (#950) via Cesar de la Vega (@vegaro) -* Update Podfile.lock when upgrading phc (#946) via Cesar de la Vega (@vegaro) -* Update changelog to include behavior change (#945) via Cesar de la Vega (@vegaro) -* Fix `generate_docs` (#943) via Cesar de la Vega (@vegaro) -* Add trigger_bump lane (#942) via Cesar de la Vega (@vegaro) +* 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) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4a963f13..36f26781 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +## 7.25.0 +### 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) + ## 7.24.1 ### Bugfixes * Fix issue with iOS purchaseProduct arguments (#957) via Josh Holtz (@joshdholtz) diff --git a/VERSIONS.md b/VERSIONS.md index e1fb97c4..2d382f98 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -1,5 +1,6 @@ | Version | iOS version | Android version | Common files version | |---------------|-------------|-----------------|-----------------------| +| 7.25.0 | 4.39.1 | 7.8.1 | 10.3.2 | | 7.24.1 | 4.39.0 | 7.7.2 | 10.2.0 | | 7.24.0 | 4.39.0 | 7.7.2 | 10.2.0 | | 7.23.0 | 4.37.0 | 7.7.1 | 9.9.0 | diff --git a/android/build.gradle b/android/build.gradle index 7883211e..d02501fe 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -29,7 +29,7 @@ android { minSdkVersion getExtOrIntegerDefault('minSdkVersion') targetSdkVersion getExtOrIntegerDefault('targetSdkVersion') versionCode 1 - versionName '7.24.1' + versionName '7.25.0' } buildTypes { diff --git a/android/src/main/java/com/revenuecat/purchases/react/RNPurchasesModule.java b/android/src/main/java/com/revenuecat/purchases/react/RNPurchasesModule.java index f28a0986..6ef771a3 100644 --- a/android/src/main/java/com/revenuecat/purchases/react/RNPurchasesModule.java +++ b/android/src/main/java/com/revenuecat/purchases/react/RNPurchasesModule.java @@ -46,7 +46,7 @@ public class RNPurchasesModule extends ReactContextBaseJavaModule implements Upd private static final String CUSTOMER_INFO_UPDATED = "Purchases-CustomerInfoUpdated"; private static final String LOG_HANDLER_EVENT = "Purchases-LogHandlerEvent"; public static final String PLATFORM_NAME = "react-native"; - public static final String PLUGIN_VERSION = "7.24.1"; + public static final String PLUGIN_VERSION = "7.25.0"; private final ReactApplicationContext reactContext; diff --git a/ios/RNPurchases.m b/ios/RNPurchases.m index 5d365d6a..e4b7b971 100644 --- a/ios/RNPurchases.m +++ b/ios/RNPurchases.m @@ -490,7 +490,7 @@ - (NSString *)platformFlavor { } - (NSString *)platformFlavorVersion { - return @"7.24.1"; + return @"7.25.0"; } @end diff --git a/package.json b/package.json index cf3463df..8b3b439f 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-purchases", "title": "React Native Purchases", - "version": "7.24.1", + "version": "7.25.0", "description": "React Native in-app purchases and subscriptions made easy. Supports iOS and Android. ", "main": "dist/index.js", "types": "dist/index.d.ts", diff --git a/react-native-purchases-ui/android/build.gradle b/react-native-purchases-ui/android/build.gradle index 01c04a89..07ed5ed4 100644 --- a/react-native-purchases-ui/android/build.gradle +++ b/react-native-purchases-ui/android/build.gradle @@ -59,7 +59,7 @@ android { minSdkVersion getExtOrIntegerDefault("minSdkVersion") targetSdkVersion getExtOrIntegerDefault("targetSdkVersion") versionCode 1 - versionName '7.24.1' + versionName '7.25.0' } buildTypes { diff --git a/react-native-purchases-ui/package.json b/react-native-purchases-ui/package.json index 4b172e43..3e0bd87d 100644 --- a/react-native-purchases-ui/package.json +++ b/react-native-purchases-ui/package.json @@ -1,7 +1,7 @@ { "name": "react-native-purchases-ui", "title": "React Native Purchases UI", - "version": "7.24.1", + "version": "7.25.0", "description": "React Native in-app purchases and subscriptions made easy. Supports iOS and Android.", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -115,6 +115,6 @@ }, "dependencies": { "@revenuecat/purchases-typescript-internal": "10.1.0", - "react-native-purchases": "7.24.1" + "react-native-purchases": "7.25.0" } } diff --git a/scripts/docs/index.html b/scripts/docs/index.html index b351242c..118be0d4 100644 --- a/scripts/docs/index.html +++ b/scripts/docs/index.html @@ -2,7 +2,7 @@ - + diff --git a/yarn.lock b/yarn.lock index ab3034a3..9db940d6 100644 --- a/yarn.lock +++ b/yarn.lock @@ -6977,7 +6977,7 @@ __metadata: react: 18.2.0 react-native: 0.73.5 react-native-builder-bob: ^0.20.0 - react-native-purchases: 7.24.1 + react-native-purchases: 7.25.0 ts-jest: ^29.1.2 tslint: ^5.20.0 tslint-config-prettier: ^1.18.0 @@ -6989,7 +6989,7 @@ __metadata: languageName: unknown linkType: soft -"react-native-purchases@7.24.1, react-native-purchases@workspace:.": +"react-native-purchases@7.25.0, react-native-purchases@workspace:.": version: 0.0.0-use.local resolution: "react-native-purchases@workspace:." dependencies: