react-native-purchases 5.13.1 → 5.13.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -19,8 +19,8 @@ Sign up to [get started for free](https://app.revenuecat.com/signup).
19
19
 
20
20
  React Native Purchases is the client for the [RevenueCat](https://www.revenuecat.com/) subscription and purchase tracking system. It is an open source framework that provides a wrapper around `StoreKit`, `Google Play Billing` and the RevenueCat backend to make implementing in-app purchases in `React Native` easy.
21
21
 
22
- ## Migrating from Purchases v3
23
- - See our [Migration guide](https://revenuecat-docs.netlify.app/documentation/revenuecat/v4_api_migration_guide)
22
+ ## Migrating from React-Native Purchases v4 to v5
23
+ - See our [Migration guide](./v4_to_v5_migration_guide.md)
24
24
 
25
25
  ## RevenueCat SDK Features
26
26
  | | RevenueCat |
@@ -24,6 +24,6 @@ Pod::Spec.new do |spec|
24
24
  ]
25
25
 
26
26
  spec.dependency "React-Core"
27
- spec.dependency "PurchasesHybridCommon", '4.14.1'
27
+ spec.dependency "PurchasesHybridCommon", '4.14.3'
28
28
  spec.swift_version = '5.0'
29
29
  end
@@ -29,7 +29,7 @@ android {
29
29
  minSdkVersion getExtOrIntegerDefault('minSdkVersion')
30
30
  targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
31
31
  versionCode 1
32
- versionName '5.13.1'
32
+ versionName '5.13.3'
33
33
  }
34
34
 
35
35
  buildTypes {
@@ -121,6 +121,6 @@ def kotlin_version = getExtOrDefault('kotlinVersion')
121
121
  dependencies {
122
122
  //noinspection GradleDynamicVersion
123
123
  api 'com.facebook.react:react-native:+'
124
- implementation 'com.revenuecat.purchases:purchases-hybrid-common:4.14.1'
124
+ implementation 'com.revenuecat.purchases:purchases-hybrid-common:4.14.3'
125
125
  implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"
126
126
  }
package/ios/RNPurchases.m CHANGED
@@ -439,7 +439,7 @@ readyForPromotedProduct:(RCStoreProduct *)product
439
439
  }
440
440
 
441
441
  - (NSString *)platformFlavorVersion {
442
- return @"5.13.1";
442
+ return @"5.13.3";
443
443
  }
444
444
 
445
445
  @end
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-purchases",
3
3
  "title": "React Native Purchases",
4
- "version": "5.13.1",
4
+ "version": "5.13.3",
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",
@@ -2,7 +2,7 @@
2
2
  <!DOCTYPE html>
3
3
  <html>
4
4
  <head>
5
- <meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/react-native-purchases-docs/5.13.1/" />
5
+ <meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/react-native-purchases-docs/5.13.3/" />
6
6
  </head>
7
7
  <body>
8
8
  </body>