Skip to content

Commit 6b9f2bb

Browse files
committed
chore: bump version back to 1.5.0
1 parent 84a702c commit 6b9f2bb

File tree

19 files changed

+28
-28
lines changed

19 files changed

+28
-28
lines changed

packages/amplify/amplify_flutter/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.5.1
1+
## 1.5.0
22

33
### Feature
44
- feat(analytics): Support identity pools that have unauthenticated (guest) access disabled

packages/amplify/amplify_flutter/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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: 1.5.1
3+
version: 1.5.0
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

packages/amplify_datastore/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.5.1
1+
## 1.5.0
22

33
- Minor bug fixes and improvements
44

packages/amplify_datastore/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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: 1.5.1
3+
version: 1.5.0
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
@@ -12,7 +12,7 @@ environment:
1212
dependencies:
1313
flutter:
1414
sdk: flutter
15-
amplify_datastore_plugin_interface: ">=1.5.1 <1.6.0"
15+
amplify_datastore_plugin_interface: ">=1.5.0 <1.6.0"
1616
amplify_core: ">=1.5.1 <1.6.0"
1717
plugin_platform_interface: ^2.0.0
1818
meta: ^1.7.0

packages/amplify_datastore_plugin_interface/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.5.1
1+
## 1.5.0
22

33
- Minor bug fixes and improvements
44

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: 1.5.1
3+
version: 1.5.0
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

packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.5.1
1+
## 1.5.0
22

33
### Fixes
44
- fix(analytics): event client flush events to do not discard events from cache on auth exception ([#3999](https://github.com/aws-amplify/amplify-flutter/pull/3999))

packages/analytics/amplify_analytics_pinpoint/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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: 1.5.1
3+
version: 1.5.0
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

packages/api/amplify_api/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 1.5.1
1+
## 1.5.0
22

33
- Minor bug fixes and improvements
44

packages/api/amplify_api/pubspec.yaml

Lines changed: 2 additions & 2 deletions
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: 1.5.1
3+
version: 1.5.0
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
@@ -21,7 +21,7 @@ platforms:
2121
dependencies:
2222
amplify_api_dart: ">=0.3.1 <0.4.0"
2323
amplify_core: ">=1.5.1 <1.6.0"
24-
amplify_flutter: ">=1.5.1 <1.6.0"
24+
amplify_flutter: ">=1.5.0 <1.6.0"
2525
connectivity_plus: ^4.0.1
2626
flutter:
2727
sdk: flutter

0 commit comments

Comments
 (0)