[AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.8.0#1760
Merged
Conversation
RCGitBot
added a commit
that referenced
this pull request
May 27, 2026
**This is an automatic release.** ## RevenueCat SDK ### ✨ New Features * feat: ad tracking API (#1750) via Peter Porfy (@peterporfy) ### 📦 Dependency Updates * [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.8.0 (#1760) via RevenueCat Git Bot (@RCGitBot) * [Android 10.6.1](https://github.com/RevenueCat/purchases-android/releases/tag/10.6.1) * [iOS 5.74.0](https://github.com/RevenueCat/purchases-ios/releases/tag/5.74.0) * [iOS 5.73.1](https://github.com/RevenueCat/purchases-ios/releases/tag/5.73.1) * [Web 1.41.1](https://github.com/RevenueCat/purchases-js/releases/tag/1.41.1) * [Web 1.41.0](https://github.com/RevenueCat/purchases-js/releases/tag/1.41.0) * [AUTOMATIC BUMP] Updates purchases-hybrid-common to 18.7.1 (#1758) via RevenueCat Git Bot (@RCGitBot) ### 🔄 Other Changes * Bump fastlane from 2.234.0 to 2.235.0 (#1761) via dependabot[bot] (@dependabot[bot]) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Medium Risk** > Release bundles hybrid-common 18.8.0 and documents new ad-tracking APIs; diff is mostly version pins but consumers get new attribution surface and native SDK changes. > > **Overview** > This **automatic release** cuts **10.2.0** for `purchases_flutter` and `purchases_ui_flutter` by bumping version strings everywhere they are reported (`.version`, `pubspec.yaml`, Android/iOS/macOS podspecs and Gradle, and platform flavor version constants on Android, iOS, and web). > > It aligns native dependencies on **`purchases-hybrid-common` 18.8.0** (Android `common_version`, iOS `PurchasesHybridCommon`, web hybrid mappings CDN) and updates **`purchases_ui_flutter`** to depend on **`purchases_flutter` ^10.2.0**. **CHANGELOG** / **CHANGELOG-LATEST** document the release: **ad tracking API** (#1750), hybrid-common bumps (18.8.0 / 18.7.1) with linked Android/iOS/Web SDK versions, and a **fastlane** tooling bump. > > There is **no application logic change in this diff** beyond versioning and release notes—the feature work ships via the aggregated changelog and underlying hybrid-common release. > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 6c60efe. Bugbot is set up for automated code reviews on this repo. Configure [here](https://www.cursor.com/dashboard/bugbot).</sup> <!-- /CURSOR_SUMMARY -->
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This is an automatic bump.
Updates purchases-hybrid-common to 18.8.0
Note
Low Risk
Version-only dependency bump with no application code changes; risk is limited to whatever is in the upstream 18.8.0 hybrid-common release.
Overview
Bumps the shared purchases-hybrid-common dependency from 18.7.1 to 18.8.0 across native and web integration points for both
purchases_flutterandpurchases_ui_flutter.On Android,
ext.common_versionin each plugin’sbuild.gradlenow resolvespurchases-hybrid-common/purchases-hybrid-common-uiat 18.8.0. iOS and macOS CocoaPods specs and Swift Package manifests pinPurchasesHybridCommonorPurchasesHybridCommonUIto 18.8.0. Web loads@revenuecat/purchases-js-hybrid-mappingsat the matching version via_purchasesHybridMappingsVersioninpurchases_flutter_web.dart.There are no Dart API or plugin logic changes in this diff—only version alignment so all platforms use the same hybrid-common release.
Reviewed by Cursor Bugbot for commit d718509. Bugbot is set up for automated code reviews on this repo. Configure here.