From 6561a42866883bd446f33ddb447215d0357d0e43 Mon Sep 17 00:00:00 2001 From: Sebastian Villena <97059974+ruisebas@users.noreply.github.com> Date: Tue, 2 Jul 2024 15:01:06 -0400 Subject: [PATCH] chore: Release 1.1.5 [skip ci] (#85) --- CHANGELOG.md | 5 +++++ Sources/Authenticator/Constants/ComponentInformation.swift | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a4d5898..2935241 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 1.1.5 (2024-07-02) + +### Bug Fixes +- **Authenticator**: Settting corner radius according to the theme (#84) + ## 1.1.4 (2024-06-07) ### Bug Fixes diff --git a/Sources/Authenticator/Constants/ComponentInformation.swift b/Sources/Authenticator/Constants/ComponentInformation.swift index a945b57..8322a33 100644 --- a/Sources/Authenticator/Constants/ComponentInformation.swift +++ b/Sources/Authenticator/Constants/ComponentInformation.swift @@ -8,6 +8,6 @@ import Foundation public class ComponentInformation { - public static let version = "1.1.2" + public static let version = "1.1.5" public static let name = "amplify-ui-swift-authenticator" }