Skip to content

Commit 98766ac

Browse files
author
Dillon Nys
committed
Update changelogs
1 parent 3a6a9f2 commit 98766ac

File tree

6 files changed

+14
-4
lines changed

6 files changed

+14
-4
lines changed

packages/amplify_auth_cognito/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Fixes
44

5-
- fix(auth): (Android) Dropped exceptions in hosted UI cause `signInWithWebUI` to not return
5+
- fix(auth): (Android) Dropped exceptions in hosted UI cause `signInWithWebUI` to not return (#1015)
66

77
## 0.2.7 (2021-11-08)
88

packages/amplify_auth_plugin_interface/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
### Fixes
44

5-
- fix(auth): (Android) Dropped exceptions in hosted UI cause `signInWithWebUI` to not return
5+
- fix(auth): (Android) Dropped exceptions in hosted UI cause `signInWithWebUI` to not return (#1015)
66

77
## 0.2.7 (2021-11-08)
88

packages/amplify_core/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
### Fixes
44

55
- fix(api): "Reply already submitted" crashes (#1058)
6-
- fix(auth): (Android) Dropped exceptions in hosted UI cause `signInWithWebUI` to not return
6+
- fix(auth): (Android) Dropped exceptions in hosted UI cause `signInWithWebUI` to not return (#1015)
7+
- fix(datastore): (Android) Fix DataStore release mode crash (#1064)
78
- fix(storage): DateTime formatting and parsing (#1044, #1062)
89
- fix(storage): Storage.list crash on null "options" (#1061)
910

packages/amplify_datastore/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## 0.2.8 (2021-11-12)
22

3+
### Fixes
4+
5+
- fix(datastore): (Android) Fix DataStore release mode crash (#1064)
6+
37
## 0.2.7 (2021-11-08)
48

59
### Chores

packages/amplify_datastore_plugin_interface/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## 0.2.8 (2021-11-12)
22

3+
### Fixes
4+
5+
- fix(datastore): (Android) Fix DataStore release mode crash (#1064)
6+
37
## 0.2.7 (2021-11-08)
48

59
### Fixes

packages/amplify_flutter/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
33
### Fixes
44

55
- fix(api): "Reply already submitted" crashes (#1058)
6-
- fix(auth): (Android) Dropped exceptions in hosted UI cause `signInWithWebUI` to not return
6+
- fix(auth): (Android) Dropped exceptions in hosted UI cause `signInWithWebUI` to not return (#1015)
7+
- fix(datastore): (Android) Fix DataStore release mode crash (#1064)
78
- fix(storage): DateTime formatting and parsing (#1044, #1062)
89
- fix(storage): Storage.list crash on null "options" (#1061)
910

0 commit comments

Comments
 (0)