You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: set iOS wrapper SDK version and cover RoktPaymentExtension in release flow (#95)
The release workflow only ever versioned/published the plugin and Rokt kit,
leaving two gaps:
- CDVMParticle.m reported an empty wrapper version to mParticle
(_setWrapperSdk_internal version:@""). Seed it with the current version and
add a release-workflow step that bumps it alongside plugin.xml, so it tracks
every release instead of going stale.
- Kits/RoktPaymentExtension (new this release) was not managed by the release
flow at all, so it had drifted to 3.0.0 and would never be version-bumped or
published. Add version-bump + plugin.xml + dry-run-publish steps mirroring the
Rokt kit, align it to 3.0.1, and list the extra files in the release PR body.
Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
0 commit comments