diff --git a/.version b/.version index 2c586617..d477c2b1 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -7.27.1 +7.27.2 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 1c8bbc47..8b314e52 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,17 +1,8 @@ +### Bugfixes +* Fix `purchaseDiscountedPackage` (#1007) via Cesar de la Vega (@vegaro) ### Dependency Updates -* BillingClient has been updated to version 6.2.1 -* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.6.1 (#992) via RevenueCat Git Bot (@RCGitBot) - * [Android 7.10.1](https://github.com/RevenueCat/purchases-android/releases/tag/7.10.1) - * [Android 7.10.0](https://github.com/RevenueCat/purchases-android/releases/tag/7.10.0) - * [iOS 4.41.2](https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.2) - * [iOS 4.41.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.1) -* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.6.0 (#990) via RevenueCat Git Bot (@RCGitBot) - * [Android 7.10.1](https://github.com/RevenueCat/purchases-android/releases/tag/7.10.1) - * [Android 7.10.0](https://github.com/RevenueCat/purchases-android/releases/tag/7.10.0) - * [iOS 4.41.2](https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.2) - * [iOS 4.41.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.1) -* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.5.1 (#988) via RevenueCat Git Bot (@RCGitBot) - * [Android 7.10.1](https://github.com/RevenueCat/purchases-android/releases/tag/7.10.1) - * [Android 7.10.0](https://github.com/RevenueCat/purchases-android/releases/tag/7.10.0) - * [iOS 4.41.2](https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.2) - * [iOS 4.41.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.1) +* Bump rexml from 3.2.6 to 3.2.8 (#1004) via dependabot[bot] (@dependabot[bot]) +* Bump rexml from 3.2.5 to 3.2.8 in /examples/MagicWeather (#1003) via dependabot[bot] (@dependabot[bot]) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.6.2 (#996) via RevenueCat Git Bot (@RCGitBot) +### Other Changes +* Update fastlane plugin (#995) via Toni Rico (@tonidero) diff --git a/CHANGELOG.md b/CHANGELOG.md index f10ea28c..f7bcc6e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 7.27.2 +### Bugfixes +* Fix `purchaseDiscountedPackage` (#1007) via Cesar de la Vega (@vegaro) +### Dependency Updates +* Bump rexml from 3.2.6 to 3.2.8 (#1004) via dependabot[bot] (@dependabot[bot]) +* Bump rexml from 3.2.5 to 3.2.8 in /examples/MagicWeather (#1003) via dependabot[bot] (@dependabot[bot]) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.6.2 (#996) via RevenueCat Git Bot (@RCGitBot) +### Other Changes +* Update fastlane plugin (#995) via Toni Rico (@tonidero) + ## 7.27.1 ### Dependency Updatesa * BillingClient has been updated to version 6.2.1 diff --git a/VERSIONS.md b/VERSIONS.md index c4099436..6e54d59c 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -1,5 +1,6 @@ | Version | iOS version | Android version | Common files version | |---------------|-------------|-----------------|-----------------------| +| 7.27.2 | 4.41.2 | 7.10.1 | 10.6.2 | | 7.27.1 | 4.41.2 | 7.10.1 | 10.6.1 | | 7.27.0 | 4.41.0 | 7.9.0 | 10.5.0 | | 7.26.3 | 4.41.0 | 7.9.0 | 10.5.0 | diff --git a/android/build.gradle b/android/build.gradle index b014a070..851a5b1b 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -29,7 +29,7 @@ android { minSdkVersion getExtOrIntegerDefault('minSdkVersion') targetSdkVersion getExtOrIntegerDefault('targetSdkVersion') versionCode 1 - versionName '7.27.1' + versionName '7.27.2' } 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 040d769b..4b7ce0b6 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.27.1"; + public static final String PLUGIN_VERSION = "7.27.2"; private final ReactApplicationContext reactContext; diff --git a/ios/RNPurchases.m b/ios/RNPurchases.m index 05b296a1..a8acc457 100644 --- a/ios/RNPurchases.m +++ b/ios/RNPurchases.m @@ -494,7 +494,7 @@ - (NSString *)platformFlavor { } - (NSString *)platformFlavorVersion { - return @"7.27.1"; + return @"7.27.2"; } @end diff --git a/package.json b/package.json index 47453f38..565677e6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-purchases", "title": "React Native Purchases", - "version": "7.27.1", + "version": "7.27.2", "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 3775fbeb..f3b728d2 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.27.1' + versionName '7.27.2' } buildTypes { diff --git a/react-native-purchases-ui/package.json b/react-native-purchases-ui/package.json index a505813d..10c0a427 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.27.1", + "version": "7.27.2", "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.27.1" + "react-native-purchases": "7.27.2" } } diff --git a/scripts/docs/index.html b/scripts/docs/index.html index 575cb0b7..095ca10a 100644 --- a/scripts/docs/index.html +++ b/scripts/docs/index.html @@ -2,7 +2,7 @@ - + diff --git a/yarn.lock b/yarn.lock index 4705300e..01bdf0f4 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.27.1 + react-native-purchases: 7.27.2 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.27.1, react-native-purchases@workspace:.": +"react-native-purchases@7.27.2, react-native-purchases@workspace:.": version: 0.0.0-use.local resolution: "react-native-purchases@workspace:." dependencies: