From 27163713f92ce64d13f8ac8b4296a4ab8516f146 Mon Sep 17 00:00:00 2001 From: RCGitBot Date: Mon, 2 Sep 2024 15:45:01 +0000 Subject: [PATCH] Version bump for 13.2.0 --- .version | 2 +- CHANGELOG.latest.md | 12 ++++++------ CHANGELOG.md | 10 ++++++++++ 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, 24 insertions(+), 14 deletions(-) diff --git a/.version b/.version index 03c39bfe..5b8f80fb 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -13.1.0 \ No newline at end of file +13.2.0 \ No newline at end of file diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 8a5f922c..e2e836fc 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,8 +1,8 @@ ### Dependency Updates -* iOS 5.2.3 => 5.3.0 Android 8.4.0 => 8.6.0 (#903) via Toni Rico (@tonidero) -* Bump lefthook from 1.7.12 to 1.7.14 (#899) via dependabot[bot] (@dependabot[bot]) -* Bump lefthook from 1.6.18 to 1.7.12 (#896) via dependabot[bot] (@dependabot[bot]) -* Bump fastlane-plugin-revenuecat_internal from `d5f0742` to `4c4b8ce` (#897) via dependabot[bot] (@dependabot[bot]) -* Bump rexml from 3.2.9 to 3.3.3 (#893) via dependabot[bot] (@dependabot[bot]) +* Bump lefthook from 1.7.14 to 1.7.15 (#912) via dependabot[bot] (@dependabot[bot]) +* [AUTOMATIC] iOS 5.3.0 => 5.3.1 (#909) via RevenueCat Git Bot (@RCGitBot) +* Bump fastlane-plugin-revenuecat_internal from `4c4b8ce` to `85e1c83` (#901) via dependabot[bot] (@dependabot[bot]) +* [AUTOMATIC] Android 8.6.0 => 8.7.0 (#906) via RevenueCat Git Bot (@RCGitBot) +* Bump rexml from 3.3.3 to 3.3.6 (#905) via dependabot[bot] (@dependabot[bot]) ### Other Changes -* StoreKitVersion Docstring Typo Fix (#894) via Will Taylor (@fire-at-will) +* Adds StoreProduct.priceAmount and StoreProductDiscount.priceAmount on iOS. (#911) via JayShortway (@JayShortway) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8edb3344..fc4d180f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## 13.2.0 +### Dependency Updates +* Bump lefthook from 1.7.14 to 1.7.15 (#912) via dependabot[bot] (@dependabot[bot]) +* [AUTOMATIC] iOS 5.3.0 => 5.3.1 (#909) via RevenueCat Git Bot (@RCGitBot) +* Bump fastlane-plugin-revenuecat_internal from `4c4b8ce` to `85e1c83` (#901) via dependabot[bot] (@dependabot[bot]) +* [AUTOMATIC] Android 8.6.0 => 8.7.0 (#906) via RevenueCat Git Bot (@RCGitBot) +* Bump rexml from 3.3.3 to 3.3.6 (#905) via dependabot[bot] (@dependabot[bot]) +### Other Changes +* Adds StoreProduct.priceAmount and StoreProductDiscount.priceAmount on iOS. (#911) via JayShortway (@JayShortway) + ## 13.1.0 ### Dependency Updates * iOS 5.2.3 => 5.3.0 Android 8.4.0 => 8.6.0 (#903) via Toni Rico (@tonidero) diff --git a/PurchasesHybridCommon.podspec b/PurchasesHybridCommon.podspec index 7d93a1fd..716d828d 100644 --- a/PurchasesHybridCommon.podspec +++ b/PurchasesHybridCommon.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PurchasesHybridCommon" - s.version = "13.1.0" + s.version = "13.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/PurchasesHybridCommonUI.podspec b/PurchasesHybridCommonUI.podspec index 02764fab..e43a7c74 100644 --- a/PurchasesHybridCommonUI.podspec +++ b/PurchasesHybridCommonUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PurchasesHybridCommonUI" - s.version = "13.1.0" + s.version = "13.2.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 915e80eb..d845eb20 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.1.0 +VERSION_NAME=13.2.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 e9c94d3f..ef878abb 100644 --- a/ios/PurchasesHybridCommon/Info.plist +++ b/ios/PurchasesHybridCommon/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 13.1.0 + 13.2.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommon/Constants.swift b/ios/PurchasesHybridCommon/PurchasesHybridCommon/Constants.swift index 57f36c14..77424c03 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.1.0" + static let hybridCommonVersion = "13.2.0" } diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist index ca92019b..61a13f77 100644 --- a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist +++ b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 13.1.0 + 13.2.0 CFBundleVersion 1 diff --git a/typescript/package.json b/typescript/package.json index d69583bd..26f249d7 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.1.0", + "version": "13.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",