From 4265d6f9d012b99b2ec5df6db665cc0cb8f34982 Mon Sep 17 00:00:00 2001 From: RevenueCat CI Date: Wed, 2 Aug 2023 17:02:34 +0000 Subject: [PATCH] Version bump for 6.5.0 --- .version | 2 +- CHANGELOG.latest.md | 16 ++++------------ CHANGELOG.md | 8 ++++++++ android/build.gradle | 2 +- .../purchases/react/RNPurchasesModule.java | 2 +- ios/RNPurchases.m | 2 +- package.json | 2 +- scripts/docs/index.html | 2 +- 8 files changed, 18 insertions(+), 18 deletions(-) diff --git a/.version b/.version index 8aa9c55c..f22d756d 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -6.5.0-SNAPSHOT +6.5.0 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index cb1c4149..8fa6441d 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,14 +1,6 @@ ### Bugfixes -* Fix purchaseDiscountedPackage error with missing parameter (#694) via Josh Holtz (@joshdholtz) +* Use correct type in offering metadata (#702) via Toni Rico (@tonidero) ### Dependency Updates -* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 5.4.1 (#695) via RevenueCat Git Bot (@RCGitBot) - * [Android 6.7.0](https://github.com/RevenueCat/purchases-android/releases/tag/6.7.0) - * [Android 6.6.0](https://github.com/RevenueCat/purchases-android/releases/tag/6.6.0) - * [iOS 4.25.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.25.1) - * [iOS 4.25.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.25.0) -* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 5.4.0 (#692) via RevenueCat Git Bot (@RCGitBot) - * [Android 6.7.0](https://github.com/RevenueCat/purchases-android/releases/tag/6.7.0) - * [Android 6.6.0](https://github.com/RevenueCat/purchases-android/releases/tag/6.6.0) - * [iOS 4.25.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.25.1) - * [iOS 4.25.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.25.0) -* Bump fastlane from 2.213.0 to 2.214.0 (#691) via dependabot[bot] (@dependabot[bot]) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 5.5.0 (#699) via RevenueCat Git Bot (@RCGitBot) + * [Android 6.8.0](https://github.com/RevenueCat/purchases-android/releases/tag/6.8.0) + * [iOS 4.25.2](https://github.com/RevenueCat/purchases-ios/releases/tag/4.25.2) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64413c11..94a9b0f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## 6.5.0 +### Bugfixes +* Use correct type in offering metadata (#702) via Toni Rico (@tonidero) +### Dependency Updates +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 5.5.0 (#699) via RevenueCat Git Bot (@RCGitBot) + * [Android 6.8.0](https://github.com/RevenueCat/purchases-android/releases/tag/6.8.0) + * [iOS 4.25.2](https://github.com/RevenueCat/purchases-ios/releases/tag/4.25.2) + ## 6.4.0 ### Bugfixes * Fix purchaseDiscountedPackage error with missing parameter (#694) via Josh Holtz (@joshdholtz) diff --git a/android/build.gradle b/android/build.gradle index 027e444d..7629ddbe 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -29,7 +29,7 @@ android { minSdkVersion getExtOrIntegerDefault('minSdkVersion') targetSdkVersion getExtOrIntegerDefault('targetSdkVersion') versionCode 1 - versionName '6.5.0-SNAPSHOT' + versionName '6.5.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 cad29a83..8a8ccbec 100644 --- a/android/src/main/java/com/revenuecat/purchases/react/RNPurchasesModule.java +++ b/android/src/main/java/com/revenuecat/purchases/react/RNPurchasesModule.java @@ -45,7 +45,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 = "6.5.0-SNAPSHOT"; + public static final String PLUGIN_VERSION = "6.5.0"; private final ReactApplicationContext reactContext; diff --git a/ios/RNPurchases.m b/ios/RNPurchases.m index 73ff028d..52a1d486 100644 --- a/ios/RNPurchases.m +++ b/ios/RNPurchases.m @@ -442,7 +442,7 @@ - (NSString *)platformFlavor { } - (NSString *)platformFlavorVersion { - return @"6.5.0-SNAPSHOT"; + return @"6.5.0"; } @end diff --git a/package.json b/package.json index 4e084c85..58032cee 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-purchases", "title": "React Native Purchases", - "version": "6.5.0-SNAPSHOT", + "version": "6.5.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/scripts/docs/index.html b/scripts/docs/index.html index dbbf6cf9..aa73cf58 100644 --- a/scripts/docs/index.html +++ b/scripts/docs/index.html @@ -2,7 +2,7 @@ - +