Skip to content

Commit

Permalink
Version bump for 7.26.3
Browse files Browse the repository at this point in the history
  • Loading branch information
RevenueCat CI committed Apr 25, 2024
1 parent 9ec1926 commit 76fca68
Show file tree
Hide file tree
Showing 11 changed files with 30 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.26.2
7.26.3
14 changes: 8 additions & 6 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
### Bugfixes
* Use ReactContext instead of ThemedReactContext in PaywallFooterViewManager (#971) via Cesar de la Vega (@vegaro)
### Dependency Updates
* Bump tar from 6.2.0 to 6.2.1 (#968) via dependabot[bot] (@dependabot[bot])
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.4.1 (#970) via RevenueCat Git Bot (@RCGitBot)
* [Android 7.8.2](https://github.com/RevenueCat/purchases-android/releases/tag/7.8.2)
* [iOS 4.40.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.40.1)
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.5.0 (#977) via RevenueCat Git Bot (@RCGitBot)
* [Android 7.9.0](https://github.com/RevenueCat/purchases-android/releases/tag/7.9.0)
* [iOS 4.41.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.0)
* Update to latest fastlane plugin version (#975) via Toni Rico (@tonidero)
### Other Changes
* Update to latest fastlane-plugin-revenuecat_internal (#985) via Cesar de la Vega (@vegaro)
* Update to use M1 CircleCI machines (#983) via Cesar de la Vega (@vegaro)
* Only update docs index on latest stable releases (#972) via Toni Rico (@tonidero)
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 7.26.3
### Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 10.5.0 (#977) via RevenueCat Git Bot (@RCGitBot)
* [Android 7.9.0](https://github.com/RevenueCat/purchases-android/releases/tag/7.9.0)
* [iOS 4.41.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.41.0)
* Update to latest fastlane plugin version (#975) via Toni Rico (@tonidero)
### Other Changes
* Update to latest fastlane-plugin-revenuecat_internal (#985) via Cesar de la Vega (@vegaro)
* Update to use M1 CircleCI machines (#983) via Cesar de la Vega (@vegaro)
* Only update docs index on latest stable releases (#972) via Toni Rico (@tonidero)

## 7.26.2
### Bugfixes
* Use ReactContext instead of ThemedReactContext in PaywallFooterViewManager (#971) via Cesar de la Vega (@vegaro)
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.26.2'
versionName '7.26.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.26.2";
public static final String PLUGIN_VERSION = "7.26.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.26.2";
return @"7.26.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.26.2",
"version": "7.26.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.26.2'
versionName '7.26.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.26.2",
"version": "7.26.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.26.2"
"react-native-purchases": "7.26.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.26.2/" />
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/react-native-purchases-docs/7.26.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.26.2
react-native-purchases: 7.26.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

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

0 comments on commit 76fca68

Please sign in to comment.