From d9a1f6728019feeece7f1888b169ebddedfa38f4 Mon Sep 17 00:00:00 2001 From: RCGitBot Date: Tue, 29 Oct 2024 19:01:48 +0000 Subject: [PATCH] Version bump for 13.7.0 --- .version | 2 +- CHANGELOG.latest.md | 11 ++++++++++- CHANGELOG.md | 14 ++++++++++++++ PurchasesHybridCommon.podspec | 2 +- PurchasesHybridCommonUI.podspec | 2 +- android/gradle.properties | 2 +- ios/PurchasesHybridCommon/Info.plist | 2 +- .../PurchasesHybridCommon/Constants.swift | 2 +- .../PurchasesHybridCommonTests/Info.plist | 2 +- typescript/package.json | 2 +- 10 files changed, 32 insertions(+), 9 deletions(-) diff --git a/.version b/.version index 649e128e..506ade15 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -13.6.0 \ No newline at end of file +13.7.0 \ No newline at end of file diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index fc36767e..24ddf33c 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,3 +1,12 @@ ## RevenueCat SDK ### ✨ New Features -* Adds `Offerings.currentOfferingForPlacement()` (#938) via JayShortway (@JayShortway) +* Support SK win-back offer messages (#947) via Will Taylor (@fire-at-will) +### 🐞 Bugfixes +* Add Amazon `freeTrialPeriod` to `introPrice` (#952) via Cesar de la Vega (@vegaro) +### 📦 Dependency Updates +* [AUTOMATIC] iOS 5.6.0 => 5.7.0 (#946) via RevenueCat Git Bot (@RCGitBot) + +### 🔄 Other Changes +* Bump danger from 9.5.0 to 9.5.1 (#943) via dependabot[bot] (@dependabot[bot]) +* Bump lefthook from 1.7.18 to 1.8.1 (#945) via dependabot[bot] (@dependabot[bot]) +* Bump rexml from 3.3.8 to 3.3.9 (#948) via dependabot[bot] (@dependabot[bot]) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e54d4fc..09f3a767 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## 13.7.0 +## RevenueCat SDK +### ✨ New Features +* Support SK win-back offer messages (#947) via Will Taylor (@fire-at-will) +### 🐞 Bugfixes +* Add Amazon `freeTrialPeriod` to `introPrice` (#952) via Cesar de la Vega (@vegaro) +### 📦 Dependency Updates +* [AUTOMATIC] iOS 5.6.0 => 5.7.0 (#946) via RevenueCat Git Bot (@RCGitBot) + +### 🔄 Other Changes +* Bump danger from 9.5.0 to 9.5.1 (#943) via dependabot[bot] (@dependabot[bot]) +* Bump lefthook from 1.7.18 to 1.8.1 (#945) via dependabot[bot] (@dependabot[bot]) +* Bump rexml from 3.3.8 to 3.3.9 (#948) via dependabot[bot] (@dependabot[bot]) + ## 13.6.0 ## RevenueCat SDK ### ✨ New Features diff --git a/PurchasesHybridCommon.podspec b/PurchasesHybridCommon.podspec index 32b903db..41055736 100644 --- a/PurchasesHybridCommon.podspec +++ b/PurchasesHybridCommon.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PurchasesHybridCommon" - s.version = "13.6.0" + s.version = "13.7.0" s.summary = "Common files for hybrid SDKs for RevenueCat's Subscription and in-app-purchase backend service." s.description = <<-DESC diff --git a/PurchasesHybridCommonUI.podspec b/PurchasesHybridCommonUI.podspec index 41fc9a07..5485931e 100644 --- a/PurchasesHybridCommonUI.podspec +++ b/PurchasesHybridCommonUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PurchasesHybridCommonUI" - s.version = "13.6.0" + s.version = "13.7.0" s.summary = "Common files for hybrid SDKs for RevenueCat UI" s.description = <<-DESC diff --git a/android/gradle.properties b/android/gradle.properties index f45b4c1a..06a4003f 100644 --- a/android/gradle.properties +++ b/android/gradle.properties @@ -23,7 +23,7 @@ kotlin.code.style=official android.nonTransitiveRClass=true GROUP=com.revenuecat.purchases -VERSION_NAME=13.6.0 +VERSION_NAME=13.7.0 POM_DESCRIPTION=Mobile subscriptions in hours, not months. POM_URL=https://github.com/RevenueCat/purchases-hybrid-common diff --git a/ios/PurchasesHybridCommon/Info.plist b/ios/PurchasesHybridCommon/Info.plist index cc35f083..67771003 100644 --- a/ios/PurchasesHybridCommon/Info.plist +++ b/ios/PurchasesHybridCommon/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 13.6.0 + 13.7.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommon/Constants.swift b/ios/PurchasesHybridCommon/PurchasesHybridCommon/Constants.swift index 2e82775e..f6d0913f 100644 --- a/ios/PurchasesHybridCommon/PurchasesHybridCommon/Constants.swift +++ b/ios/PurchasesHybridCommon/PurchasesHybridCommon/Constants.swift @@ -9,5 +9,5 @@ import Foundation internal struct Constants { - static let hybridCommonVersion = "13.6.0" + static let hybridCommonVersion = "13.7.0" } diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist index 15deb09d..421262bf 100644 --- a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist +++ b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 13.6.0 + 13.7.0 CFBundleVersion 1 diff --git a/typescript/package.json b/typescript/package.json index fa7a913f..1dad6ad2 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": "13.6.0", + "version": "13.7.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",