chore: Bump package versions to 5.6.2#214
Conversation
…, and remove turbo configuration.
Summary of ChangesHello @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 Highlights
Using Gemini Code AssistThe 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
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 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
|
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
- 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>
update native iOS SDK to 5.6.4 and remove turbo configuration.