Skip to content

Commit fa85da2

Browse files
committed
chore(version): Bump version
1 parent 2cb204f commit fa85da2

File tree

50 files changed

+184
-92
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

50 files changed

+184
-92
lines changed

packages/amplify/amplify_flutter/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.6.3
2+
3+
- Minor bug fixes and improvements
4+
15
## 2.6.2
26

37
### Fixes

packages/amplify/amplify_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_flutter
22
description: The top level Flutter package for the AWS Amplify libraries.
3-
version: 2.6.2
3+
version: 2.6.3
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify/amplify_flutter
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -20,7 +20,7 @@ platforms:
2020

2121
dependencies:
2222
amplify_core: ">=2.6.2 <2.7.0"
23-
amplify_secure_storage: ">=0.5.9 <0.6.0"
23+
amplify_secure_storage: ">=0.5.10 <0.6.0"
2424
aws_common: ">=0.7.7 <0.8.0"
2525
collection: ^1.15.0
2626
flutter:

packages/amplify_core/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.6.3
2+
3+
- Minor bug fixes and improvements
4+
15
## 2.6.2
26

37
### Chores

packages/amplify_core/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/amplify_core/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_core
22
description: The base package containing common types and utilities that are shared across the Amplify Flutter packages.
3-
version: 2.6.2
3+
version: 2.6.3
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_core
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -10,8 +10,8 @@ environment:
1010

1111
dependencies:
1212
async: ^2.10.0
13-
aws_common: ">=0.7.7 <0.8.0"
14-
aws_signature_v4: ">=0.6.5 <0.7.0"
13+
aws_common: ">=0.7.8 <0.8.0"
14+
aws_signature_v4: ">=0.6.6 <0.7.0"
1515
collection: ^1.15.0
1616
graphs: ^2.1.0
1717
intl: ">=0.18.0 <1.0.0"

packages/amplify_datastore/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.6.3
2+
3+
- Minor bug fixes and improvements
4+
15
## 2.6.2
26

37
### Chores

packages/amplify_datastore/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_datastore
22
description: The Amplify Flutter DataStore category plugin, providing a queryable, on-device data store.
3-
version: 2.6.2
3+
version: 2.6.3
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_datastore
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 2.6.3
2+
3+
- Minor bug fixes and improvements
4+
15
## 2.6.2
26

37
### Chores

packages/analytics/amplify_analytics_pinpoint/pubspec.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_analytics_pinpoint
22
description: The Amplify Flutter Analytics category plugin using the AWS Pinpoint provider.
3-
version: 2.6.2
3+
version: 2.6.3
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/analytics/amplify_analytics_pinpoint
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -19,11 +19,11 @@ platforms:
1919
web:
2020

2121
dependencies:
22-
amplify_analytics_pinpoint_dart: ">=0.4.9 <0.5.0"
23-
amplify_core: ">=2.6.2 <2.7.0"
24-
amplify_db_common: ">=0.4.10 <0.5.0"
25-
amplify_secure_storage: ">=0.5.9 <0.6.0"
26-
aws_common: ">=0.7.7 <0.8.0"
22+
amplify_analytics_pinpoint_dart: ">=0.4.10 <0.5.0"
23+
amplify_core: ">=2.6.3 <2.7.0"
24+
amplify_db_common: ">=0.4.11 <0.5.0"
25+
amplify_secure_storage: ">=0.5.10 <0.6.0"
26+
aws_common: ">=0.7.8 <0.8.0"
2727
device_info_plus: ^11.3.3
2828

2929
flutter:

packages/analytics/amplify_analytics_pinpoint_dart/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.4.10
2+
3+
- Minor bug fixes and improvements
4+
15
## 0.4.9
26

37
### Chores

0 commit comments

Comments
 (0)