Skip to content

Commit

Permalink
chore: pin the Amplify version up to 2.44.x (#98)
Browse files Browse the repository at this point in the history
  • Loading branch information
harsh62 authored Nov 21, 2024
1 parent 541ec6e commit e763a80
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 1.2.1 (2024-11-21)

### Misc. Updates
- Pinning the Amplify version up to 2.44.x

## 1.2.0 (2024-10-31)

### Feature
Expand Down
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ let package = Package(
targets: ["Authenticator"]),
],
dependencies: [
.package(url: "https://github.com/aws-amplify/amplify-swift", from: "2.44.0"),
.package(url: "https://github.com/aws-amplify/amplify-swift", "2.44.0"..<"2.45.0")
],
targets: [
.target(
Expand Down
2 changes: 1 addition & 1 deletion Sources/Authenticator/Constants/ComponentInformation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@
import Foundation

public class ComponentInformation {
public static let version = "1.2.0"
public static let version = "1.2.1"
public static let name = "amplify-ui-swift-authenticator"
}

0 comments on commit e763a80

Please sign in to comment.