Skip to content

Commit

Permalink
Merge branch 'master' into bn/feature/ACC-4508-Expose-ApplePay-Shippi…
Browse files Browse the repository at this point in the history
…ng-Options
  • Loading branch information
borisprimer authored Dec 3, 2024
2 parents 8ef8656 + 8ed1cf3 commit e9bc1f6
Show file tree
Hide file tree
Showing 9 changed files with 58 additions and 51 deletions.
2 changes: 1 addition & 1 deletion .cz.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.commitizen]
version_scheme = "semver"
version = "2.32.0"
version = "2.32.1"
version_files = [
"Sources/PrimerSDK/Classes/version.swift:let PrimerSDKVersion",
"PrimerSDK.podspec:s.version"
Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 2.32.1 (2024-11-21)

### Fix

- Remove precondition on presentPaymentMethod
- Update 3DS SDK to 2.4.1

## 2.32.0 (2024-11-13)

### Feat
Expand Down
4 changes: 2 additions & 2 deletions Debug App/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
PODS:
- IQKeyboardManagerSwift (7.0.3)
- Primer3DS (2.3.2)
- Primer3DS (2.4.1)
- PrimerIPay88MYSDK (0.1.7)
- PrimerKlarnaSDK (1.1.1)
- PrimerNolPaySDK (1.0.1)
Expand Down Expand Up @@ -33,7 +33,7 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
IQKeyboardManagerSwift: f9c5dc36cba16ddd2e51fa7d51c34a2e083029b5
Primer3DS: 81e7969033230c7346a517cd609be956914738bb
Primer3DS: c5d066773d72c8ad74e6fccbdbbb8f3b54eadd97
PrimerIPay88MYSDK: 436ee0be7e2c97e4e81456ccddee20175e9e3c4d
PrimerKlarnaSDK: 564105170cc7b467bf95c31851813ea41c468f8b
PrimerNolPaySDK: 08b140ed39b378a0b33b4f8746544a402175c0cc
Expand Down
84 changes: 42 additions & 42 deletions Debug App/Primer.io Debug App.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
"repositoryURL": "https://github.com/primer-io/primer-sdk-3ds-ios",
"state": {
"branch": null,
"revision": "ed6a5ae7a3b514919d2a1737e08c552737c58110",
"version": "2.4.0"
"revision": "7d2c9ac8825a4459034a1416012cae61761543fd",
"version": "2.4.1"
}
},
{
Expand Down
2 changes: 1 addition & 1 deletion Package.3DS.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/primer-io/primer-sdk-3ds-ios", from: "2.4.0")
.package(url: "https://github.com/primer-io/primer-sdk-3ds-ios", from: "2.4.1")
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/primer-io/primer-sdk-3ds-ios", from: "2.4.0")
.package(url: "https://github.com/primer-io/primer-sdk-3ds-ios", from: "2.4.1")
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion PrimerSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "PrimerSDK"
s.version = "2.32.0"
s.version = "2.32.1"
s.summary = "Official iOS SDK for Primer"
s.description = <<-DESC
This library contains the official iOS SDK for Primer. Install this Cocoapod to seemlessly integrate the Primer Checkout & API platform in your app.
Expand Down
2 changes: 1 addition & 1 deletion Sources/PrimerSDK/Classes/version.swift
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
// swiftlint:disable:next identifier_name
public let PrimerSDKVersion = "2.32.0"
public let PrimerSDKVersion = "2.32.1"

0 comments on commit e9bc1f6

Please sign in to comment.