chore(release): bump version to 1.0.0 and rn 2.5.0 - #122
Draft
glenn-klaviyo wants to merge 1 commit into
Draft
Conversation
Bumps the Expo plugin 0.4.0 -> 1.0.0 via bump-version.sh (root/example package.json, example app.config.js, iOS plist and Android klaviyo_sdk_plugin_version_override, and version test assertions), and re-pins the example app's klaviyo-react-native-sdk to 2.5.0. Lockfiles are intentionally not regenerated: RN 2.5.0 is not yet published to npm. Run npm install (root + example) once it is. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Enterprise Run ID: 📒 Files selected for processing (6)
📝 WalkthroughWalkthroughThe release version changes from 0.4.0 to 1.0.0 across package metadata and platform configuration. The example app upgrades ChangesRelease Version Alignment
Estimated code review effort: 1 (Trivial) | ~3 minutes Possibly related PRs
Suggested labels: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
glenn-klaviyo
marked this pull request as ready for review
August 4, 2026 13:33
belleklaviyo
approved these changes
Aug 4, 2026
belleklaviyo
left a comment
Contributor
There was a problem hiding this comment.
🚀 we're in the majors now!! lgtm pending the lock file generation when available
glenn-klaviyo
marked this pull request as draft
August 4, 2026 13:50
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
Bumps the Expo plugin 0.4.0 -> 1.0.0 (the Q2 major release) and re-pins the example app to the RN SDK release version.
Generated via
./bump-version.sh 1.0.0plus one manual edit to the example's RN SDK pin.Changelog
package.json,example/package.json,example/app.config.js, iOSklaviyo-plugin-configuration.plist(klaviyo_sdk_plugin_version_override),plugin/withKlaviyoAndroid.ts(setStringResource), andtests/withKlaviyoAndroid.internal.test.tsassertions -> 1.0.0example/package.json:klaviyo-react-native-sdk 2.3.0->2.5.0The Expo plugin does not pin native iOS/Android SDK versions directly; those come transitively through
klaviyo-react-native-sdk, so the RN pin is the only dependency change.Test plan
npm install(root) +cd example && npm installregenerate lockfiles cleanly against RN 2.5.0npm run prepare(build) passesBlocked on upstream publish
klaviyo-react-native-sdk2.5.0 is not on npm yet, sonpm installcannot resolve it. Once RN 2.5.0 publishes, runnpm install(root) andcd example && npm install, then commit the updated lockfiles here.Hold merge until RN 2.5.0 is published and the lockfiles are refreshed.
🤖 Generated with Claude Code
Summary by CodeRabbit
New Features
Tests