Skip to content

Commit c921e31

Browse files
Merge pull request #500 from checkout/update/sample-project-versions
Update sample project versions and changelog
2 parents 7a47fb1 + 5a906bb commit c921e31

File tree

4 files changed

+25
-17
lines changed

4 files changed

+25
-17
lines changed

.github/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ All notable changes to this project will be documented in this file.
55

66
#### 4.x Releases
77

8+
## [4.3.0](https://github.com/checkout/frames-ios/releases/tag/4.2.1)
9+
10+
Released on 2023-11-07
11+
12+
Updates:
13+
14+
- Added a security code component for CVV tokenisation.
15+
816
## [4.2.1](https://github.com/checkout/frames-ios/releases/tag/4.2.1)
917

1018
Released on 2023-08-25

iOS Example Frame SPM/iOS Example Frame SPM.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1235,8 +1235,8 @@
12351235
isa = XCRemoteSwiftPackageReference;
12361236
repositoryURL = "https://github.com/checkout/frames-ios";
12371237
requirement = {
1238-
kind = upToNextMajorVersion;
1239-
minimumVersion = 4.3.0;
1238+
kind = exactVersion;
1239+
version = 4.3.0;
12401240
};
12411241
};
12421242
16C3F83E2A7927ED00690639 /* XCRemoteSwiftPackageReference "swift-snapshot-testing" */ = {

iOS Example Frame/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ target 'iOS Example Frame' do
66
use_frameworks!
77

88
# Pods for iOS Example Custom
9-
pod 'Frames', '4.2.1'
9+
pod 'Frames', '4.3.0'
1010

1111
end
1212

iOS Example Frame/Podfile.lock

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
PODS:
2-
- Checkout (4.2.0):
2+
- Checkout (4.3.0):
33
- CheckoutEventLoggerKit (~> 1.2.4)
44
- CheckoutEventLoggerKit (1.2.4)
5-
- Frames (4.2.0):
6-
- Checkout (= 4.2.0)
5+
- Frames (4.3.0):
6+
- Checkout (= 4.3.0)
77
- CheckoutEventLoggerKit (~> 1.2.4)
88
- PhoneNumberKit
9-
- PhoneNumberKit (3.6.7):
10-
- PhoneNumberKit/PhoneNumberKitCore (= 3.6.7)
11-
- PhoneNumberKit/UIKit (= 3.6.7)
12-
- PhoneNumberKit/PhoneNumberKitCore (3.6.7)
13-
- PhoneNumberKit/UIKit (3.6.7):
9+
- PhoneNumberKit (3.7.4):
10+
- PhoneNumberKit/PhoneNumberKitCore (= 3.7.4)
11+
- PhoneNumberKit/UIKit (= 3.7.4)
12+
- PhoneNumberKit/PhoneNumberKitCore (3.7.4)
13+
- PhoneNumberKit/UIKit (3.7.4):
1414
- PhoneNumberKit/PhoneNumberKitCore
1515

1616
DEPENDENCIES:
17-
- Frames (~> 4.0)
17+
- Frames (= 4.3.0)
1818

1919
SPEC REPOS:
2020
trunk:
@@ -24,11 +24,11 @@ SPEC REPOS:
2424
- PhoneNumberKit
2525

2626
SPEC CHECKSUMS:
27-
Checkout: 7015595d6318c822cd81c3d73bf780507f99f60c
27+
Checkout: 942b292115d9d0a5e10738001a58370bb8d1ef9b
2828
CheckoutEventLoggerKit: b780dec46295a34942780ea6230d0d5fd08aa05a
29-
Frames: ce1ad1ac535687e85f34ef04ae353b52837b1bb4
30-
PhoneNumberKit: 43b5169526cc417398c8f13f77c97552c1c6ed76
29+
Frames: d21139b41665842d9ede5228c62bc7c70aec31bf
30+
PhoneNumberKit: e3c4dc9f65bc2036639898095c2ab1ef89348f64
3131

32-
PODFILE CHECKSUM: fba393caadd9a0d23d2a78e0cd4503696997986c
32+
PODFILE CHECKSUM: 77203c081fb461931e02ea92d808ea83d0c61cc9
3333

34-
COCOAPODS: 1.12.1
34+
COCOAPODS: 1.14.2

0 commit comments

Comments
 (0)