Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sample project versions and changelog. #500

Merged
merged 2 commits into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions .github/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.

#### 4.x Releases

## [4.3.0](https://github.com/checkout/frames-ios/releases/tag/4.2.1)

Released on 2023-11-07

Updates:

- Added a security code component for CVV tokenisation.

## [4.2.1](https://github.com/checkout/frames-ios/releases/tag/4.2.1)

Released on 2023-08-25
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1235,8 +1235,8 @@
isa = XCRemoteSwiftPackageReference;
repositoryURL = "https://github.com/checkout/frames-ios";
requirement = {
kind = upToNextMajorVersion;
minimumVersion = 4.3.0;
kind = exactVersion;
version = 4.3.0;
};
};
16C3F83E2A7927ED00690639 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = {
Expand Down
2 changes: 1 addition & 1 deletion iOS Example Frame/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ target 'iOS Example Frame' do
use_frameworks!

# Pods for iOS Example Custom
pod 'Frames', '4.2.1'
pod 'Frames', '4.3.0'

end

Expand Down
28 changes: 14 additions & 14 deletions iOS Example Frame/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,20 @@
PODS:
- Checkout (4.2.0):
- Checkout (4.3.0):
- CheckoutEventLoggerKit (~> 1.2.4)
- CheckoutEventLoggerKit (1.2.4)
- Frames (4.2.0):
- Checkout (= 4.2.0)
- Frames (4.3.0):
- Checkout (= 4.3.0)
- CheckoutEventLoggerKit (~> 1.2.4)
- PhoneNumberKit
- PhoneNumberKit (3.6.7):
- PhoneNumberKit/PhoneNumberKitCore (= 3.6.7)
- PhoneNumberKit/UIKit (= 3.6.7)
- PhoneNumberKit/PhoneNumberKitCore (3.6.7)
- PhoneNumberKit/UIKit (3.6.7):
- PhoneNumberKit (3.7.4):
- PhoneNumberKit/PhoneNumberKitCore (= 3.7.4)
- PhoneNumberKit/UIKit (= 3.7.4)
- PhoneNumberKit/PhoneNumberKitCore (3.7.4)
- PhoneNumberKit/UIKit (3.7.4):
- PhoneNumberKit/PhoneNumberKitCore

DEPENDENCIES:
- Frames (~> 4.0)
- Frames (= 4.3.0)

SPEC REPOS:
trunk:
Expand All @@ -24,11 +24,11 @@ SPEC REPOS:
- PhoneNumberKit

SPEC CHECKSUMS:
Checkout: 7015595d6318c822cd81c3d73bf780507f99f60c
Checkout: 942b292115d9d0a5e10738001a58370bb8d1ef9b
CheckoutEventLoggerKit: b780dec46295a34942780ea6230d0d5fd08aa05a
Frames: ce1ad1ac535687e85f34ef04ae353b52837b1bb4
PhoneNumberKit: 43b5169526cc417398c8f13f77c97552c1c6ed76
Frames: d21139b41665842d9ede5228c62bc7c70aec31bf
PhoneNumberKit: e3c4dc9f65bc2036639898095c2ab1ef89348f64

PODFILE CHECKSUM: fba393caadd9a0d23d2a78e0cd4503696997986c
PODFILE CHECKSUM: 77203c081fb461931e02ea92d808ea83d0c61cc9

COCOAPODS: 1.12.1
COCOAPODS: 1.14.2