From 3c79523390b24842e564afc904c3a2f0173ded38 Mon Sep 17 00:00:00 2001 From: Kevin Date: Mon, 4 May 2026 15:21:08 +0200 Subject: [PATCH] chore: Bump package versions to 5.7.4 --- CLAUDE.md | 3 ++- VERSIONS.md | 1 + packages/amazon/package.json | 2 +- packages/android-player/package.json | 2 +- packages/google/package.json | 2 +- packages/huawei/package.json | 2 +- packages/purchasely/package.json | 2 +- packages/purchasely/src/__tests__/index.test.ts | 4 ++-- packages/purchasely/src/__tests__/types.test.ts | 4 ++-- packages/purchasely/src/index.ts | 2 +- 10 files changed, 13 insertions(+), 11 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 07f5ffa..4e81286 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -11,7 +11,7 @@ | Property | Value | |----------|-------| -| Current Version | 5.7.3 | +| Current Version | 5.7.4 | | React Native | 0.79.2 | | TypeScript | 5.2.2 (strict mode) | | Node.js | v20 (see `.nvmrc`) | @@ -630,6 +630,7 @@ See `VERSIONS.md` for native SDK version mapping: | React Native SDK | iOS SDK | Android SDK | |------------------|---------|-------------| +| 5.7.4 | 5.7.4 | 5.7.4 | | 5.7.3 | 5.7.4 | 5.7.4 | | 5.7.2 | 5.7.2 | 5.7.3 | | 5.7.1 | 5.7.1 | 5.7.1 | diff --git a/VERSIONS.md b/VERSIONS.md index 31a940f..3f97ee8 100644 --- a/VERSIONS.md +++ b/VERSIONS.md @@ -114,3 +114,4 @@ This file provides the underlying native SDK versions that the React Native SDK | 5.7.1 | 5.7.1 | 5.7.1 | | 5.7.2 | 5.7.2 | 5.7.3 | | 5.7.3 | 5.7.4 | 5.7.4 | +| 5.7.4 | 5.7.4 | 5.7.4 | diff --git a/packages/amazon/package.json b/packages/amazon/package.json index 70c8d2b..7c4d321 100644 --- a/packages/amazon/package.json +++ b/packages/amazon/package.json @@ -1,6 +1,6 @@ { "name": "@purchasely/react-native-purchasely-amazon", - "version": "5.7.3", + "version": "5.7.4", "description": "Purchasely Amazon In-App Purchases dependency", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js", diff --git a/packages/android-player/package.json b/packages/android-player/package.json index 336489d..b42bcff 100644 --- a/packages/android-player/package.json +++ b/packages/android-player/package.json @@ -1,6 +1,6 @@ { "name": "@purchasely/react-native-purchasely-android-player", - "version": "5.7.3", + "version": "5.7.4", "description": "Player Android", "source": "./src/index.ts", "main": "./lib/commonjs/index.js", diff --git a/packages/google/package.json b/packages/google/package.json index d14de8e..b825358 100644 --- a/packages/google/package.json +++ b/packages/google/package.json @@ -1,6 +1,6 @@ { "name": "@purchasely/react-native-purchasely-google", - "version": "5.7.3", + "version": "5.7.4", "description": "Purchasely Google Play Billing dependency", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js", diff --git a/packages/huawei/package.json b/packages/huawei/package.json index 4839cae..69f4244 100644 --- a/packages/huawei/package.json +++ b/packages/huawei/package.json @@ -1,6 +1,6 @@ { "name": "@purchasely/react-native-purchasely-huawei", - "version": "5.7.3", + "version": "5.7.4", "description": "Purchasely Huawei Mobile Services dependencies", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js", diff --git a/packages/purchasely/package.json b/packages/purchasely/package.json index 9c8d059..def2796 100644 --- a/packages/purchasely/package.json +++ b/packages/purchasely/package.json @@ -1,7 +1,7 @@ { "name": "react-native-purchasely", "title": "Purchasely React Native", - "version": "5.7.3", + "version": "5.7.4", "description": "Purchasely is a solution to ease the integration and boost your In-App Purchase & Subscriptions on the App Store, Google Play Store and Huawei App Gallery.", "source": "./src/index.tsx", "main": "./lib/commonjs/index.js", diff --git a/packages/purchasely/src/__tests__/index.test.ts b/packages/purchasely/src/__tests__/index.test.ts index 93bcd6a..cfd5aff 100644 --- a/packages/purchasely/src/__tests__/index.test.ts +++ b/packages/purchasely/src/__tests__/index.test.ts @@ -182,7 +182,7 @@ describe('Purchasely SDK', () => { 'test-user', mockConstants.logLevelDebug, mockConstants.runningModeFull, - '5.7.3' + '5.7.4' ) }) @@ -203,7 +203,7 @@ describe('Purchasely SDK', () => { null, mockConstants.logLevelError, mockConstants.runningModeFull, - '5.7.3' + '5.7.4' ) }) diff --git a/packages/purchasely/src/__tests__/types.test.ts b/packages/purchasely/src/__tests__/types.test.ts index 8eaddce..4d20e6d 100644 --- a/packages/purchasely/src/__tests__/types.test.ts +++ b/packages/purchasely/src/__tests__/types.test.ts @@ -328,7 +328,7 @@ describe('Purchasely Types', () => { const event: PurchaselyEvent = { name: 'PURCHASE_TAPPED', properties: { - sdk_version: '5.7.3', + sdk_version: '5.7.4', event_name: 'PURCHASE_TAPPED', event_created_at_ms: 1705315200000, event_created_at: '2024-01-15T12:00:00Z', @@ -339,7 +339,7 @@ describe('Purchasely Types', () => { } expect(event.name).toBe('PURCHASE_TAPPED') - expect(event.properties.sdk_version).toBe('5.7.3') + expect(event.properties.sdk_version).toBe('5.7.4') }) }) diff --git a/packages/purchasely/src/index.ts b/packages/purchasely/src/index.ts index 32c340e..8f33228 100644 --- a/packages/purchasely/src/index.ts +++ b/packages/purchasely/src/index.ts @@ -28,7 +28,7 @@ import type { PurchaselyUserAttribute, } from './types'; -const purchaselyVersion = '5.7.3'; +const purchaselyVersion = '5.7.4'; const constants = NativeModules.Purchasely.getConstants() as Constants;