From 0a9413c662a400202361080a7099e0add46e4868 Mon Sep 17 00:00:00 2001 From: RevenueCat CI Date: Wed, 18 Sep 2024 17:03:09 +0000 Subject: [PATCH] Version bump for 8.2.1 --- .version | 2 +- CHANGELOG.latest.md | 23 +++++++++++-------- CHANGELOG.md | 15 ++++++++++++ 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, 39 insertions(+), 21 deletions(-) diff --git a/.version b/.version index fbb9ea12..2b0aa212 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -8.2.0 +8.2.1 diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index a5cbad24..5eb98458 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,10 +1,13 @@ -### New Features -* Adds pricePerPeriod functions to PurchasesStoreProduct (#1045) via JayShortway (@JayShortway) -### Dependency Updates -* Bump micromatch from 4.0.7 to 4.0.8 (#1079) via dependabot[bot] (@dependabot[bot]) -* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.2.0 (#1081) via RevenueCat Git Bot (@RCGitBot) - * [Android 8.7.0](https://github.com/RevenueCat/purchases-android/releases/tag/8.7.0) - * [iOS 5.3.1](https://github.com/RevenueCat/purchases-ios/releases/tag/5.3.1) -* Bump rexml from 3.3.3 to 3.3.6 in /examples/MagicWeather (#1078) via dependabot[bot] (@dependabot[bot]) -* Bump rexml from 3.3.3 to 3.3.6 in /examples/purchaseTesterTypescript (#1076) via dependabot[bot] (@dependabot[bot]) -* Bump rexml from 3.3.3 to 3.3.6 (#1077) via dependabot[bot] (@dependabot[bot]) +## RevenueCat SDK +### 📦 Dependency Updates +* Bump serve-static from 1.15.0 to 1.16.2 (#1090) via dependabot[bot] (@dependabot[bot]) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.2.1 (#1089) via RevenueCat Git Bot (@RCGitBot) + * [Android 8.7.2](https://github.com/RevenueCat/purchases-android/releases/tag/8.7.2) + * [Android 8.7.1](https://github.com/RevenueCat/purchases-android/releases/tag/8.7.1) + * [iOS 5.3.3](https://github.com/RevenueCat/purchases-ios/releases/tag/5.3.3) + * [iOS 5.3.2](https://github.com/RevenueCat/purchases-ios/releases/tag/5.3.2) + +### 🔄 Other Changes +* Bump fastlane-plugin-revenuecat_internal from 5140dbc to 55a0455 (#1091) via Cesar de la Vega (@vegaro) +* Update allowSharingAppStoreAccount deprecation message (#1086) via Will Taylor (@fire-at-will) +* Update fastlane-plugin-revenuecat_internal (#1084) via Cesar de la Vega (@vegaro) diff --git a/CHANGELOG.md b/CHANGELOG.md index d2d1b674..8573802c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,18 @@ +## 8.2.1 +## RevenueCat SDK +### 📦 Dependency Updates +* Bump serve-static from 1.15.0 to 1.16.2 (#1090) via dependabot[bot] (@dependabot[bot]) +* [AUTOMATIC BUMP] Updates purchases-hybrid-common to 13.2.1 (#1089) via RevenueCat Git Bot (@RCGitBot) + * [Android 8.7.2](https://github.com/RevenueCat/purchases-android/releases/tag/8.7.2) + * [Android 8.7.1](https://github.com/RevenueCat/purchases-android/releases/tag/8.7.1) + * [iOS 5.3.3](https://github.com/RevenueCat/purchases-ios/releases/tag/5.3.3) + * [iOS 5.3.2](https://github.com/RevenueCat/purchases-ios/releases/tag/5.3.2) + +### 🔄 Other Changes +* Bump fastlane-plugin-revenuecat_internal from 5140dbc to 55a0455 (#1091) via Cesar de la Vega (@vegaro) +* Update allowSharingAppStoreAccount deprecation message (#1086) via Will Taylor (@fire-at-will) +* Update fastlane-plugin-revenuecat_internal (#1084) via Cesar de la Vega (@vegaro) + ## 8.2.0 ### New Features * Adds pricePerPeriod functions to PurchasesStoreProduct (#1045) via JayShortway (@JayShortway) diff --git a/android/build.gradle b/android/build.gradle index 282e5a44..86677d60 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -29,7 +29,7 @@ android { minSdkVersion getExtOrIntegerDefault('minSdkVersion') targetSdkVersion getExtOrIntegerDefault('targetSdkVersion') versionCode 1 - versionName '8.2.0' + versionName '8.2.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 b001a80a..ab7a3983 100644 --- a/android/src/main/java/com/revenuecat/purchases/react/RNPurchasesModule.java +++ b/android/src/main/java/com/revenuecat/purchases/react/RNPurchasesModule.java @@ -47,7 +47,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 = "8.2.0"; + public static final String PLUGIN_VERSION = "8.2.1"; private final ReactApplicationContext reactContext; diff --git a/ios/RNPurchases.m b/ios/RNPurchases.m index 59e7745c..63bcdd9e 100644 --- a/ios/RNPurchases.m +++ b/ios/RNPurchases.m @@ -507,7 +507,7 @@ - (NSString *)platformFlavor { } - (NSString *)platformFlavorVersion { - return @"8.2.0"; + return @"8.2.1"; } @end diff --git a/package.json b/package.json index 52d89bf6..1ed376bb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-purchases", "title": "React Native Purchases", - "version": "8.2.0", + "version": "8.2.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 efefb664..f0d9548a 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 '8.2.0' + versionName '8.2.1' } buildTypes { diff --git a/react-native-purchases-ui/package.json b/react-native-purchases-ui/package.json index 73598a5c..b6884c7b 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": "8.2.0", + "version": "8.2.1", "description": "React Native in-app purchases and subscriptions made easy. Supports iOS and Android.", "main": "lib/commonjs/index", "module": "lib/module/index", @@ -115,6 +115,6 @@ }, "dependencies": { "@revenuecat/purchases-typescript-internal": "13.2.1", - "react-native-purchases": "8.2.0" + "react-native-purchases": "8.2.1" } } diff --git a/scripts/docs/index.html b/scripts/docs/index.html index 862cab0e..9ec6ff8d 100644 --- a/scripts/docs/index.html +++ b/scripts/docs/index.html @@ -2,7 +2,7 @@ - + diff --git a/yarn.lock b/yarn.lock index f2b6014d..fb0259d7 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7065,7 +7065,7 @@ __metadata: react: 18.2.0 react-native: 0.73.5 react-native-builder-bob: ^0.20.0 - react-native-purchases: 8.2.0 + react-native-purchases: 8.2.1 ts-jest: ^29.1.2 tslint: ^5.20.0 tslint-config-prettier: ^1.18.0 @@ -7077,7 +7077,7 @@ __metadata: languageName: unknown linkType: soft -"react-native-purchases@8.2.0, react-native-purchases@workspace:.": +"react-native-purchases@8.2.1, react-native-purchases@workspace:.": version: 0.0.0-use.local resolution: "react-native-purchases@workspace:." dependencies: