Skip to content

Commit 362b797

Browse files
Release 2.42.1 (#1395)
[create-pull-request] automated change Co-authored-by: henry-cooper-primer <[email protected]>
1 parent c029803 commit 362b797

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.cz.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.commitizen]
22
version_scheme = "semver"
3-
version = "2.42.0"
3+
version = "2.42.1"
44
version_files = [
55
"Sources/PrimerSDK/Classes/version.swift:let PrimerSDKVersion",
66
"PrimerSDK.podspec:s.version"

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 2.42.1 (2025-10-30)
2+
3+
### Fix
4+
5+
- Show Continue button in KlarnaCategoriesView (#1394)
6+
- Hide back button in Klarna vc if no stack (#1388)
7+
- Ensure main thread on InternalCardComponentsManager loading state (#1383)
8+
19
## 2.42.0 (2025-10-07)
210

311
### Feat

PrimerSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "PrimerSDK"
3-
s.version = "2.42.0"
3+
s.version = "2.42.1"
44
s.summary = "Official iOS SDK for Primer"
55
s.description = <<-DESC
66
This library contains the official iOS SDK for Primer. Install this Cocoapod to seemlessly integrate the Primer Checkout & API platform in your app.

Sources/PrimerSDK/Classes/version.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
// Licensed under the MIT License. See LICENSE file in the project root for full license information.
66

77
// swiftlint:disable:next identifier_name
8-
public let PrimerSDKVersion = "2.42.0"
8+
public let PrimerSDKVersion = "2.42.1"

0 commit comments

Comments
 (0)