Skip to content

chore: Bump package versions to 5.7.0#217

Merged
kherembourg merged 4 commits intomainfrom
version/5.7.0
Feb 16, 2026
Merged

chore: Bump package versions to 5.7.0#217
kherembourg merged 4 commits intomainfrom
version/5.7.0

Conversation

@kherembourg
Copy link
Contributor

@kherembourg kherembourg commented Feb 16, 2026

Summary

  • Bump React Native SDK version to 5.7.0
  • Update iOS native SDK dependency: Purchasely 5.6.4 → 5.7.0
  • Update Android native SDK dependencies: io.purchasely 5.6.0 → 5.7.0 (core, google-play, amazon, huawei-services, player)
  • Update test expectations and version history

Files changed

Category Files
iOS packages/purchasely/react-native-purchasely.podspec
Android packages/purchasely/android/build.gradle, packages/google/android/build.gradle, packages/amazon/android/build.gradle, packages/huawei/android/build.gradle, packages/android-player/android/build.gradle
Package versions All package.json files (purchasely, google, amazon, huawei, android-player)
Source packages/purchasely/src/index.ts (purchaselyVersion constant)
Tests packages/purchasely/src/__tests__/index.test.ts, packages/purchasely/src/__tests__/types.test.ts
Docs VERSIONS.md, CLAUDE.md

Test plan

  • yarn test — 139 tests pass
  • yarn lint — clean
  • yarn typecheck — clean
  • yarn all:prepare — all packages build successfully
  • CI: lint
  • CI: test
  • CI: build-android
  • CI: build-ios

🤖 Generated with Claude Code

Update native SDK dependencies:
- iOS: Purchasely 5.6.4 → 5.7.0
- Android: io.purchasely 5.6.0 → 5.7.0

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@gemini-code-assist
Copy link

Summary of Changes

Hello @kherembourg, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed!

This pull request focuses on a routine version bump for the Purchasely React Native SDK and its associated native dependencies. The update ensures that all components, including iOS and various Android modules, are aligned with the latest 5.7.0 release. This change primarily involves updating version numbers across configuration files, package manifests, and internal constants, along with corresponding adjustments to test expectations and documentation.

Highlights

  • React Native SDK Version Bump: The main React Native SDK version has been updated to 5.7.0.
  • iOS Native SDK Update: The underlying iOS native SDK dependency for Purchasely has been upgraded from 5.6.4 to 5.7.0.
  • Android Native SDK Updates: Multiple Android native SDK dependencies, including core, google-play, amazon, huawei-services, and player, have been updated from 5.6.0 to 5.7.0.
  • Documentation and Test Updates: Relevant documentation files (CLAUDE.md, VERSIONS.md) and test expectations have been updated to reflect the new version.
Changelog
  • CLAUDE.md
    • Updated 'Current Version' from 5.6.2 to 5.7.0
    • Updated 'Native iOS SDK' from 5.6.4 to 5.7.0
    • Updated 'Native Android SDK' from 5.6.0 to 5.7.0
    • Updated 'Purchasely SDK' version in iOS dependencies from 5.6.2 to 5.7.0
    • Updated 'io.purchasely:core' version in Android dependencies from 5.6.0 to 5.7.0
    • Added new entry for React Native SDK 5.7.0 mapping to iOS SDK 5.7.0 and Android SDK 5.7.0
  • VERSIONS.md
    • Added a new row to the version mapping table for React Native SDK 5.7.0, iOS SDK 5.7.0, and Android SDK 5.7.0
  • packages/amazon/android/build.gradle
    • Updated 'io.purchasely:amazon' dependency from 5.6.0 to 5.7.0
  • packages/amazon/package.json
    • Updated package version from 5.6.2 to 5.7.0
  • packages/android-player/android/build.gradle
    • Updated 'io.purchasely:player' dependency from 5.6.0 to 5.7.0
  • packages/android-player/package.json
    • Updated package version from 5.6.2 to 5.7.0
  • packages/google/android/build.gradle
    • Updated 'io.purchasely:google-play' dependency from 5.6.0 to 5.7.0
  • packages/google/package.json
    • Updated package version from 5.6.2 to 5.7.0
  • packages/huawei/android/build.gradle
    • Updated 'io.purchasely:huawei-services' dependency from 5.6.0 to 5.7.0
  • packages/huawei/package.json
    • Updated package version from 5.6.2 to 5.7.0
  • packages/purchasely/android/build.gradle
    • Updated 'io.purchasely:core' dependency from 5.6.0 to 5.7.0
  • packages/purchasely/package.json
    • Updated package version from 5.6.2 to 5.7.0
  • packages/purchasely/react-native-purchasely.podspec
    • Updated 'Purchasely' dependency from 5.6.4 to 5.7.0
  • packages/purchasely/src/tests/index.test.ts
    • Updated expected SDK version in initialization tests from '5.6.2' to '5.7.0'
  • packages/purchasely/src/tests/types.test.ts
    • Updated expected 'sdk_version' in PurchaselyEvent test from '5.6.2' to '5.7.0'
  • packages/purchasely/src/index.ts
    • Updated 'purchaselyVersion' constant from '5.6.2' to '5.7.0'
