Skip to content

Commit

Permalink
[AUTOMATIC] Release/7.27.3 (#1013)
Browse files Browse the repository at this point in the history
**This is an automatic release.**

### 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)

---------

Co-authored-by: RevenueCat CI <dev+ci@revenuecat.com>
  • Loading branch information
RCGitBot and RevenueCat CI committed Jun 6, 2024
1 parent c099657 commit 3b0e2f7
Show file tree
Hide file tree
Showing 12 changed files with 23 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.27.2
7.27.3
11 changes: 4 additions & 7 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -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)
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
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 |
|---------------|-------------|-----------------|-----------------------|
| 7.27.3 | 4.42.0 | 7.11.0 | 10.8.0 |
| 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 |
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 '7.27.2'
versionName '7.27.3'
}

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

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

- (NSString *)platformFlavorVersion {
return @"7.27.2";
return @"7.27.3";
}

@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": "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",
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 '7.27.2'
versionName '7.27.3'
}

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": "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",
Expand Down Expand Up @@ -115,6 +115,6 @@
},
"dependencies": {
"@revenuecat/purchases-typescript-internal": "10.1.0",
"react-native-purchases": "7.27.2"
"react-native-purchases": "7.27.3"
}
}
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/7.27.2/" />
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/react-native-purchases-docs/7.27.3/" />
</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 @@ -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
Expand All @@ -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:
Expand Down

0 comments on commit 3b0e2f7

Please sign in to comment.