Skip to content

Commit

Permalink
Version bump for 7.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
RevenueCat CI committed Jan 24, 2024
1 parent 5a11d7b commit c65fe65
Show file tree
Hide file tree
Showing 11 changed files with 40 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
7.16.1
7.17.0
16 changes: 13 additions & 3 deletions CHANGELOG.latest.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
### RevenueCatUI
* Fix `presentPaywall` and `presentPaywallIfNeeded` in iOS opening the paywall
* ### Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 8.11.2 (#854) via RevenueCat Git Bot (@RCGitBot)
* Fix for footer in lansdcape mode in iOS (#867) via Cesar de la Vega (@vegaro)
* Add Offering option to paywall functions (#855) via Cesar de la Vega (@vegaro)
* `Paywalls`: separate `PurchasesHybridCommonUI` (#858) via NachoSoto (@NachoSoto)
### Bugfixes
* `PaywallViewManager`: added controller to UIVC hierarchy (#860) via Cesar de la Vega (@vegaro)
### Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 8.12.0 (#862) via RevenueCat Git Bot (@RCGitBot)
* [iOS 4.32.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.32.1)
### Other Changes
* Fix `update-hybrid-common-versions` (#865) via NachoSoto (@NachoSoto)
* `RNPaywalls.podspec`: remove `PurchasesHybridCommon` dependency (#864) via NachoSoto (@NachoSoto)
* Add repositories to `purchaseTesterTypescript` android build.gradle (#859) via Cesar de la Vega (@vegaro)
* `Fastlane`: fix `bump_phc_version` (#848) via NachoSoto (@NachoSoto)
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## 7.17.0
### RevenueCatUI
* Fix for footer in lansdcape mode in iOS (#867) via Cesar de la Vega (@vegaro)
* Add Offering option to paywall functions (#855) via Cesar de la Vega (@vegaro)
* `Paywalls`: separate `PurchasesHybridCommonUI` (#858) via NachoSoto (@NachoSoto)
### Bugfixes
* `PaywallViewManager`: added controller to UIVC hierarchy (#860) via Cesar de la Vega (@vegaro)
### Dependency Updates
* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 8.12.0 (#862) via RevenueCat Git Bot (@RCGitBot)
* [iOS 4.32.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.32.1)
### Other Changes
* Fix `update-hybrid-common-versions` (#865) via NachoSoto (@NachoSoto)
* `RNPaywalls.podspec`: remove `PurchasesHybridCommon` dependency (#864) via NachoSoto (@NachoSoto)
* Add repositories to `purchaseTesterTypescript` android build.gradle (#859) via Cesar de la Vega (@vegaro)
* `Fastlane`: fix `bump_phc_version` (#848) via NachoSoto (@NachoSoto)

## 7.16.1
### RevenueCatUI
* Fix `presentPaywall` and `presentPaywallIfNeeded` in iOS opening the paywall
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.16.1'
versionName '7.17.0'
}

buildTypes {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,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.16.1";
public static final String PLUGIN_VERSION = "7.17.0";

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 @@ -472,7 +472,7 @@ - (NSString *)platformFlavor {
}

- (NSString *)platformFlavorVersion {
return @"7.16.1";
return @"7.17.0";
}

@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.16.1",
"version": "7.17.0",
"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.16.1'
versionName '7.17.0'
}

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.16.1",
"version": "7.17.0",
"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 @@ -112,6 +112,6 @@
},
"dependencies": {
"@revenuecat/purchases-typescript-internal": "8.10.1",
"react-native-purchases": "7.16.1"
"react-native-purchases": "7.17.0"
}
}
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.16.1/" />
<meta http-equiv="refresh" content="0; url=https://revenuecat.github.io/react-native-purchases-docs/7.17.0/" />
</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 @@ -12572,7 +12572,7 @@ __metadata:
react: 18.2.0
react-native: 0.73.1
react-native-builder-bob: ^0.20.0
react-native-purchases: 7.16.1
react-native-purchases: 7.17.0
ts-jest: ^24.1.0
tslint: ^5.20.0
tslint-config-prettier: ^1.18.0
Expand All @@ -12584,7 +12584,7 @@ __metadata:
languageName: unknown
linkType: soft

"react-native-purchases@7.16.1, react-native-purchases@workspace:.":
"react-native-purchases@7.17.0, react-native-purchases@workspace:.":
version: 0.0.0-use.local
resolution: "react-native-purchases@workspace:."
dependencies:
Expand Down

0 comments on commit c65fe65

Please sign in to comment.