From 593147063797ad28c9d9d7987043850613b1bdf4 Mon Sep 17 00:00:00 2001 From: Klarna Mobile SDK <67329369+klarna-msdk@users.noreply.github.com> Date: Wed, 19 Feb 2025 10:16:03 +0000 Subject: [PATCH 1/3] bump version to v2.3.10 --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 6b00d1bf..1bfd4781 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "react-native-klarna-inapp-sdk", "title": "Klarna Mobile SDK React Native", - "version": "2.3.9", + "version": "2.3.10", "description": "This library wraps Klarna Mobile SDK and exposes its functionality as React Native components.", "main": "lib/commonjs/index", "module": "lib/module/index", From 96551fd65eb9bc22e0852614aa58c04a7088af83 Mon Sep 17 00:00:00 2001 From: Nuri Mertcan Guner <9140452+NMGuner@users.noreply.github.com> Date: Wed, 19 Feb 2025 13:17:22 +0100 Subject: [PATCH 2/3] add 2.3.10 changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ee1990c..5578d827 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.3.10] - 2025-02-19 +- Updated the native Android SDK version to 2.6.25 +- Updated the native iOS SDK version to 2.6.24 + ## [2.3.9] - 2024-11-20 - Updated the native Android SDK version to 2.6.23 From 6e5930f96a6678b91bd096652e8bc075b63435a5 Mon Sep 17 00:00:00 2001 From: Nuri Mertcan Guner <9140452+NMGuner@users.noreply.github.com> Date: Mon, 24 Feb 2025 18:40:49 +0100 Subject: [PATCH 3/3] update changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5578d827..0e5688c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [2.3.10] - 2025-02-19 - Updated the native Android SDK version to 2.6.25 -- Updated the native iOS SDK version to 2.6.24 +- Updated the native iOS SDK version to 2.6.25 ## [2.3.9] - 2024-11-20 - Updated the native Android SDK version to 2.6.23