diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 31bb301..88a59d2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -26,6 +26,9 @@ jobs: node-version: '22.x' registry-url: 'https://registry.npmjs.org' + - name: Upgrade npm + run: npm install -g npm@11.7.0 + - name: Build run: | yarn diff --git a/package.json b/package.json index ad1aecf..232503d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@qonversion/react-native-sdk", "title": "React Native Qonversion", - "version": "10.1.1", + "version": "10.2.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 3468aed..2e486ed 100644 --- a/src/internal/QonversionInternal.ts +++ b/src/internal/QonversionInternal.ts @@ -24,7 +24,7 @@ import PromotionalOffer from '../dto/PromotionalOffer'; import RNQonversion from './specs/NativeQonversionModule'; import type { QPromoOfferDetails } from './specs/NativeQonversionModule'; -export const sdkVersion = "10.1.1"; +export const sdkVersion = "10.2.0"; export const sdkSource = "rn"; export default class QonversionInternal implements QonversionApi {