Skip to content

Commit 7a77c1d

Browse files
authored
release authenticator 1.0.1 (#78)
1 parent b923ba5 commit 7a77c1d

File tree

5 files changed

+11
-4
lines changed

5 files changed

+11
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Amplify UI for Android is an open-source UI library with cloud-connected compone
2222

2323
| Component | Version | Amplify | Material3 |
2424
| --- |---------|---------|-----------|
25-
| Authenticator | 1.0.0 | 2.8.4+ | 1.1.0 |
25+
| Authenticator | 1.0.1 | 2.13.1+ | 1.1.0 |
2626
| Liveness | 1.1.3 | 2.13.1+ | 1.1.0 |
2727

2828
## Getting Started

authenticator/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [Release 1.0.1](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_authenticator_v1.0.1)
2+
3+
### Fixes
4+
- **authenticator:** Add error messages when a TOTP next step is received ([#76](https://github.com/aws-amplify/amplify-ui-android/issues/76))
5+
6+
[See all changes between 1.0.0 and 1.0.1](https://github.com/aws-amplify/amplify-ui-android/compare/release_authenticator_v1.0.0...release_authenticator_v1.0.1)
7+
18
## [Release 1.0.0](https://github.com/aws-amplify/amplify-ui-android/releases/tag/release_authenticator_v1.0.0)
29

310
### Fixes

authenticator/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Add a dependency on Amplify Authenticator to your application's `dependencies` b
6464

6565
```kotlin
6666
dependencies {
67-
implementation("com.amplifyframework.ui:authenticator:1.0.0")
67+
implementation("com.amplifyframework.ui:authenticator:1.0.1")
6868
}
6969
```
7070

authenticator/gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ POM_ARTIFACT_ID=authenticator
1717
POM_NAME=Amplify UI Framework for Android - Authenticator
1818
POM_DESCRIPTION=Amplify UI Framework for Android - Authenticator Plugin
1919
POM_PACKAGING=aar
20-
VERSION_NAME=1.0.0
20+
VERSION_NAME=1.0.1

samples/authenticator/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
buildscript {
22
ext {
33
compose_version = '1.3.3'
4-
authenticatorVersion = '1.0.0'
4+
authenticatorVersion = '1.0.1'
55
}
66
repositories {
77
google()

0 commit comments

Comments
 (0)