From 3e3ec4fd14706fbeb3a68a4b41864e2f96e332c6 Mon Sep 17 00:00:00 2001 From: RCGitBot Date: Tue, 26 Dec 2023 12:25:36 +0000 Subject: [PATCH] Version bump for 8.2.0 --- .version | 2 +- CHANGELOG.latest.md | 6 +++--- CHANGELOG.md | 7 +++++++ PurchasesHybridCommon.podspec | 2 +- android/build.gradle | 2 +- android/gradle.properties | 2 +- ios/PurchasesHybridCommon/Info.plist | 2 +- .../PurchasesHybridCommonTests/Info.plist | 2 +- typescript/package.json | 2 +- 9 files changed, 17 insertions(+), 10 deletions(-) diff --git a/.version b/.version index c29b3b5d..88dee361 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -8.1.2 \ No newline at end of file +8.2.0 \ No newline at end of file diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 150cd71f..7d562450 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,5 +1,5 @@ ### Dependency Updates -* [AUTOMATIC] iOS 4.31.2 => 4.31.4 Android 7.2.7 => 7.2.8 (#596) via RevenueCat Git Bot (@RCGitBot) -* Bump danger from 9.4.1 to 9.4.2 (#594) via dependabot[bot] (@dependabot[bot]) +* [AUTOMATIC] iOS 4.31.5 => 4.31.6 Android 7.2.8 => 7.3.0 (#613) via RevenueCat Git Bot (@RCGitBot) +* [AUTOMATIC] iOS 4.31.4 => 4.31.5 (#599) via RevenueCat Git Bot (@RCGitBot) ### Other Changes -* Merge dependency-update workflows and fix automatic-release being triggered when executing action (#591) via Cesar de la Vega (@vegaro) +* Trim version file contents (#607) via Toni Rico (@tonidero) diff --git a/CHANGELOG.md b/CHANGELOG.md index fbf81994..65250791 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 8.2.0 +### Dependency Updates +* [AUTOMATIC] iOS 4.31.5 => 4.31.6 Android 7.2.8 => 7.3.0 (#613) via RevenueCat Git Bot (@RCGitBot) +* [AUTOMATIC] iOS 4.31.4 => 4.31.5 (#599) via RevenueCat Git Bot (@RCGitBot) +### Other Changes +* Trim version file contents (#607) via Toni Rico (@tonidero) + ## 8.1.2 ### Dependency Updates * [AUTOMATIC] iOS 4.31.2 => 4.31.4 Android 7.2.7 => 7.2.8 (#596) via RevenueCat Git Bot (@RCGitBot) diff --git a/PurchasesHybridCommon.podspec b/PurchasesHybridCommon.podspec index ea60fb02..92dd14c1 100644 --- a/PurchasesHybridCommon.podspec +++ b/PurchasesHybridCommon.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PurchasesHybridCommon" - s.version = "8.1.2" + s.version = "8.2.0" s.summary = "Common files for hybrid SDKs for RevenueCat's Subscription and in-app-purchase backend service." s.description = <<-DESC diff --git a/android/build.gradle b/android/build.gradle index c345d28f..2272c616 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -48,7 +48,7 @@ android { minSdkVersion 19 targetSdkVersion 33 versionCode 1 - versionName "8.1.2" + versionName "8.2.0" consumerProguardFiles 'consumer-rules.pro' } diff --git a/android/gradle.properties b/android/gradle.properties index 6b6ea13a..95a7ba49 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -22,7 +22,7 @@ kotlin.code.style=official # Maven GROUP=com.revenuecat.purchases -VERSION_NAME=8.1.2 +VERSION_NAME=8.2.0 POM_NAME=purchases-hybrid-common POM_PACKAGING=aar POM_ARTIFACT_ID=purchases-hybrid-common diff --git a/ios/PurchasesHybridCommon/Info.plist b/ios/PurchasesHybridCommon/Info.plist index 7dae5e61..472e402d 100644 --- a/ios/PurchasesHybridCommon/Info.plist +++ b/ios/PurchasesHybridCommon/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 8.1.2 + 8.2.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist index 3a081127..d982baf1 100644 --- a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist +++ b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 8.1.2 + 8.2.0 CFBundleVersion 1 diff --git a/typescript/package.json b/typescript/package.json index a080f322..3a39e648 100644 --- a/typescript/package.json +++ b/typescript/package.json @@ -1,7 +1,7 @@ { "name": "@revenuecat/purchases-typescript-internal", "title": "Purchases typescript internal shared code", - "version": "8.1.2", + "version": "8.2.0", "description": "Typescript code to be used by RevenueCat's hybrid SDKs. Not meant for external usage.", "main": "dist/index.js", "types": "dist/index.d.ts",