From 8a35266fab2e0ba116dec7d651ae69a0ca7bc7b7 Mon Sep 17 00:00:00 2001 From: Yuki Tokuhiro Date: Mon, 6 May 2024 11:38:23 -0700 Subject: [PATCH] Update version to 23.27.2 --- BuildConfigurations/Version.xcconfig | 2 +- CHANGELOG.md | 2 +- Stripe.podspec | 2 +- StripeApplePay.podspec | 2 +- StripeCameraCore.podspec | 2 +- StripeCardScan.podspec | 2 +- StripeCore.podspec | 2 +- .../Source/API Bindings/StripeAPIConfiguration+Version.swift | 2 +- StripeFinancialConnections.podspec | 2 +- StripeIdentity.podspec | 2 +- StripePaymentSheet.podspec | 2 +- StripePayments.podspec | 2 +- StripePaymentsUI.podspec | 2 +- StripeUICore.podspec | 2 +- VERSION | 2 +- 15 files changed, 15 insertions(+), 15 deletions(-) diff --git a/BuildConfigurations/Version.xcconfig b/BuildConfigurations/Version.xcconfig index 17ad7d436ed..f0631391b20 100644 --- a/BuildConfigurations/Version.xcconfig +++ b/BuildConfigurations/Version.xcconfig @@ -6,4 +6,4 @@ // Instead, edit the `VERSION` file and run `ci_scripts/update_version.sh` // -CURRENT_PROJECT_VERSION=23.27.1 +CURRENT_PROJECT_VERSION=23.27.2 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7985487654a..48b6f183ee9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## x.x.x x-x-x +## 23.27.2 2024-05-06 ### CardScan * [Changed] ScannedCard to allow access for expiryMonth, expiryYear and name. diff --git a/Stripe.podspec b/Stripe.podspec index 5ff35f952d9..e90e3f9150a 100644 --- a/Stripe.podspec +++ b/Stripe.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.27.1' + s.version = '23.27.2' s.summary = 'Accept online payments using Stripe.' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/StripeApplePay.podspec b/StripeApplePay.podspec index 80ae5837859..50a6e17f485 100644 --- a/StripeApplePay.podspec +++ b/StripeApplePay.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.27.1' + s.version = '23.27.2' s.summary = 'StripeApplePay is a lightweight Apple Pay SDK intended for building App Clips '\ 'or other size-constrained apps.' diff --git a/StripeCameraCore.podspec b/StripeCameraCore.podspec index c7da6c9f25e..f77639d9b27 100644 --- a/StripeCameraCore.podspec +++ b/StripeCameraCore.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.27.1' + s.version = '23.27.2' s.summary = 'StripeCameraCore contains shared infrastructure used by Stripe pods. '\ 'It is not meant to be used without other Stripe pods.' diff --git a/StripeCardScan.podspec b/StripeCardScan.podspec index 389f049a62c..04454a43b62 100644 --- a/StripeCardScan.podspec +++ b/StripeCardScan.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.27.1' + s.version = '23.27.2' s.summary = 'Scan credit and debit cards to verify that they\'re genuine' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/StripeCore.podspec b/StripeCore.podspec index c47e80a68b4..3c851a3ca96 100644 --- a/StripeCore.podspec +++ b/StripeCore.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.27.1' + s.version = '23.27.2' s.summary = 'StripeCore contains shared infrastructure used by all Stripe pods. '\ 'It is not meant to be used without other Stripe pods.' diff --git a/StripeCore/StripeCore/Source/API Bindings/StripeAPIConfiguration+Version.swift b/StripeCore/StripeCore/Source/API Bindings/StripeAPIConfiguration+Version.swift index 59c76daa503..2db64b950e9 100644 --- a/StripeCore/StripeCore/Source/API Bindings/StripeAPIConfiguration+Version.swift +++ b/StripeCore/StripeCore/Source/API Bindings/StripeAPIConfiguration+Version.swift @@ -10,7 +10,7 @@ import Foundation extension StripeAPIConfiguration { /// The current version of this library. - public static let STPSDKVersion = "23.27.1" + public static let STPSDKVersion = "23.27.2" // NOTE: `STPSDKVersion` must be a hard-coded static string instead of // dynamically generated from the bundle's `CFBundleShortVersionString` to diff --git a/StripeFinancialConnections.podspec b/StripeFinancialConnections.podspec index 5b17a383949..845de101d9f 100644 --- a/StripeFinancialConnections.podspec +++ b/StripeFinancialConnections.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.27.1' + s.version = '23.27.2' s.summary = 'Securely connect financial accounts to Stripe\'s merchant account.' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/StripeIdentity.podspec b/StripeIdentity.podspec index e1db44a2733..50e1704c265 100644 --- a/StripeIdentity.podspec +++ b/StripeIdentity.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.27.1' + s.version = '23.27.2' s.summary = 'Securely capture ID documents and selfies on iOS for use with Stripe\'s Identity API to confirm the identity of global users.' s.license = { :type => 'MIT', :file => 'LICENSE' } diff --git a/StripePaymentSheet.podspec b/StripePaymentSheet.podspec index 3b2cec1a997..313ce8162d0 100644 --- a/StripePaymentSheet.podspec +++ b/StripePaymentSheet.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.27.1' + s.version = '23.27.2' s.summary = "Stripe's prebuilt payment UI." s.license = { type: 'MIT', file: 'LICENSE' } diff --git a/StripePayments.podspec b/StripePayments.podspec index 15d7d948d0e..0e27a8f7aa6 100644 --- a/StripePayments.podspec +++ b/StripePayments.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.27.1' + s.version = '23.27.2' s.summary = 'Bindings for the Stripe Payments API.' s.license = { type: 'MIT', file: 'LICENSE' } diff --git a/StripePaymentsUI.podspec b/StripePaymentsUI.podspec index e8f1b4335ca..c17b7924269 100644 --- a/StripePaymentsUI.podspec +++ b/StripePaymentsUI.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.27.1' + s.version = '23.27.2' s.summary = 'UI elements and API bindings for building a custom payment flow using Stripe.' s.license = { type: 'MIT', file: 'LICENSE' } diff --git a/StripeUICore.podspec b/StripeUICore.podspec index 7dd1f9c9685..69f3454946b 100644 --- a/StripeUICore.podspec +++ b/StripeUICore.podspec @@ -3,7 +3,7 @@ Pod::Spec.new do |s| # Do not update s.version directly. # Instead, update the VERSION file and run ./ci_scripts/update_version.sh - s.version = '23.27.1' + s.version = '23.27.2' s.summary = 'StripeUICore contains shared infrastructure used by all Stripe pods. '\ 'It is not meant to be used without other Stripe pods.' diff --git a/VERSION b/VERSION index b90afec97c3..13715a400c2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -23.27.1 \ No newline at end of file +23.27.2 \ No newline at end of file