diff --git a/.version b/.version index a2f28f43..6da4de57 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -8.4.0 +8.4.1 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 14784d30..89a0a711 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,7 +1,4 @@ ## RevenueCat SDK -### ✨ New Features -* Support Kochava and Tenjin integrations (#1138) via Toni Rico (@tonidero) ### 📦 Dependency Updates -* Bump cocoapods from 1.16.1 to 1.16.2 (#1122) via dependabot[bot] (@dependabot[bot]) -* Bump cross-spawn from 7.0.3 to 7.0.6 (#1131) via dependabot[bot] (@dependabot[bot]) -* Bump rexml from 3.3.6 to 3.3.9 in /examples/MagicWeather (#1137) via dependabot[bot] (@dependabot[bot]) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.12.1 (#1143) via RevenueCat Git Bot (@RCGitBot) + * [iOS 5.12.1](https://github.com/RevenueCat/purchases-ios/releases/tag/5.12.1) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b3f2ab6..4b05b065 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 8.4.1 +## RevenueCat SDK +### 📦 Dependency Updates +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.12.1 (#1143) via RevenueCat Git Bot (@RCGitBot) + * [iOS 5.12.1](https://github.com/RevenueCat/purchases-ios/releases/tag/5.12.1) + ## 8.4.0 ## RevenueCat SDK ### ✨ New Features diff --git a/android/build.gradle b/android/build.gradle index 572533b3..72c63466 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -29,7 +29,7 @@ android { minSdkVersion getExtOrIntegerDefault('minSdkVersion') targetSdkVersion getExtOrIntegerDefault('targetSdkVersion') versionCode 1 - versionName '8.4.0' + versionName '8.4.1' } 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 9fc6e6e9..530c30a0 100644 --- a/android/src/main/java/com/revenuecat/purchases/react/RNPurchasesModule.java +++ b/android/src/main/java/com/revenuecat/purchases/react/RNPurchasesModule.java @@ -47,7 +47,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 = "8.4.0"; + public static final String PLUGIN_VERSION = "8.4.1"; private final ReactApplicationContext reactContext; diff --git a/ios/RNPurchases.m b/ios/RNPurchases.m index 1b87224b..dfe82a3c 100644 --- a/ios/RNPurchases.m +++ b/ios/RNPurchases.m @@ -572,7 +572,7 @@ - (NSString *)platformFlavor { } - (NSString *)platformFlavorVersion { - return @"8.4.0"; + return @"8.4.1"; } @end diff --git a/package.json b/package.json index 2b2b6115..124011ce 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-purchases", "title": "React Native Purchases", - "version": "8.4.0", + "version": "8.4.1", "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 d9ef924a..318ff467 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 '8.4.0' + versionName '8.4.1' } buildTypes { diff --git a/react-native-purchases-ui/package.json b/react-native-purchases-ui/package.json index 4d04caa4..c960f6e5 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": "8.4.0", + "version": "8.4.1", "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": "13.12.1", - "react-native-purchases": "8.4.0" + "react-native-purchases": "8.4.1" } } diff --git a/scripts/docs/index.html b/scripts/docs/index.html index 21f8c0be..0f87ffd8 100644 --- a/scripts/docs/index.html +++ b/scripts/docs/index.html @@ -2,7 +2,7 @@ - + diff --git a/yarn.lock b/yarn.lock index e1bc444c..cd2f81ef 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7065,7 +7065,7 @@ __metadata: react: 18.2.0 react-native: 0.73.5 react-native-builder-bob: ^0.20.0 - react-native-purchases: 8.4.0 + react-native-purchases: 8.4.1 ts-jest: ^29.1.2 tslint: ^5.20.0 tslint-config-prettier: ^1.18.0 @@ -7077,7 +7077,7 @@ __metadata: languageName: unknown linkType: soft -"react-native-purchases@8.4.0, react-native-purchases@workspace:.": +"react-native-purchases@8.4.1, react-native-purchases@workspace:.": version: 0.0.0-use.local resolution: "react-native-purchases@workspace:." dependencies: