From bf5ee724e53cbf491c787a51c8a347d557cd3a44 Mon Sep 17 00:00:00 2001 From: RCGitBot Date: Thu, 8 Aug 2024 15:19:47 +0000 Subject: [PATCH] Version bump for 13.0.1 --- .version | 2 +- CHANGELOG.latest.md | 8 ++------ CHANGELOG.md | 5 +++++ 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, 15 insertions(+), 14 deletions(-) diff --git a/.version b/.version index 70045d3c..5923531d 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -13.0.0 \ No newline at end of file +13.0.1 \ No newline at end of file diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 2673c91f..52942527 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,7 +1,3 @@ -### Breaking Changes - -- Require STOREKIT_VERSION when PURCHASES_ARE_COMPLETED_BY is MY_APP (#884) via Will Taylor (@fire-at-will) - ### Dependency Updates - -- Bump fastlane from 2.221.1 to 2.222.0 (#880) via dependabot[bot] (@dependabot[bot]) +* [AUTOMATIC] iOS 5.2.2 => 5.2.3 Android 8.3.1 => 8.4.0 (#890) via RevenueCat Git Bot (@RCGitBot) +* Bump danger from 9.4.3 to 9.5.0 (#888) via dependabot[bot] (@dependabot[bot]) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9ccbd846..912c8fd5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 13.0.1 +### Dependency Updates +* [AUTOMATIC] iOS 5.2.2 => 5.2.3 Android 8.3.1 => 8.4.0 (#890) via RevenueCat Git Bot (@RCGitBot) +* Bump danger from 9.4.3 to 9.5.0 (#888) via dependabot[bot] (@dependabot[bot]) + ## 13.0.0 ### Breaking Changes diff --git a/PurchasesHybridCommon.podspec b/PurchasesHybridCommon.podspec index aa353f17..66038bd4 100644 --- a/PurchasesHybridCommon.podspec +++ b/PurchasesHybridCommon.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PurchasesHybridCommon" - s.version = "13.0.0" + s.version = "13.0.1" 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 67613b95..c3ae2b53 100644 --- a/PurchasesHybridCommonUI.podspec +++ b/PurchasesHybridCommonUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PurchasesHybridCommonUI" - s.version = "13.0.0" + s.version = "13.0.1" s.summary = "Common files for hybrid SDKs for RevenueCat UI" s.description = <<-DESC diff --git a/android/gradle.properties b/android/gradle.properties index 67a47511..a0a47eb1 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.0.0 +VERSION_NAME=13.0.1 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 490ad091..71b67ad2 100644 --- a/ios/PurchasesHybridCommon/Info.plist +++ b/ios/PurchasesHybridCommon/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 13.0.0 + 13.0.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommon/Constants.swift b/ios/PurchasesHybridCommon/PurchasesHybridCommon/Constants.swift index 0c092ce5..a49a561f 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.0.0" + static let hybridCommonVersion = "13.0.1" } diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist index 92a7a704..b59f70f1 100644 --- a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist +++ b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 13.0.0 + 13.0.1 CFBundleVersion 1 diff --git a/typescript/package.json b/typescript/package.json index 7517ef8c..e1d9b452 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.0.0", + "version": "13.0.1", "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",