Release: 2.26.3#211
Conversation
|
Skipping CodeAnt AI review — this PR is a back-merge between long-lived branches ( If you want to analyze this anyway (e.g. you resolved conflicts with new logic), comment |
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (2)
📒 Files selected for processing (5)
💤 Files with no reviewable changes (1)
📝 WalkthroughWalkthroughThis PR releases version 2.26.3 of the Usercentrics React Native SDK, updating changelog documentation, package manifests, Android dependency versions, and removing a resource file reference from the sample iOS app's build configuration. ChangesVersion 2.26.3 Release
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~3 minutes Possibly related PRs
Suggested labels
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Tip 💬 Introducing Slack Agent: The best way for teams to turn conversations into code.Slack Agent is built on CodeRabbit's deep understanding of your code, so your team can collaborate across the entire SDLC without losing context.
Built for teams:
One agent for your entire SDLC. Right inside Slack. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Review Summary by QodoRelease version 2.26.3 with bug fixes
WalkthroughsDescription• Bump version from 2.26.2 to 2.26.3 • Add changelog entries for Firebase mediation and Protobuf fixes • Update version in Android and npm package configurations • Remove GoogleService-Info.plist from iOS sample project Diagramflowchart LR
A["Version 2.26.2"] -- "Release 2.26.3" --> B["Updated Configs"]
B --> C["Android build.gradle.kts"]
B --> D["package.json"]
B --> E["CHANGELOG.md"]
E --> F["Firebase & Protobuf Fixes"]
B --> G["iOS project.pbxproj"]
File Changes1. android/build.gradle.kts
|
Code Review by Qodo
1. Firebase plist not bundled
|
|
PR Summary: Release 2.26.3: version bumps and release notes added with fixes for mediation/Firebase, protobuf conflict, and UI alignment.
|
|
Reviewed up to commit:022b8d341c25d606eaf86ca00e45b0d3801eeba3 Additional SuggestionOthers- Multiple files were version-bumped (package.json, android/build-legacy.gradle, android/build.gradle.kts). Ensure the release workflow also: 1) runs 'yarn compile' (prepare) so lib/ outputs reflect the new version; 2) commits any generated code or ensures prepublish codegen (generate-codegen-jni.js) is run in CI/publish; and 3) run the sample iOS/Android build to validate no project files (like the PBXBuildFile) were inadvertently changed. Consider adding an automated version-bump check that verifies all known locations (package.json, ios podspec mapping, android gradle files, react-native config) are updated together to avoid drift. |
Summary by CodeRabbit
Release Notes - Version 2.26.3