From 0ffcf333cd103610adb647d4ede319bce95bc8c0 Mon Sep 17 00:00:00 2001 From: RCGitBot Date: Mon, 29 Apr 2024 12:44:52 +0000 Subject: [PATCH] Version bump for 10.5.1 --- .version | 2 +- CHANGELOG.latest.md | 6 ++++-- CHANGELOG.md | 7 +++++++ PurchasesHybridCommon.podspec | 2 +- PurchasesHybridCommonUI.podspec | 2 +- android/gradle.properties | 2 +- ios/PurchasesHybridCommon/Info.plist | 2 +- .../PurchasesHybridCommonTests/Info.plist | 2 +- typescript/package.json | 2 +- 9 files changed, 18 insertions(+), 9 deletions(-) diff --git a/.version b/.version index fcc198cb..555a95a7 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -10.5.0 \ No newline at end of file +10.5.1 \ No newline at end of file diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index 784c102f..1fdb3e80 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,3 +1,5 @@ ### Dependency Updates -* [AUTOMATIC] iOS 4.40.1 => 4.41.0 Android 7.8.2 => 7.9.0 (#800) via RevenueCat Git Bot (@RCGitBot) -* Bump fastlane-plugin-revenuecat_internal from `1e62420` to `f88dcd4` (#798) via dependabot[bot] (@dependabot[bot]) +* [AUTOMATIC] iOS 4.41.0 => 4.41.1 (#804) via RevenueCat Git Bot (@RCGitBot) +* Bump fastlane-plugin-revenuecat_internal from `f88dcd4` to `dd5e21f` (#802) via dependabot[bot] (@dependabot[bot]) +### Other Changes +* Add api-extractor to automate API tests (#796) via Toni Rico (@tonidero) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c7ff40b..92002877 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 10.5.1 +### Dependency Updates +* [AUTOMATIC] iOS 4.41.0 => 4.41.1 (#804) via RevenueCat Git Bot (@RCGitBot) +* Bump fastlane-plugin-revenuecat_internal from `f88dcd4` to `dd5e21f` (#802) via dependabot[bot] (@dependabot[bot]) +### Other Changes +* Add api-extractor to automate API tests (#796) via Toni Rico (@tonidero) + ## 10.5.0 ### Dependency Updates * [AUTOMATIC] iOS 4.40.1 => 4.41.0 Android 7.8.2 => 7.9.0 (#800) via RevenueCat Git Bot (@RCGitBot) diff --git a/PurchasesHybridCommon.podspec b/PurchasesHybridCommon.podspec index 0d515a7e..345c1f42 100644 --- a/PurchasesHybridCommon.podspec +++ b/PurchasesHybridCommon.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PurchasesHybridCommon" - s.version = "10.5.0" + s.version = "10.5.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 8d6ec261..0edffce7 100644 --- a/PurchasesHybridCommonUI.podspec +++ b/PurchasesHybridCommonUI.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PurchasesHybridCommonUI" - s.version = "10.5.0" + s.version = "10.5.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 628a3524..7b5deaa0 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=10.5.0 +VERSION_NAME=10.5.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 345c644c..f243a413 100644 --- a/ios/PurchasesHybridCommon/Info.plist +++ b/ios/PurchasesHybridCommon/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 10.5.0 + 10.5.1 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist index c7e4f4ef..8884fc02 100644 --- a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist +++ b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 10.5.0 + 10.5.1 CFBundleVersion 1 diff --git a/typescript/package.json b/typescript/package.json index c2e0e810..13e82a7f 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": "10.5.0", + "version": "10.5.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",