We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a2a9b0 commit 8ba6e63Copy full SHA for 8ba6e63
CHANGELOG.md
@@ -1,5 +1,12 @@
1
# Changelog
2
3
+## 1.1.2 (2024-04-26)
4
+
5
+### Bug Fixes
6
7
+- **AuthenticatorState**: Making `move(to:)` public (#66)
8
+- **ConfirmSignUp**: Updating the state's `deliveryDetails` property when a new code is sent (#65)
9
10
## 1.1.1 (2024-03-11)
11
12
### Bug Fixes
Sources/Authenticator/Constants/ComponentInformation.swift
@@ -8,6 +8,6 @@
import Foundation
public class ComponentInformation {
- public static let version = "1.1.1"
+ public static let version = "1.1.2"
public static let name = "amplify-ui-swift-authenticator"
13
}
0 commit comments