File tree Expand file tree Collapse file tree
src/main/java/com/revenuecat/purchases/react
react-native-purchases-ui Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 9.15.1
1+ 9.15.2
Original file line number Diff line number Diff line change 11## RevenueCat SDK
22### 📦 Dependency Updates
3- * [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.54.0 (#1706 ) via RevenueCat Git Bot (@RCGitBot )
4- * [ Android 9.28.1 ] ( https://github.com/RevenueCat/purchases-android/releases/tag/9.28.1 )
5- * [ Android 9.28.0 ] ( https://github.com/RevenueCat/purchases-android /releases/tag/9.28.0 )
6- * [ iOS 5.67.0 ] ( https://github.com/RevenueCat/ purchases-ios/releases/tag/5.67.0 )
3+ * [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.55.1 (#1717 ) via RevenueCat Git Bot (@RCGitBot )
4+ * [ Android 9.29.0 ] ( https://github.com/RevenueCat/purchases-android/releases/tag/9.29.0 )
5+ * [ iOS 5.67.1 ] ( https://github.com/RevenueCat/purchases-ios /releases/tag/5.67.1 )
6+ * [ AUTOMATIC BUMP ] Updates purchases-hybrid-common to 17.55.0 ( # 1716 ) via RevenueCat Git Bot ( @ RCGitBot )
77
88### 🔄 Other Changes
9- * Bump fastlane-plugin-revenuecat_internal from ` f11fe40 ` to ` b5a7159 ` (#1707 ) via dependabot[ bot] (@dependabot [ bot] )
10- * Add AGENTS.md for AI coding assistants (#1616 ) via Facundo Menzella (@facumenzella )
11- * chore: bump react-native devDependency from 0.73.5 to 0.78.0 (#1704 ) via Cesar de la Vega (@vegaro )
12- * Fix known security vulnerabilities in dependencies (#1703 ) via Cesar de la Vega (@vegaro )
13- * Bump brace-expansion from 1.1.12 to 1.1.13 in /examples/MagicWeather (#1702 ) via dependabot[ bot] (@dependabot [ bot] )
9+ * Bump fastlane-plugin-revenuecat_internal from ` 6289be1 ` to ` ceecf91 ` (#1718 ) via dependabot[ bot] (@dependabot [ bot] )
10+ * Bump fastlane-plugin-revenuecat_internal from ` 5d6e93f ` to ` 6289be1 ` (#1715 ) via dependabot[ bot] (@dependabot [ bot] )
11+ * Bump lodash from 4.17.23 to 4.18.1 in /examples/MagicWeather (#1714 ) via dependabot[ bot] (@dependabot [ bot] )
12+ * Bump fastlane-plugin-revenuecat_internal from ` b5a7159 ` to ` 5d6e93f ` (#1713 ) via dependabot[ bot] (@dependabot [ bot] )
Original file line number Diff line number Diff line change 1+ ## 9.15.2
2+ ## RevenueCat SDK
3+ ### 📦 Dependency Updates
4+ * [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.55.1 (#1717 ) via RevenueCat Git Bot (@RCGitBot )
5+ * [ Android 9.29.0] ( https://github.com/RevenueCat/purchases-android/releases/tag/9.29.0 )
6+ * [ iOS 5.67.1] ( https://github.com/RevenueCat/purchases-ios/releases/tag/5.67.1 )
7+ * [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.55.0 (#1716 ) via RevenueCat Git Bot (@RCGitBot )
8+
9+ ### 🔄 Other Changes
10+ * Bump fastlane-plugin-revenuecat_internal from ` 6289be1 ` to ` ceecf91 ` (#1718 ) via dependabot[ bot] (@dependabot [ bot] )
11+ * Bump fastlane-plugin-revenuecat_internal from ` 5d6e93f ` to ` 6289be1 ` (#1715 ) via dependabot[ bot] (@dependabot [ bot] )
12+ * Bump lodash from 4.17.23 to 4.18.1 in /examples/MagicWeather (#1714 ) via dependabot[ bot] (@dependabot [ bot] )
13+ * Bump fastlane-plugin-revenuecat_internal from ` b5a7159 ` to ` 5d6e93f ` (#1713 ) via dependabot[ bot] (@dependabot [ bot] )
14+
115## 9.15.1
216## RevenueCat SDK
317### 📦 Dependency Updates
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 ' 9.15.1 '
32+ versionName ' 9.15.2 '
3333 }
3434
3535 buildTypes {
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ public class RNPurchasesModule extends ReactContextBaseJavaModule implements Upd
5151 private static final String TRACKED_EVENT = "Purchases-TrackedEvent" ;
5252 private static final String DEBUG_EVENT = "Purchases-DebugEvent" ;
5353 public static final String PLATFORM_NAME = "react-native" ;
54- public static final String PLUGIN_VERSION = "9.15.1 " ;
54+ public static final String PLUGIN_VERSION = "9.15.2 " ;
5555
5656 private final ReactApplicationContext reactContext ;
5757
Original file line number Diff line number Diff line change @@ -697,7 +697,7 @@ - (NSString *)platformFlavor {
697697}
698698
699699- (NSString *)platformFlavorVersion {
700- return @" 9.15.1 " ;
700+ return @" 9.15.2 " ;
701701}
702702
703703@end
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-purchases" ,
33 "title" : " React Native Purchases" ,
4- "version" : " 9.15.1 " ,
4+ "version" : " 9.15.2 " ,
55 "description" : " React Native in-app purchases and subscriptions made easy. Supports iOS and Android. " ,
66 "main" : " dist/index.js" ,
77 "module" : " dist/index.js" ,
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 ' 9.15.1 '
62+ versionName ' 9.15.2 '
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" : " 9.15.1 " ,
4+ "version" : " 9.15.2 " ,
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" ,
7777 "peerDependencies" : {
7878 "react" : " *" ,
7979 "react-native" : " >= 0.73.0" ,
80- "react-native-purchases" : " 9.15.1 " ,
80+ "react-native-purchases" : " 9.15.2 " ,
8181 "react-native-web" : " *"
8282 },
8383 "peerDependenciesMeta" : {
Original file line number Diff line number Diff line change 22<!DOCTYPE html>
33< html >
44< head >
5- < meta http-equiv ="refresh " content ="0; url=https://revenuecat.github.io/react-native-purchases-docs/9.15.1 / " />
5+ < meta http-equiv ="refresh " content ="0; url=https://revenuecat.github.io/react-native-purchases-docs/9.15.2 / " />
66</ head >
77< body >
88</ body >
You can’t perform that action at this time.
0 commit comments