From 64ae11ad17a0a0c6a7750915e1701908d4a842b9 Mon Sep 17 00:00:00 2001 From: RCGitBot Date: Wed, 17 Jan 2024 20:21:06 +0000 Subject: [PATCH] Version bump for 8.11.0 --- .version | 2 +- CHANGELOG.latest.md | 9 ++++----- CHANGELOG.md | 7 +++++++ PurchasesHybridCommon.podspec | 2 +- android/gradle.properties | 2 +- ios/PurchasesHybridCommon/Info.plist | 2 +- .../PurchasesHybridCommonTests/Info.plist | 2 +- typescript/package.json | 2 +- 8 files changed, 17 insertions(+), 11 deletions(-) diff --git a/.version b/.version index 2eb8a972..62f6898c 100644 --- a/.version +++ b/.version @@ -1 +1 @@ -8.10.1 \ No newline at end of file +8.11.0 \ No newline at end of file diff --git a/CHANGELOG.latest.md b/CHANGELOG.latest.md index ef660448..48eb4b1c 100644 --- a/CHANGELOG.latest.md +++ b/CHANGELOG.latest.md @@ -1,6 +1,5 @@ +### RevenueCatUI +* `Paywalls`: fix `UIApplication.keyWindow` deprecation warning (#656) via NachoSoto (@NachoSoto) ### Dependency Updates -* [AUTOMATIC] iOS 4.31.8 => 4.31.9 Android 7.3.2 => 7.3.3 (#653) via RevenueCat Git Bot (@RCGitBot) -* Bump lefthook from 1.5.5 to 1.5.6 (#651) via dependabot[bot] (@dependabot[bot]) -### Other Changes -* Fix update native versions job after hybrid common android split (#652) via Toni Rico (@tonidero) -* Update fastlane internal plugin (#650) via Toni Rico (@tonidero) +* [AUTOMATIC] iOS 4.31.9 => 4.32.0 Android 7.3.3 => 7.3.4 (#660) via RevenueCat Git Bot (@RCGitBot) +* Bump lefthook from 1.5.6 to 1.5.7 (#658) via dependabot[bot] (@dependabot[bot]) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1d445e44..095d6eaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## 8.11.0 +### RevenueCatUI +* `Paywalls`: fix `UIApplication.keyWindow` deprecation warning (#656) via NachoSoto (@NachoSoto) +### Dependency Updates +* [AUTOMATIC] iOS 4.31.9 => 4.32.0 Android 7.3.3 => 7.3.4 (#660) via RevenueCat Git Bot (@RCGitBot) +* Bump lefthook from 1.5.6 to 1.5.7 (#658) via dependabot[bot] (@dependabot[bot]) + ## 8.10.1 ### Dependency Updates * [AUTOMATIC] iOS 4.31.8 => 4.31.9 Android 7.3.2 => 7.3.3 (#653) via RevenueCat Git Bot (@RCGitBot) diff --git a/PurchasesHybridCommon.podspec b/PurchasesHybridCommon.podspec index aa5ce61d..234e9741 100644 --- a/PurchasesHybridCommon.podspec +++ b/PurchasesHybridCommon.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "PurchasesHybridCommon" - s.version = "8.10.1" + s.version = "8.11.0" s.summary = "Common files for hybrid SDKs for RevenueCat's Subscription and in-app-purchase backend service." s.description = <<-DESC diff --git a/android/gradle.properties b/android/gradle.properties index df09ed6f..185a664e 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=8.10.1 +VERSION_NAME=8.11.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 7d260a59..4508f6eb 100644 --- a/ios/PurchasesHybridCommon/Info.plist +++ b/ios/PurchasesHybridCommon/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 8.10.1 + 8.11.0 CFBundleVersion $(CURRENT_PROJECT_VERSION) diff --git a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist index 01c8e0d6..fa6aa4ad 100644 --- a/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist +++ b/ios/PurchasesHybridCommon/PurchasesHybridCommonTests/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType $(PRODUCT_BUNDLE_PACKAGE_TYPE) CFBundleShortVersionString - 8.10.1 + 8.11.0 CFBundleVersion 1 diff --git a/typescript/package.json b/typescript/package.json index 0fbd4c4e..f05661fb 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": "8.10.1", + "version": "8.11.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",