Skip to content

Commit 1f808ae

Browse files
committed
chore(version): Bump version
1 parent 1b58c74 commit 1f808ae

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

packages/api/amplify_api/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.7.1
2+
3+
### Chores
4+
- chore(api): Bumped connectivity_plus to ^7.0.0
5+
16
## 2.7.0
27

38
### Chores

packages/api/amplify_api/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_api
22
description: The Amplify Flutter API category plugin, supporting GraphQL and REST operations.
3-
version: 2.7.0
3+
version: 2.7.1
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/api/amplify_api
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

packages/notifications/push/amplify_push_notifications/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 2.7.1
2+
3+
### Fixes
4+
- fix(amplify_push_notifications): replace removeFirst() with removeAt(0) for Android < 11 compatibility
5+
16
## 2.7.0
27

38
### Chores

packages/notifications/push/amplify_push_notifications/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_push_notifications
22
description: The Amplify Flutter Push Notifications package implementing features agnostic of an AWS Service such as Pinpoint.
3-
version: 2.7.0
3+
version: 2.7.1
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
66

0 commit comments

Comments
 (0)