Skip to content

Commit

Permalink
[create-pull-request] automated change
Browse files Browse the repository at this point in the history
  • Loading branch information
NQuinn27 authored and github-actions[bot] committed Dec 17, 2024
1 parent e0cb7e9 commit ab0663a
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 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.1"
version = "2.33.0"
version_files = [
"Sources/PrimerSDK/Classes/version.swift:let PrimerSDKVersion",
"PrimerSDK.podspec:s.version"
Expand Down
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
## 2.33.0 (2024-12-17)

### Feat

- Enable ACH via Stripe Vaulting flows (#1056)
- Expose ApplePay Shipping Options and align them with Web SDK (#1049)

### Fix

- Update error type when canceling Paypal payment (#1060)
- Update the default background color of the default theme for dark mode (#1061)
- Disable the close button for Klarna during payment processing (#1058)
- Make success asset visible In dark mode (#1059)

## 2.32.1 (2024-11-21)

### Fix
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.1"
s.version = "2.33.0"
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.1"
public let PrimerSDKVersion = "2.33.0"

0 comments on commit ab0663a

Please sign in to comment.