Skip to content

Commit e763a80

Browse files
authored
chore: pin the Amplify version up to 2.44.x (#98)
1 parent 541ec6e commit e763a80

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.md

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

3+
## 1.2.1 (2024-11-21)
4+
5+
### Misc. Updates
6+
- Pinning the Amplify version up to 2.44.x
7+
38
## 1.2.0 (2024-10-31)
49

510
### Feature

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: ["Authenticator"]),
1414
],
1515
dependencies: [
16-
.package(url: "https://github.com/aws-amplify/amplify-swift", from: "2.44.0"),
16+
.package(url: "https://github.com/aws-amplify/amplify-swift", "2.44.0"..<"2.45.0")
1717
],
1818
targets: [
1919
.target(

Sources/Authenticator/Constants/ComponentInformation.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
import Foundation
99

1010
public class ComponentInformation {
11-
public static let version = "1.2.0"
11+
public static let version = "1.2.1"
1212
public static let name = "amplify-ui-swift-authenticator"
1313
}

0 commit comments

Comments
 (0)