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.11.0
1+ 9.11.1
Original file line number Diff line number Diff line change 11## RevenueCat SDK
2- ### ✨ New Features
3- * Add custom PurchaseLogic support to PaywallView component (#1607 ) via Rick (@rickvdl )
2+ ### 📦 Dependency Updates
3+ * [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.42.0 (#1648 ) via RevenueCat Git Bot (@RCGitBot )
4+ * [ Android 9.22.2] ( https://github.com/RevenueCat/purchases-android/releases/tag/9.22.2 )
5+ * [ iOS 5.60.0] ( https://github.com/RevenueCat/purchases-ios/releases/tag/5.60.0 )
46
57### 🔄 Other Changes
6- * Update sdks-common-config orb to 3.13.0 (#1645 ) via Cesar de la Vega (@vegaro )
7- * Bump fast-xml-parser from 4.5.3 to 4.5.4 in /examples/MagicWeather (#1642 ) via dependabot[ bot] (@dependabot [ bot] )
8- * Add custom PurchaseLogic button to OfferingDetailScreen (#1641 ) via Rick (@rickvdl )
9- * Bump fastlane from 2.232.1 to 2.232.2 (#1640 ) via dependabot[ bot] (@dependabot [ bot] )
10- * Bump minimatch from 3.1.3 to 3.1.5 (#1639 ) via dependabot[ bot] (@dependabot [ bot] )
11- * Bump fast-xml-parser from 4.5.3 to 4.5.4 (#1638 ) via dependabot[ bot] (@dependabot [ bot] )
12- * Bump fastlane-plugin-revenuecat_internal from ` ea6276c ` to ` 8cd957f ` (#1634 ) via dependabot[ bot] (@dependabot [ bot] )
8+ * Bump tar from 7.5.9 to 7.5.10 (#1649 ) via dependabot[ bot] (@dependabot [ bot] )
Original file line number Diff line number Diff line change 1+ ## 9.11.1
2+ ## RevenueCat SDK
3+ ### 📦 Dependency Updates
4+ * [ AUTOMATIC BUMP] Updates purchases-hybrid-common to 17.42.0 (#1648 ) via RevenueCat Git Bot (@RCGitBot )
5+ * [ Android 9.22.2] ( https://github.com/RevenueCat/purchases-android/releases/tag/9.22.2 )
6+ * [ iOS 5.60.0] ( https://github.com/RevenueCat/purchases-ios/releases/tag/5.60.0 )
7+
8+ ### 🔄 Other Changes
9+ * Bump tar from 7.5.9 to 7.5.10 (#1649 ) via dependabot[ bot] (@dependabot [ bot] )
10+
111## 9.11.0
212## RevenueCat SDK
313### ✨ New Features
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.11.0 '
32+ versionName ' 9.11.1 '
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.11.0 " ;
54+ public static final String PLUGIN_VERSION = "9.11.1 " ;
5555
5656 private final ReactApplicationContext reactContext ;
5757
Original file line number Diff line number Diff line change @@ -681,7 +681,7 @@ - (NSString *)platformFlavor {
681681}
682682
683683- (NSString *)platformFlavorVersion {
684- return @" 9.11.0 " ;
684+ return @" 9.11.1 " ;
685685}
686686
687687@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.11.0 " ,
4+ "version" : " 9.11.1 " ,
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.11.0 '
62+ versionName ' 9.11.1 '
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.11.0 " ,
4+ "version" : " 9.11.1 " ,
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" ,
7878 "peerDependencies" : {
7979 "react" : " *" ,
8080 "react-native" : " >= 0.73.0" ,
81- "react-native-purchases" : " 9.11.0 " ,
81+ "react-native-purchases" : " 9.11.1 " ,
8282 "react-native-web" : " *"
8383 },
8484 "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.11.0 / " />
5+ < meta http-equiv ="refresh " content ="0; url=https://revenuecat.github.io/react-native-purchases-docs/9.11.1 / " />
66</ head >
77< body >
88</ body >
You can’t perform that action at this time.
0 commit comments