From 45d69177967cc3a05af78e03429c61765c4f8af4 Mon Sep 17 00:00:00 2001 From: RevenueCat CI Date: Wed, 21 Feb 2024 17:02:39 +0000 Subject: [PATCH] Version bump for 7.21.1 --- .version | 2 +- CHANGELOG.latest.md | 9 +++++++-- CHANGELOG.md | 9 +++++++++ android/build.gradle | 2 +- .../revenuecat/purchases/react/RNPurchasesModule.java | 2 +- ios/RNPurchases.m | 2 +- package.json | 2 +- react-native-purchases-ui/android/build.gradle | 2 +- react-native-purchases-ui/package.json | 4 ++-- scripts/docs/index.html | 2 +- yarn.lock | 4 ++-- 11 files changed, 27 insertions(+), 13 deletions(-) diff --git a/.version b/.version index a29ba3d5..4b232a5b 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -7.21.0 +7.21.1 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 3050e809..1e8827f8 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,2 +1,7 @@ -### New Features -* Add listener functions to views (#887) via Cesar de la Vega (@vegaro) +### Dependency Updates +* Bump ip from 1.1.8 to 1.1.9 (#909) via dependabot[bot] (@dependabot[bot]) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 9.7.2 (#908) via RevenueCat Git Bot (@RCGitBot) + * [Android 7.5.2](https://github.com/RevenueCat/purchases-android/releases/tag/7.5.2) + * [iOS 4.36.3](https://github.com/RevenueCat/purchases-ios/releases/tag/4.36.3) +### Other Changes +* Update cocoapods in Gemfile (#906) via Cesar de la Vega (@vegaro) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6538e75e..b61f64ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 7.21.1 +### Dependency Updates +* Bump ip from 1.1.8 to 1.1.9 (#909) via dependabot[bot] (@dependabot[bot]) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 9.7.2 (#908) via RevenueCat Git Bot (@RCGitBot) + * [Android 7.5.2](https://github.com/RevenueCat/purchases-android/releases/tag/7.5.2) + * [iOS 4.36.3](https://github.com/RevenueCat/purchases-ios/releases/tag/4.36.3) +### Other Changes +* Update cocoapods in Gemfile (#906) via Cesar de la Vega (@vegaro) + ## 7.21.0 ### New Features * Add listener functions to views (#887) via Cesar de la Vega (@vegaro) diff --git a/android/build.gradle b/android/build.gradle index 94ea4b4e..0f37febb 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -29,7 +29,7 @@ android { minSdkVersion getExtOrIntegerDefault('minSdkVersion') targetSdkVersion getExtOrIntegerDefault('targetSdkVersion') versionCode 1 - versionName '7.21.0' + versionName '7.21.1' } 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 09c13c83..a3473b5c 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.21.0"; + public static final String PLUGIN_VERSION = "7.21.1"; private final ReactApplicationContext reactContext; diff --git a/ios/RNPurchases.m b/ios/RNPurchases.m index 22dda542..8d2fa791 100644 --- a/ios/RNPurchases.m +++ b/ios/RNPurchases.m @@ -472,7 +472,7 @@ - (NSString *)platformFlavor { } - (NSString *)platformFlavorVersion { - return @"7.21.0"; + return @"7.21.1"; } @end diff --git a/package.json b/package.json index 321d79c0..6ee43d81 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-purchases", "title": "React Native Purchases", - "version": "7.21.0", + "version": "7.21.1", "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 4af744fa..12edd799 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.21.0' + versionName '7.21.1' } buildTypes { diff --git a/react-native-purchases-ui/package.json b/react-native-purchases-ui/package.json index 9d22be25..b78c4da4 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.21.0", + "version": "7.21.1", "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.21.0" + "react-native-purchases": "7.21.1" } } diff --git a/scripts/docs/index.html b/scripts/docs/index.html index 90833817..5a8b0a7d 100644 --- a/scripts/docs/index.html +++ b/scripts/docs/index.html @@ -2,7 +2,7 @@ - + diff --git a/yarn.lock b/yarn.lock index 9ff6d9a8..03484025 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.21.0 + react-native-purchases: 7.21.1 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.21.0, react-native-purchases@workspace:.": +"react-native-purchases@7.21.1, react-native-purchases@workspace:.": version: 0.0.0-use.local resolution: "react-native-purchases@workspace:." dependencies: