Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AUTOMATIC] Release/8.4.1 #1144

Merged
merged 2 commits into from
Dec 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
8.4.0
8.4.1
7 changes: 2 additions & 5 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -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)
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
1 change: 1 addition & 0 deletions VERSIONS.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
| Version | iOS version | Android version | Common files version | Play Billing Library version |
|---------------|-------------|-----------------|-----------------------|------------------------------|
| 8.4.1 | [5.12.1](https://github.com/RevenueCat/purchases-ios/releases/tag/5.12.1) | [8.10.3](https://github.com/RevenueCat/purchases-android/releases/tag/8.10.3) | [13.12.1](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.12.1) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) |
| 8.4.0 | [5.12.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.12.0) | [8.10.3](https://github.com/RevenueCat/purchases-android/releases/tag/8.10.3) | [13.12.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.12.0) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) |
| 8.3.0 | [5.12.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.12.0) | [8.10.3](https://github.com/RevenueCat/purchases-android/releases/tag/8.10.3) | [13.12.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.12.0) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) |
| 8.2.7 | [5.8.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.8.0) | [8.10.2](https://github.com/RevenueCat/purchases-android/releases/tag/8.10.2) | [13.9.0](https://github.com/RevenueCat/purchases-hybrid-common/releases/tag/13.9.0) | [7.0.0](https://developer.android.com/google/play/billing/release-notes) |
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ android {
minSdkVersion getExtOrIntegerDefault('minSdkVersion')
targetSdkVersion getExtOrIntegerDefault('targetSdkVersion')
versionCode 1
versionName '8.4.0'
versionName '8.4.1'
}

buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 1 addition & 1 deletion ios/RNPurchases.m
Original file line number Diff line number Diff line change
Expand Up @@ -572,7 +572,7 @@ - (NSString *)platformFlavor {
}

- (NSString *)platformFlavorVersion {
return @"8.4.0";
return @"8.4.1";
}

@end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion react-native-purchases-ui/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ android {
minSdkVersion getExtOrIntegerDefault("minSdkVersion")
targetSdkVersion getExtOrIntegerDefault("targetSdkVersion")
versionCode 1
versionName '8.4.0'
versionName '8.4.1'
}

buildTypes {
Expand Down
4 changes: 2 additions & 2 deletions react-native-purchases-ui/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down Expand Up @@ -115,6 +115,6 @@
},
"dependencies": {
"@revenuecat/purchases-typescript-internal": "13.12.1",
"react-native-purchases": "8.4.0"
"react-native-purchases": "8.4.1"
}
}
2 changes: 1 addition & 1 deletion scripts/docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/react-native-purchases-docs/8.4.0/" />
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/react-native-purchases-docs/8.4.1/" />
</head>
<body>
</body>
Expand Down
4 changes: 2 additions & 2 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -7077,7 +7077,7 @@ __metadata:
languageName: unknown
linkType: soft

"[email protected].0, react-native-purchases@workspace:.":
"[email protected].1, react-native-purchases@workspace:.":
version: 0.0.0-use.local
resolution: "react-native-purchases@workspace:."
dependencies:
Expand Down