Skip to content

chore: Bump package versions to 5.6.2#214

Merged
kherembourg merged 6 commits intomainfrom
version/5.6.2
Jan 27, 2026
Merged

chore: Bump package versions to 5.6.2#214
kherembourg merged 6 commits intomainfrom
version/5.6.2

Conversation

@kherembourg
Copy link
Contributor

update native iOS SDK to 5.6.4 and remove turbo configuration.

@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 performs a routine maintenance update, advancing the version of the react-native-purchasely package and its related modules to 5.6.2. A key aspect of this update is the upgrade of the native iOS SDK for Purchasely to version 5.6.4. Additionally, the turbo build configuration and its dependency have been removed, aiming to streamline the project's dependency management and build process.

Highlights

  • Package Version Bumps: The core react-native-purchasely package and its associated modules (Amazon, Android Player, Google, Huawei) have all been updated to version 5.6.2.
  • Native iOS SDK Update: The underlying native iOS SDK for Purchasely has been upgraded to version 5.6.4, reflected in the example project's Podfile and the react-native-purchasely podspec.
  • Turbo Configuration Removal: The turbo dependency and its corresponding turbo.json configuration file have been removed, simplifying the project's build setup.
  • Documentation Update: The VERSIONS.md file has been updated to reflect the new 5.6.2 package version and its associated native iOS SDK 5.6.4.
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 bumps package versions to 5.6.2, updates the native iOS SDK dependency to 5.6.4, and removes the turbo build dependency and configuration. The changes are generally correct and align with the PR's description. I've left a couple of comments regarding dependency consistency and file formatting to improve the changes.

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull request overview

This PR bumps the React Native Purchasely SDK version from 5.6.1 to 5.6.2 and updates the native iOS SDK dependency from 5.6.2 to 5.6.4. It also removes the turbo build configuration from the main purchasely package.

Changes:

  • Updated package versions from 5.6.1 to 5.6.2 across all packages (purchasely, google, huawei, amazon, android-player)
  • Updated native iOS SDK dependency from 5.6.2 to 5.6.4 in react-native-purchasely.podspec
  • Removed turbo.json and turbo dependency from the main purchasely package
  • Updated VERSIONS.md with the new version mapping

Reviewed changes

Copilot reviewed 12 out of 14 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
test-projects/rn-purchasely-test/package.json Updated dependency versions for test project to 5.6.2
packages/purchasely/turbo.json Removed turbo build configuration file
packages/purchasely/src/index.ts Updated purchaselyVersion constant to 5.6.2
packages/purchasely/react-native-purchasely.podspec Updated iOS SDK dependency from 5.6.2 to 5.6.4
packages/purchasely/package.json Bumped version to 5.6.2 and removed turbo dependency
packages/huawei/package.json Bumped version to 5.6.2
packages/google/package.json Bumped version to 5.6.2
packages/android-player/package.json Bumped version to 5.6.2
packages/amazon/package.json Bumped version to 5.6.2
example/ios/Podfile.lock Updated to reflect new iOS SDK version 5.6.4
example/ios/Podfile Added explicit Purchasely pod dependency with version 5.6.4
VERSIONS.md Added version mapping for 5.6.2 release

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

kherembourg and others added 2 commits January 27, 2026 11:37
- Update test files to expect SDK version 5.6.2 instead of 5.6.1
- Add --repo-update flag to pod install in CI to find Purchasely 5.6.4

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
- Create comprehensive release documentation covering all version update steps
- Document native SDK dependency updates (iOS podspec, Android gradle)
- Document test file version updates required for CI
- Add common issues and troubleshooting section
- Update CLAUDE.md with current version numbers and link to RELEASE.md

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
@kherembourg kherembourg merged commit 1ec09fe into main Jan 27, 2026
4 checks passed
@kherembourg kherembourg deleted the version/5.6.2 branch January 27, 2026 11:30
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