Skip to content

Commit

Permalink
Merge pull request #500 from checkout/update/sample-project-versions
Browse files Browse the repository at this point in the history
Update sample project versions and changelog
  • Loading branch information
okhan-okbay-cko authored Nov 7, 2023
2 parents 7a47fb1 + 5a906bb commit c921e31
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 17 deletions.
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

0 comments on commit c921e31

Please sign in to comment.