From 3b9225c106c3f20b9dec94534d9d506ad1ac9823 Mon Sep 17 00:00:00 2001 From: SpertsyanKM Date: Tue, 7 Oct 2025 10:02:53 +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 cd8bac24..55b26786 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@qonversion/react-native-sdk", "title": "React Native Qonversion", - "version": "10.0.0-RC1", + "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 8d3a74d7..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 = "10.0.0-RC1"; +export const sdkVersion = "10.0.0"; export const sdkSource = "rn"; export default class QonversionInternal implements QonversionApi { From 92b687d7d8abafa273de9c3893b50623be1e6757 Mon Sep 17 00:00:00 2001 From: Kamo Spertsyan Date: Tue, 7 Oct 2025 13:03:30 +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..df912f33 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-RC2", "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 79e8273d843c99e295b4f763f015f3e792df628a Mon Sep 17 00:00:00 2001 From: Kamo Spertsyan Date: Tue, 7 Oct 2025 13:03:42 +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..a05e7879 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-RC2"; export const sdkSource = "rn"; export default class QonversionInternal implements QonversionApi {