Activity
  • The author has confirmed that 'yarn test' passed with 139 tests.
  • The author has confirmed that 'yarn lint' ran clean.
  • The author has confirmed that 'yarn typecheck' ran clean.
  • The author has confirmed that 'yarn all:prepare' successfully built all packages.
  • CI checks for lint, test, build-android, and build-ios are pending.
Using Gemini Code Assist

The full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips.

Invoking Gemini

You can request assistance from Gemini at any point by creating a comment using either /gemini <command> or @gemini-code-assist <command>. Below is a summary of the supported commands on the current page.

Feature Command Description
Code Review /gemini review Performs a code review for the current pull request in its current state.
Pull Request Summary /gemini summary Provides a summary of the current pull request in its current state.
Comment @gemini-code-assist Responds in comments when explicitly tagged, both in pull request comments and review comments.
Help /gemini help Displays a list of available commands.

Customization

To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a .gemini/ folder in the base of the repository. Detailed instructions can be found here.

Limitations & Feedback

Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here.

You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension.

Footnotes

  1. Review the Privacy Notices, Generative AI Prohibited Use Policy, Terms of Service, and learn how to configure Gemini Code Assist in GitHub here. Gemini can make mistakes, so double check it and use code with caution.

Copy link

@gemini-code-assist gemini-code-assist bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Code Review

This pull request correctly bumps the package versions to 5.7.0 across all relevant files, including package configurations, native dependencies, documentation, and tests. The changes are consistent and reflect the new version.

I've added a few suggestions to improve maintainability by removing hardcoded version strings in the source and test files. By fetching the version from package.json, it can serve as a single source of truth, which will simplify future version bumps.

kherembourg and others added 3 commits February 16, 2026 14:48
- Update Kotlin from 2.0.21 to 2.1.21 in example app and all package
  fallback gradle.properties to fix metadata incompatibility with
  native Android SDK 5.7.0 (compiled with Kotlin 2.2)
- Remove stale Podfile.lock pinning Purchasely 5.6.4 so CI regenerates
  it with 5.7.0
- Update CI cache keys to use Podfile + podspec instead of Podfile.lock

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The React Native gradle plugin's included build pins kotlin-gradle-plugin
to 2.0.21 via its version catalog, overriding the ext.kotlinVersion property.
Explicitly version the classpath dependency to ensure Kotlin 2.1.21 is used,
which can read metadata 2.2.0 from the native SDK 5.7.0 dependencies.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Native SDK 5.7.0 pulls OkHttp 5.3.2 which includes duplicate
META-INF/versions/9/OSGI-INF/MANIFEST.MF across okhttp-brotli and
logging-interceptor JARs, causing mergeDebugJavaResource to fail.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@kherembourg kherembourg merged commit f18d710 into main Feb 16, 2026
4 checks passed
@kherembourg kherembourg deleted the version/5.7.0 branch February 16, 2026 16:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

Comments