From 5104deaef531586bbe61f30c56e2b25877dee1ba Mon Sep 17 00:00:00 2001 From: RevenueCat CI Date: Wed, 5 Jun 2024 17:02:18 +0000 Subject: [PATCH] Version bump for 7.27.3 --- .version | 2 +- CHANGELOG.latest.md | 11 ++++------- CHANGELOG.md | 7 +++++++ android/build.gradle | 2 +- .../revenuecat/purchases/react/RNPurchasesModule.java | 2 +- ios/RNPurchases.m | 2 +- package.json | 2 +- react-native-purchases-ui/android/build.gradle | 2 +- react-native-purchases-ui/package.json | 4 ++-- scripts/docs/index.html | 2 +- yarn.lock | 4 ++-- 11 files changed, 22 insertions(+), 18 deletions(-) diff --git a/.version b/.version index d477c2b1..9f619ed6 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -7.27.2 +7.27.3 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 8b314e52..87f6dc52 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,8 +1,5 @@ -### 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) +* Bump rexml from 3.2.6 to 3.2.8 in /examples/purchaseTesterTypescript (#1010) via dependabot[bot] (@dependabot[bot]) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.8.0 (#1012) via RevenueCat Git Bot (@RCGitBot) + * [Android 7.11.0](https://github.com/RevenueCat/purchases-android/releases/tag/7.11.0) + * [iOS 4.42.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.42.0) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7bcc6e8..3c2a16de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 7.27.3 +### Dependency Updates +* Bump rexml from 3.2.6 to 3.2.8 in /examples/purchaseTesterTypescript (#1010) via dependabot[bot] (@dependabot[bot]) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.8.0 (#1012) via RevenueCat Git Bot (@RCGitBot) + * [Android 7.11.0](https://github.com/RevenueCat/purchases-android/releases/tag/7.11.0) + * [iOS 4.42.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.42.0) + ## 7.27.2 ### Bugfixes * Fix `purchaseDiscountedPackage` (#1007) via Cesar de la Vega (@vegaro) diff --git a/android/build.gradle b/android/build.gradle index b85d8015..2f206f2a 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.2' + versionName '7.27.3' } 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 4b7ce0b6..a5191f7d 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.2"; + public static final String PLUGIN_VERSION = "7.27.3"; private final ReactApplicationContext reactContext; diff --git a/ios/RNPurchases.m b/ios/RNPurchases.m index a8acc457..5e191bbe 100644 --- a/ios/RNPurchases.m +++ b/ios/RNPurchases.m @@ -494,7 +494,7 @@ - (NSString *)platformFlavor { } - (NSString *)platformFlavorVersion { - return @"7.27.2"; + return @"7.27.3"; } @end diff --git a/package.json b/package.json index 0f6186b8..df6e07af 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-purchases", "title": "React Native Purchases", - "version": "7.27.2", + "version": "7.27.3", "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 a23f41d6..b3c347f3 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.2' + versionName '7.27.3' } buildTypes { diff --git a/react-native-purchases-ui/package.json b/react-native-purchases-ui/package.json index 10c0a427..68a7da20 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.2", + "version": "7.27.3", "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.2" + "react-native-purchases": "7.27.3" } } diff --git a/scripts/docs/index.html b/scripts/docs/index.html index 095ca10a..a25e14d8 100644 --- a/scripts/docs/index.html +++ b/scripts/docs/index.html @@ -2,7 +2,7 @@ - + diff --git a/yarn.lock b/yarn.lock index 857400cf..22bafcb9 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.2 + react-native-purchases: 7.27.3 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.2, react-native-purchases@workspace:.": +"react-native-purchases@7.27.3, react-native-purchases@workspace:.": version: 0.0.0-use.local resolution: "react-native-purchases@workspace:." dependencies: