File tree Expand file tree Collapse file tree 4 files changed +11
-3
lines changed
Sources/PrimerSDK/Classes Expand file tree Collapse file tree 4 files changed +11
-3
lines changed Original file line number Diff line number Diff line change 11[tool .commitizen ]
22version_scheme = " semver"
3- version = " 2.42.0 "
3+ version = " 2.42.1 "
44version_files = [
55 " Sources/PrimerSDK/Classes/version.swift:let PrimerSDKVersion" ,
66 " PrimerSDK.podspec:s.version"
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11Pod ::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.
Original file line number Diff line number Diff line change 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 "
You can’t perform that action at this time.
0 commit comments