From fdfebe02af8cbbc4c701b5128c2b438db49ce006 Mon Sep 17 00:00:00 2001 From: RCGitBot Date: Fri, 20 Dec 2024 11:55:30 +0000 Subject: [PATCH] Version bump for 13.13.1 --- .version | 2 +- CHANGELOG.latest.md | 10 +--------- 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, 14 insertions(+), 17 deletions(-) diff --git a/.version b/.version index 84b5911a..b88ad97c 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -13.13.0 \ No newline at end of file +13.13.1 \ No newline at end of file diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 22939173..ef7c066f 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,11 +1,3 @@ ## RevenueCat SDK -### ✨ New Features -* Support Web Redemption Links (#987) via Toni Rico (@tonidero) ### 🐞 Bugfixes -* Add empty `NSPrivacyCollectedDataTypes` (#990) via Cesar de la Vega (@vegaro) - -### 🔄 Other Changes -* Bump fastlane from 2.225.0 to 2.226.0 (#984) via dependabot[bot] (@dependabot[bot]) -* Bump lefthook from 1.8.4 to 1.9.2 (#986) via dependabot[bot] (@dependabot[bot]) -* Bump fastlane-plugin-revenuecat_internal from `3b1e7cf` to `4ee8579` (#985) via dependabot[bot] (@dependabot[bot]) -* Change dependency-update job to macos machine (#979) via Toni Rico (@tonidero) +* Updates `Package.swift` and `Package.resolved` (#997) via JayShortway (@JayShortway) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f011521..f5434d48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## 13.13.1 +## RevenueCat SDK +### 🐞 Bugfixes +* Updates `Package.swift` and `Package.resolved` (#997) via JayShortway (@JayShortway) + ## 13.13.0 ## RevenueCat SDK ### ✨ New Features diff --git a/PurchasesHybridCommon.podspec b/PurchasesHybridCommon.podspec index 287479c1..6f1a7a0b 100644 --- a/PurchasesHybridCommon.podspec +++ b/PurchasesHybridCommon.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PurchasesHybridCommon" - s.version = "13.13.0" + s.version = "13.13.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 2de0b6d2..8478b158 100644 --- a/PurchasesHybridCommonUI.podspec +++ b/PurchasesHybridCommonUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PurchasesHybridCommonUI" - s.version = "13.13.0" + s.version = "13.13.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 4ef8b25c..296bb632 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.13.0 +VERSION_NAME=13.13.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 c9129104..9e2242c1 100644 --- a/ios/PurchasesHybridCommon/Info.plist +++ b/ios/PurchasesHybridCommon/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 13.13.0 + 13.13.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommon/Constants.swift b/ios/PurchasesHybridCommon/PurchasesHybridCommon/Constants.swift index 271238fd..6aed5fb4 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.13.0" + static let hybridCommonVersion = "13.13.1" } diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist index b322b42e..e2f3dd55 100644 --- a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist +++ b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 13.13.0 + 13.13.1 CFBundleVersion 1 diff --git a/typescript/package.json b/typescript/package.json index 78ea4ace..3b95fef1 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.13.0", + "version": "13.13.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",