Skip to content

Commit cc5dcc9

Browse files
authored
Merge pull request #262 from klarna/release/2.3.5
Release 2.3.5
2 parents 92c002e + 99cfed8 commit cc5dcc9

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [2.3.5] - 2024-07-04
9+
- Fixed SDK dialogs with using activity as context for KlarnaStandaloneWebView.
10+
811
## [2.3.4] - 2024-07-01
912
- Added flex-shrink to child checkout and payment views.
1013

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "react-native-klarna-inapp-sdk",
33
"title": "Klarna Mobile SDK React Native",
4-
"version": "2.3.4",
4+
"version": "2.3.5",
55
"description": "This library wraps Klarna Mobile SDK and exposes its functionality as React Native components.",
66
"main": "lib/commonjs/index",
77
"module": "lib/module/index",

0 commit comments

Comments
 (0)