Skip to content

Version 5.7.3#237

Merged
kherembourg merged 1 commit into
mainfrom
version/5.7.3
May 4, 2026
Merged

Version 5.7.3#237
kherembourg merged 1 commit into
mainfrom
version/5.7.3

Conversation

@kherembourg
Copy link
Copy Markdown
Contributor

Summary

Release version 5.7.3 of the Purchasely React Native SDK.

Native SDK updates

  • iOS SDK: 5.7.2 → 5.7.4
  • Android SDK: 5.7.3 → 5.7.4

Files changed

  • packages/*/package.json — bumped versions to 5.7.3
  • packages/purchasely/src/index.tspurchaselyVersion constant updated to 5.7.3
  • packages/purchasely/react-native-purchasely.podspec — iOS dependency 5.7.4
  • packages/*/android/build.gradle — Android SDK dependencies 5.7.4
  • VERSIONS.md — added 5.7.3 row
  • CLAUDE.md — version table refreshed
  • Test version expectations updated

Test plan

  • yarn test (139 tests passing)
  • yarn lint (no errors, only coverage/* warnings)
  • yarn typecheck
  • CI: lint
  • CI: test
  • CI: build-android
  • CI: build-ios

🤖 Generated with Claude Code

- 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>
@greptile-apps
Copy link
Copy Markdown

greptile-apps Bot commented May 4, 2026

Greptile Summary

This PR releases version 5.7.3 of the Purchasely React Native SDK, bumping all package versions to 5.7.3 and updating native dependencies to iOS SDK 5.7.4 and Android SDK 5.7.4. All version references are internally consistent across package.json files, index.ts, the podspec, all Android build.gradle files, tests, and documentation.

Confidence Score: 5/5

This PR is safe to merge — it is a mechanical version bump with no logic changes.

All version strings are updated consistently across every relevant file: package.json files, the purchaselyVersion constant, podspec, all Android build.gradle files, tests, and documentation. No logic, API, or type changes are present.

No files require special attention.

Important Files Changed

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"]
Loading

Reviews (1): Last reviewed commit: "chore: Bump package versions to 5.7.3" | Re-trigger Greptile

Copy link
Copy Markdown
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

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 purchaselyVersion constant 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.

@kherembourg kherembourg merged commit f84a05a into main May 4, 2026
9 checks passed
@kherembourg kherembourg deleted the version/5.7.3 branch May 4, 2026 13:17
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.

3 participants