Skip to content

Commit 86921cd

Browse files
author
Jonas Greifenhain
committed
chore(version): Bump version
1 parent fc8467d commit 86921cd

File tree

27 files changed

+68
-29
lines changed

27 files changed

+68
-29
lines changed

packages/aft/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.2.1
2+
3+
- Improve pub.dev analysis detection
4+
15
## 0.2.0
26

37
- Auto await pub.dev analysis

packages/aft/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: aft
22
description: Amplify Flutter repo tools.
3-
version: 0.2.0
3+
version: 0.2.1
44
publish_to: none
55

66
environment:

packages/amplify_datastore/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## 2.10.2
2+
3+
### Fixes
4+
- fix(datastore): Catch invalid JSON ([#6669](https://github.com/aws-amplify/amplify-flutter/pull/6669))
5+
- fix(datastore): Fix error callbacks (android) ([#6742](https://github.com/aws-amplify/amplify-flutter/pull/6742))
6+
17
## 2.10.1
28

39
- Minor bug fixes and improvements

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.10.1
3+
version: 2.10.2
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/amplify_datastore_plugin_interface/CHANGELOG.md

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

37
- Minor bug fixes and improvements

packages/amplify_datastore_plugin_interface/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_datastore_plugin_interface
22
description: The platform interface for the DataStore module of Amplify Flutter.
3-
version: 2.10.0
3+
version: 2.10.1
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_datastore_plugin_interface
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## 1.0.0
1+
## 2.11.0
22

3-
- Initial version.
3+
- Initial version ([#6687](https://github.com/aws-amplify/amplify-flutter/pull/6687))

packages/amplify_foundation/amplify_foundation_dart/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_foundation_dart
22
description: Common types and utilities used across Amplify packages.
3-
version: 2.10.0
3+
version: 2.11.0
44
homepage: https://docs.amplify.aws/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_foundation/amplify_foundation_dart
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## 1.0.0
1+
## 2.11.0
22

3-
- Initial release
3+
- Initial release ([#6687](https://github.com/aws-amplify/amplify-flutter/pull/6687))

packages/amplify_foundation/amplify_foundation_dart_bridge/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_foundation_dart_bridge
22
description: Bridges aws_common credential types to amplify_foundation_dart types.
3-
version: 2.10.0
3+
version: 2.11.0
44
homepage: https://docs.amplify.aws/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_foundation/amplify_foundation_dart_bridge
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -9,7 +9,7 @@ environment:
99
sdk: ^3.9.0
1010

1111
dependencies:
12-
amplify_foundation_dart: ">=2.10.0 <2.11.0"
12+
amplify_foundation_dart: ">=2.11.0 <2.12.0"
1313
aws_common: ">=0.7.12 <0.8.0"
1414
aws_signature_v4: ">=0.6.9 <0.7.0"
1515

0 commit comments

Comments
 (0)