Merged
Conversation
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
rickvdl
approved these changes
Apr 14, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3340 +/- ##
=======================================
Coverage 79.22% 79.22%
=======================================
Files 352 352
Lines 14104 14104
Branches 1943 1943
=======================================
Hits 11174 11174
Misses 2132 2132
Partials 798 798 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
github-merge-queue bot
pushed a commit
that referenced
this pull request
Apr 14, 2026
**This is an automatic release.** ## RevenueCatUI SDK ### 🐞 Bugfixes * Fix paywall crash when cached font files are evicted (#3341) via Toni Rico (@tonidero) ### 🔄 Other Changes * Cleaner Offerings list in Paywall tester (#3319) via Cesar de la Vega (@vegaro) * Add 9.29.1 hotfix release to changelog (#3340) via Cesar de la Vega (@vegaro) <!-- CURSOR_SUMMARY --> --- > [!NOTE] > **Low Risk** > Low risk: this is primarily a version bump and release metadata/docs deployment update, with no functional code changes beyond the embedded version string. > > **Overview** > Publishes the `10.1.2` release by updating version references from `10.2.0-SNAPSHOT` across the build (`gradle.properties`, `Config.frameworkVersion`), sample/test app dependency pins, and `.version`. > > Updates release documentation plumbing: CircleCI docs deploy now syncs the `10.1.2` docs to S3, `docs/index.html` redirects to `10.1.2`, and `CHANGELOG.md`/`CHANGELOG.latest.md` add the `10.1.2` notes (paywall font-cache crash fix and Paywall Tester cleanup). > > <sup>Reviewed by [Cursor Bugbot](https://cursor.com/bugbot) for commit 07101e5. 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.
Summary
Note
Low Risk
Documentation-only change that updates release notes; no code or runtime behavior is affected.
Overview
Adds the missing
9.29.1release entry toCHANGELOG.md, documenting the RevenueCatUI Paywalls v2 hotfix for PW-1178 (package-level visibility support).Reviewed by Cursor Bugbot for commit 2881b15. Bugbot is set up for automated code reviews on this repo. Configure here.