Skip to content

Commit 71622b5

Browse files
ipedrothisisabhashaws-amplify-ops
committed
1.4.2 upstream (#4)
* chore(build): add default init for ChallengeOptions (aws-amplify#202) * chore(build): add default init for ChallengeOptions * update code * chore: release 1.4.1 [skip ci] * chore: finalize release 1.4.1 [skip ci] * chore: removed pinned dependency on Amplify (aws-amplify#206) * chore: release 1.4.2 [skip ci] * chore: finalize release 1.4.2 [skip ci] --------- Co-authored-by: Abhash Kumar Singh <[email protected]> Co-authored-by: aws-amplify-ops <[email protected]>
1 parent a4ee0d8 commit 71622b5

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Changelog
22

3+
## 1.4.2 (2025-07-17)
4+
35
## 1.4.1 (2025-07-01)
46

57
## 1.4.0 (2025-06-30)

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ let package = Package(
1313
targets: ["FaceLiveness"]),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/aws-amplify/amplify-swift", exact: "2.49.0")
16+
.package(url: "https://github.com/aws-amplify/amplify-swift", from: "2.49.0")
1717
],
1818
targets: [
1919
.target(

Sources/FaceLiveness/Utilities/UserAgent.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import InternalAmplifyCredentials
1010

1111
public struct UserAgentValues {
1212

13-
static let libVersion = "1.4.1"
13+
static let libVersion = "1.4.2"
1414
static let libName = "amplify-ui-swift-face-liveness"
1515

1616
let amplifyVersion: String

0 commit comments

Comments
 (0)