diff --git a/.github/CHANGELOG.md b/.github/CHANGELOG.md index d713d0042..b862ec0c4 100644 --- a/.github/CHANGELOG.md +++ b/.github/CHANGELOG.md @@ -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: + +- Security code component is ready to use. + ## [4.2.1](https://github.com/checkout/frames-ios/releases/tag/4.2.1) Released on 2023-08-25 diff --git a/iOS Example Frame SPM/iOS Example Frame SPM.xcodeproj/project.pbxproj b/iOS Example Frame SPM/iOS Example Frame SPM.xcodeproj/project.pbxproj index bf479b2f0..2f0348cd1 100644 --- a/iOS Example Frame SPM/iOS Example Frame SPM.xcodeproj/project.pbxproj +++ b/iOS Example Frame SPM/iOS Example Frame SPM.xcodeproj/project.pbxproj @@ -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" */ = { diff --git a/iOS Example Frame/Podfile b/iOS Example Frame/Podfile index 64fe4deee..6f293485c 100644 --- a/iOS Example Frame/Podfile +++ b/iOS Example Frame/Podfile @@ -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 diff --git a/iOS Example Frame/Podfile.lock b/iOS Example Frame/Podfile.lock index 40af091ad..35575afa2 100644 --- a/iOS Example Frame/Podfile.lock +++ b/iOS Example Frame/Podfile.lock @@ -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: @@ -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