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 2518b16 commit 6561a42Copy full SHA for 6561a42
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.1.5 (2024-07-02)
4
+
5
+### Bug Fixes
6
+- **Authenticator**: Settting corner radius according to the theme (#84)
7
8
## 1.1.4 (2024-06-07)
9
10
### Bug Fixes
Sources/Authenticator/Constants/ComponentInformation.swift
@@ -8,6 +8,6 @@
import Foundation
public class ComponentInformation {
11
- public static let version = "1.1.2"
+ public static let version = "1.1.5"
12
public static let name = "amplify-ui-swift-authenticator"
13
}
0 commit comments