Skip to content

Commit

Permalink
chore: fixed change log
Browse files Browse the repository at this point in the history
  • Loading branch information
tyllark committed Aug 19, 2024
1 parent cf03f98 commit 56739a9
Show file tree
Hide file tree
Showing 11 changed files with 26 additions and 21 deletions.
4 changes: 3 additions & 1 deletion packages/amplify/amplify_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

### Features
- feat(Auth): Add fetchCurrentDevice API ([#5251](https://github.com/aws-amplify/amplify-flutter/pull/5251))
- feat: bump json_annotation dependency to v4.9

### Fixes
- fix(datastore): Clear subscriptions on Stop ([#5253](https://github.com/aws-amplify/amplify-flutter/pull/5253))
Expand All @@ -11,6 +10,9 @@
- fix(secure_storage): Plugin Endorsement ([#5208](https://github.com/aws-amplify/amplify-flutter/pull/5208))
- fix(authenticator): Export InstructionsResolver ([#5169](https://github.com/aws-amplify/amplify-flutter/pull/5169))

### Chores
- chore: bump json_annotation dependency to v4.9

## 2.3.0

### Fixes
Expand Down
4 changes: 3 additions & 1 deletion packages/amplify_core/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@

### Features
- feat(Auth): Add fetchCurrentDevice API ([#5251](https://github.com/aws-amplify/amplify-flutter/pull/5251))
- feat: bump json_annotation dependency to v4.9

### Fixes
- fix(datastore): Restart Sync Engine when network on/off ([#5218](https://github.com/aws-amplify/amplify-flutter/pull/5218))
- fix: push notification flush events ([#5215](https://github.com/aws-amplify/amplify-flutter/pull/5215))

### Chores
- chore: bump json_annotation dependency to v4.9

## 2.3.0

- Minor bug fixes and improvements
Expand Down
4 changes: 2 additions & 2 deletions packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 2.4.0

### Features
- feat: bump json_annotation dependency to v4.9
### Chores
- chore: bump json_annotation dependency to v4.9

## 2.3.0

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
## 0.4.4

### Fixes
- fix: push notification flush events ([#5215](https://github.com/aws-amplify/amplify-flutter/pull/5215))
- Minor bug fixes and improvements

## 0.4.3

Expand Down
6 changes: 3 additions & 3 deletions packages/api/amplify_api_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## 0.5.4

### Features
- feat: bump json_annotation dependency to v4.9

### Fixes
- fix(datastore): Restart Sync Engine when network on/off ([#5218](https://github.com/aws-amplify/amplify-flutter/pull/5218))

### Chores
- chore: bump json_annotation dependency to v4.9

## 0.5.3

- Minor bug fixes and improvements
Expand Down
4 changes: 3 additions & 1 deletion packages/auth/amplify_auth_cognito_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

### Features
- feat(Auth): Add fetchCurrentDevice API ([#5251](https://github.com/aws-amplify/amplify-flutter/pull/5251))
- feat: bump json_annotation dependency to v4.9

### Chores
- chore: bump json_annotation dependency to v4.9

## 0.11.3

Expand Down
6 changes: 3 additions & 3 deletions packages/aws_common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## 0.7.2

### Features
- feat: bump json_annotation dependency to v4.9

### Fixes
- fix: push notification flush events ([#5215](https://github.com/aws-amplify/amplify-flutter/pull/5215))

### Chores
- chore: bump json_annotation dependency to v4.9

## 0.7.1

- Minor bug fixes and improvements
Expand Down
4 changes: 2 additions & 2 deletions packages/aws_signature_v4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 0.6.2

### Features
- feat: bump json_annotation dependency to v4.9
### Chores
- chore: bump json_annotation dependency to v4.9

## 0.6.1

Expand Down
4 changes: 2 additions & 2 deletions packages/smithy/smithy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 0.7.2

### Features
- feat: bump json_annotation dependency to v4.9
### Chores
- chore: bump json_annotation dependency to v4.9

## 0.7.1

Expand Down
4 changes: 2 additions & 2 deletions packages/smithy/smithy_aws/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 0.7.2

### Features
- feat: bump json_annotation dependency to v4.9
### Chores
- chore: bump json_annotation dependency to v4.9

## 0.7.1

Expand Down
4 changes: 2 additions & 2 deletions packages/storage/amplify_storage_s3_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## 0.4.4

### Features
- feat: bump json_annotation dependency to v4.9
### Chores
- chore: bump json_annotation dependency to v4.9

## 0.4.3

Expand Down

0 comments on commit 56739a9

Please sign in to comment.