From b08e6a3120f4be002da62c7c406f979af6f59583 Mon Sep 17 00:00:00 2001 From: RevenueCat CI Date: Mon, 12 Feb 2024 18:10:25 +0000 Subject: [PATCH] Version bump for 7.20.0 --- .version | 2 +- CHANGELOG.latest.md | 28 +++++++++---------- CHANGELOG.md | 16 +++++++++++ android/build.gradle | 2 +- .../purchases/react/RNPurchasesModule.java | 2 +- ios/RNPurchases.m | 2 +- package.json | 2 +- .../android/build.gradle | 2 +- react-native-purchases-ui/package.json | 4 +-- scripts/docs/index.html | 2 +- yarn.lock | 4 +-- 11 files changed, 40 insertions(+), 26 deletions(-) diff --git a/.version b/.version index 3821090f..2540a3a5 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -7.19.0 +7.20.0 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 7d94ec57..c0aac5c8 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,16 +1,14 @@ ### Dependency Updates -* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 9.6.0 (#897) via RevenueCat Git Bot (@RCGitBot) - * [Android 7.5.0](https://github.com/RevenueCat/purchases-android/releases/tag/7.5.0) - * [iOS 4.35.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.35.0) - * [iOS 4.34.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.34.0) -* Bump cocoapods from 1.15.0 to 1.15.1 (#895) via dependabot[bot] (@dependabot[bot]) -* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 9.5.0 (#893) via RevenueCat Git Bot (@RCGitBot) - * [Android 7.5.0](https://github.com/RevenueCat/purchases-android/releases/tag/7.5.0) - * [iOS 4.35.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.35.0) - * [iOS 4.34.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.34.0) -* Upgrade purchase tester dependencies to upgrade JSON5 (#889) via Toni Rico (@tonidero) -* Bump danger from 9.4.2 to 9.4.3 (#890) via dependabot[bot] (@dependabot[bot]) -* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 9.4.0 (#888) via RevenueCat Git Bot (@RCGitBot) - * [Android 7.5.0](https://github.com/RevenueCat/purchases-android/releases/tag/7.5.0) - * [iOS 4.35.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.35.0) - * [iOS 4.34.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.34.0) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 9.7.1 (#903) via RevenueCat Git Bot (@RCGitBot) + * [Android 7.5.1](https://github.com/RevenueCat/purchases-android/releases/tag/7.5.1) + * [iOS 4.36.2](https://github.com/RevenueCat/purchases-ios/releases/tag/4.36.2) + * [iOS 4.36.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.36.1) + * [iOS 4.36.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.36.0) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 9.7.0 (#901) via RevenueCat Git Bot (@RCGitBot) + * [Android 7.5.1](https://github.com/RevenueCat/purchases-android/releases/tag/7.5.1) + * [iOS 4.36.2](https://github.com/RevenueCat/purchases-ios/releases/tag/4.36.2) + * [iOS 4.36.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.36.1) + * [iOS 4.36.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.36.0) +* Bump cocoapods from 1.15.1 to 1.15.2 (#900) via dependabot[bot] (@dependabot[bot]) +### Other Changes +* Update CHANGELOG to include 6.7.1 release notes (#899) via Toni Rico (@tonidero) diff --git a/CHANGELOG.md b/CHANGELOG.md index a84ebdf7..35e35f2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## 7.20.0 +### Dependency Updates +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 9.7.1 (#903) via RevenueCat Git Bot (@RCGitBot) + * [Android 7.5.1](https://github.com/RevenueCat/purchases-android/releases/tag/7.5.1) + * [iOS 4.36.2](https://github.com/RevenueCat/purchases-ios/releases/tag/4.36.2) + * [iOS 4.36.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.36.1) + * [iOS 4.36.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.36.0) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 9.7.0 (#901) via RevenueCat Git Bot (@RCGitBot) + * [Android 7.5.1](https://github.com/RevenueCat/purchases-android/releases/tag/7.5.1) + * [iOS 4.36.2](https://github.com/RevenueCat/purchases-ios/releases/tag/4.36.2) + * [iOS 4.36.1](https://github.com/RevenueCat/purchases-ios/releases/tag/4.36.1) + * [iOS 4.36.0](https://github.com/RevenueCat/purchases-ios/releases/tag/4.36.0) +* Bump cocoapods from 1.15.1 to 1.15.2 (#900) via dependabot[bot] (@dependabot[bot]) +### Other Changes +* Update CHANGELOG to include 6.7.1 release notes (#899) via Toni Rico (@tonidero) + ## 7.19.0 ### Dependency Updates * [AUTOMATIC BUMP] Updates purchases-hybrid-common to 9.6.0 (#897) via RevenueCat Git Bot (@RCGitBot) diff --git a/android/build.gradle b/android/build.gradle index d8415f02..c9ff0220 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -29,7 +29,7 @@ android { minSdkVersion getExtOrIntegerDefault('minSdkVersion') targetSdkVersion getExtOrIntegerDefault('targetSdkVersion') versionCode 1 - versionName '7.19.0' + versionName '7.20.0' } 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 28033288..4e49bdb7 100644 --- a/android/src/main/java/com/revenuecat/purchases/react/RNPurchasesModule.java +++ b/android/src/main/java/com/revenuecat/purchases/react/RNPurchasesModule.java @@ -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.19.0"; + public static final String PLUGIN_VERSION = "7.20.0"; private final ReactApplicationContext reactContext; diff --git a/ios/RNPurchases.m b/ios/RNPurchases.m index 2464871c..f6f9b643 100644 --- a/ios/RNPurchases.m +++ b/ios/RNPurchases.m @@ -472,7 +472,7 @@ - (NSString *)platformFlavor { } - (NSString *)platformFlavorVersion { - return @"7.19.0"; + return @"7.20.0"; } @end diff --git a/package.json b/package.json index e5466105..235c2aa2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-purchases", "title": "React Native Purchases", - "version": "7.19.0", + "version": "7.20.0", "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 8b4cdf39..911691f5 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 '7.19.0' + versionName '7.20.0' } buildTypes { diff --git a/react-native-purchases-ui/package.json b/react-native-purchases-ui/package.json index 7cf5d579..65aa79ef 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": "7.19.0", + "version": "7.20.0", "description": "React Native in-app purchases and subscriptions made easy. Supports iOS and Android.", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -114,6 +114,6 @@ }, "dependencies": { "@revenuecat/purchases-typescript-internal": "8.10.1", - "react-native-purchases": "7.19.0" + "react-native-purchases": "7.20.0" } } diff --git a/scripts/docs/index.html b/scripts/docs/index.html index c1220099..39688545 100644 --- a/scripts/docs/index.html +++ b/scripts/docs/index.html @@ -2,7 +2,7 @@ - + diff --git a/yarn.lock b/yarn.lock index d912a55a..f87b722b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10172,7 +10172,7 @@ __metadata: react: 18.2.0 react-native: 0.73.1 react-native-builder-bob: ^0.20.0 - react-native-purchases: 7.19.0 + react-native-purchases: 7.20.0 ts-jest: ^24.1.0 tslint: ^5.20.0 tslint-config-prettier: ^1.18.0 @@ -10184,7 +10184,7 @@ __metadata: languageName: unknown linkType: soft -"react-native-purchases@7.19.0, react-native-purchases@workspace:.": +"react-native-purchases@7.20.0, react-native-purchases@workspace:.": version: 0.0.0-use.local resolution: "react-native-purchases@workspace:." dependencies: