Version 5.7.3#237
Conversation
- iOS SDK: 5.7.2 → 5.7.4 - Android SDK: 5.7.3 → 5.7.4 Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
|
| Filename | Overview |
|---|---|
| packages/purchasely/src/index.ts | purchaselyVersion constant updated from 5.7.2 to 5.7.3, consistent with package.json |
| packages/purchasely/react-native-purchasely.podspec | iOS Purchasely SDK dependency bumped from 5.7.2 to 5.7.4 (skipping patch 5.7.3) |
| packages/purchasely/android/build.gradle | Android core dependency bumped from 5.7.3 to 5.7.4, consistent with all other Android packages |
| packages/purchasely/package.json | Main package version bumped from 5.7.2 to 5.7.3 |
| packages/google/android/build.gradle | Google Play Billing Android dependency bumped from 5.7.3 to 5.7.4 |
| packages/amazon/android/build.gradle | Amazon Android dependency bumped from 5.7.3 to 5.7.4 |
| packages/huawei/android/build.gradle | Huawei Android dependency bumped from 5.7.3 to 5.7.4 |
| packages/android-player/android/build.gradle | Android player dependency bumped from 5.7.3 to 5.7.4 |
| packages/purchasely/src/tests/index.test.ts | Version string expectations updated from 5.7.2 to 5.7.3 in two test assertions |
| packages/purchasely/src/tests/types.test.ts | sdk_version test fixture and assertion updated from 5.7.2 to 5.7.3 |
| VERSIONS.md | New row added for 5.7.3 mapping to iOS 5.7.4 and Android 5.7.4 |
| CLAUDE.md | Version table and native dependency references updated to reflect new versions |
Flowchart
%%{init: {'theme': 'neutral'}}%%
flowchart TD
RN["React Native SDK\n5.7.3"]
RN --> iOS["iOS (CocoaPods)\nPurchasely 5.7.4"]
RN --> Core["Android Core\nio.purchasely:core:5.7.4"]
RN --> Google["Google Play\nio.purchasely:google-play:5.7.4"]
RN --> Amazon["Amazon\nio.purchasely:amazon:5.7.4"]
RN --> Huawei["Huawei\nio.purchasely:huawei-services:5.7.4"]
RN --> Player["Android Player\nio.purchasely:player:5.7.4"]
Reviews (1): Last reviewed commit: "chore: Bump package versions to 5.7.3" | Re-trigger Greptile
There was a problem hiding this comment.
Pull request overview
Release bump for the Purchasely React Native SDK to 5.7.3, aligning package metadata, documentation, tests, and native dependency pins (iOS/Android) with the new release.
Changes:
- Bumped all published package versions to 5.7.3 and updated the exported/internal
purchaselyVersionconstant accordingly. - Updated native SDK dependency versions to 5.7.4 across CocoaPods and Gradle artifacts.
- Refreshed version mapping/documentation and adjusted Jest expectations to match the new SDK version string.
Reviewed changes
Copilot reviewed 16 out of 16 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| VERSIONS.md | Adds the 5.7.3 → (iOS 5.7.4, Android 5.7.4) compatibility row. |
| CLAUDE.md | Updates current/native SDK versions and the embedded version mapping table. |
| packages/purchasely/package.json | Bumps core RN package version to 5.7.3. |
| packages/purchasely/src/index.ts | Updates purchaselyVersion constant to 5.7.3 (passed to native start). |
| packages/purchasely/src/tests/index.test.ts | Updates version argument expectations for Purchasely.start. |
| packages/purchasely/src/tests/types.test.ts | Updates event sdk_version test expectation to 5.7.3. |
| packages/purchasely/react-native-purchasely.podspec | Pins iOS Purchasely pod dependency to 5.7.4. |
| packages/purchasely/android/build.gradle | Pins Android core dependency to 5.7.4. |
| packages/google/package.json | Bumps Google package version to 5.7.3. |
| packages/google/android/build.gradle | Pins io.purchasely:google-play to 5.7.4. |
| packages/amazon/package.json | Bumps Amazon package version to 5.7.3. |
| packages/amazon/android/build.gradle | Pins io.purchasely:amazon to 5.7.4. |
| packages/huawei/package.json | Bumps Huawei package version to 5.7.3. |
| packages/huawei/android/build.gradle | Pins io.purchasely:huawei-services to 5.7.4. |
| packages/android-player/package.json | Bumps Android-player package version to 5.7.3. |
| packages/android-player/android/build.gradle | Pins io.purchasely:player to 5.7.4. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Summary
Release version 5.7.3 of the Purchasely React Native SDK.
Native SDK updates
Files changed
packages/*/package.json— bumped versions to 5.7.3packages/purchasely/src/index.ts—purchaselyVersionconstant updated to 5.7.3packages/purchasely/react-native-purchasely.podspec— iOS dependency 5.7.4packages/*/android/build.gradle— Android SDK dependencies 5.7.4VERSIONS.md— added 5.7.3 rowCLAUDE.md— version table refreshedTest plan
yarn test(139 tests passing)yarn lint(no errors, only coverage/* warnings)yarn typecheck🤖 Generated with Claude Code