From 7b7693fd91cc760349687377ad0d7c47246869ad Mon Sep 17 00:00:00 2001 From: SpertsyanKM Date: Wed, 3 Sep 2025 11:25:43 +0000 Subject: [PATCH 1/3] [create-pull-request] automated change --- package.json | 2 +- src/internal/QonversionInternal.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6938689e..55b26786 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@qonversion/react-native-sdk", "title": "React Native Qonversion", - "version": "9.0.2", + "version": "10.0.0", "description": "Qonversion provides full in-app purchases infrastructure, so you do not need to build your own server for receipt validation. Implement in-app subscriptions, validate user receipts, check subscription status, and provide access to your app features and content using our StoreKit wrapper and Google Play Billing wrapper.", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts", diff --git a/src/internal/QonversionInternal.ts b/src/internal/QonversionInternal.ts index 0d6706a4..60906c24 100644 --- a/src/internal/QonversionInternal.ts +++ b/src/internal/QonversionInternal.ts @@ -23,7 +23,7 @@ import PromotionalOffer from '../dto/PromotionalOffer'; import RNQonversion from './specs/NativeQonversionModule'; import type { QPromoOfferDetails } from './specs/NativeQonversionModule'; -export const sdkVersion = "9.0.2"; +export const sdkVersion = "10.0.0"; export const sdkSource = "rn"; export default class QonversionInternal implements QonversionApi { From 16251eda3750b88ee4b0065866cf8d3b791c83e4 Mon Sep 17 00:00:00 2001 From: Kamo Spertsyan Date: Wed, 3 Sep 2025 14:26:53 +0300 Subject: [PATCH 2/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 55b26786..cd8bac24 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@qonversion/react-native-sdk", "title": "React Native Qonversion", - "version": "10.0.0", + "version": "10.0.0-RC1", "description": "Qonversion provides full in-app purchases infrastructure, so you do not need to build your own server for receipt validation. Implement in-app subscriptions, validate user receipts, check subscription status, and provide access to your app features and content using our StoreKit wrapper and Google Play Billing wrapper.", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts", From 298fe8e3292b7a9579f86e414d471b12e177d453 Mon Sep 17 00:00:00 2001 From: Kamo Spertsyan Date: Wed, 3 Sep 2025 14:27:06 +0300 Subject: [PATCH 3/3] Update QonversionInternal.ts --- src/internal/QonversionInternal.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/internal/QonversionInternal.ts b/src/internal/QonversionInternal.ts index 60906c24..8d3a74d7 100644 --- a/src/internal/QonversionInternal.ts +++ b/src/internal/QonversionInternal.ts @@ -23,7 +23,7 @@ import PromotionalOffer from '../dto/PromotionalOffer'; import RNQonversion from './specs/NativeQonversionModule'; import type { QPromoOfferDetails } from './specs/NativeQonversionModule'; -export const sdkVersion = "10.0.0"; +export const sdkVersion = "10.0.0-RC1"; export const sdkSource = "rn"; export default class QonversionInternal implements QonversionApi {