Skip to content

Commit

Permalink
chore: bump version back to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jordan-Nelson committed Oct 25, 2023
1 parent 84a702c commit 4e428fa
Show file tree
Hide file tree
Showing 19 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion packages/amplify/amplify_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.5.1
## 1.5.0

### Feature
- feat(analytics): Support identity pools that have unauthenticated (guest) access disabled
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify/amplify_flutter/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_flutter
description: The top level Flutter package for the AWS Amplify libraries.
version: 1.5.1
version: 1.5.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify/amplify_flutter
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.5.1
## 1.5.0

- Minor bug fixes and improvements

Expand Down
4 changes: 2 additions & 2 deletions packages/amplify_datastore/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_datastore
description: The Amplify Flutter DataStore category plugin, providing a queryable, on-device data store.
version: 1.5.1
version: 1.5.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_datastore
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -12,7 +12,7 @@ environment:
dependencies:
flutter:
sdk: flutter
amplify_datastore_plugin_interface: ">=1.5.1 <1.6.0"
amplify_datastore_plugin_interface: ">=1.5.0 <1.6.0"
amplify_core: ">=1.5.1 <1.6.0"
plugin_platform_interface: ^2.0.0
meta: ^1.7.0
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_datastore_plugin_interface/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.5.1
## 1.5.0

- Minor bug fixes and improvements

Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_datastore_plugin_interface/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_datastore_plugin_interface
description: The platform interface for the DataStore module of Amplify Flutter.
version: 1.5.1
version: 1.5.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_datastore_plugin_interface
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.5.1
## 1.5.0

### Fixes
- 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))
Expand Down
2 changes: 1 addition & 1 deletion packages/analytics/amplify_analytics_pinpoint/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_analytics_pinpoint
description: The Amplify Flutter Analytics category plugin using the AWS Pinpoint provider.
version: 1.5.1
version: 1.5.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/analytics/amplify_analytics_pinpoint
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down
2 changes: 1 addition & 1 deletion packages/api/amplify_api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.5.1
## 1.5.0

- Minor bug fixes and improvements

Expand Down
4 changes: 2 additions & 2 deletions packages/api/amplify_api/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_api
description: The Amplify Flutter API category plugin, supporting GraphQL and REST operations.
version: 1.5.1
version: 1.5.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/api/amplify_api
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -21,7 +21,7 @@ platforms:
dependencies:
amplify_api_dart: ">=0.3.1 <0.4.0"
amplify_core: ">=1.5.1 <1.6.0"
amplify_flutter: ">=1.5.1 <1.6.0"
amplify_flutter: ">=1.5.0 <1.6.0"
connectivity_plus: ^4.0.1
flutter:
sdk: flutter
Expand Down
2 changes: 1 addition & 1 deletion packages/auth/amplify_auth_cognito/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.5.1
## 1.5.0

- Minor bug fixes and improvements

Expand Down
6 changes: 3 additions & 3 deletions packages/auth/amplify_auth_cognito/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_auth_cognito
description: The Amplify Flutter Auth category plugin using the AWS Cognito provider.
version: 1.5.1
version: 1.5.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/auth/amplify_auth_cognito
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -19,11 +19,11 @@ platforms:
web:

dependencies:
amplify_analytics_pinpoint: ">=1.5.1 <1.6.0"
amplify_analytics_pinpoint: ">=1.5.0 <1.6.0"
amplify_analytics_pinpoint_dart: ">=0.3.2 <0.4.0"
amplify_auth_cognito_dart: ">=0.10.5 <0.11.0"
amplify_core: ">=1.5.1 <1.6.0"
amplify_flutter: ">=1.5.1 <1.6.0"
amplify_flutter: ">=1.5.0 <1.6.0"
amplify_secure_storage: ">=0.4.0+6 <0.5.0"
async: ^2.10.0
flutter:
Expand Down
4 changes: 2 additions & 2 deletions packages/authenticator/amplify_authenticator/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ environment:
flutter: ">=3.10.0"

dependencies:
amplify_auth_cognito: ">=1.5.1 <1.6.0"
amplify_auth_cognito: ">=1.5.0 <1.6.0"
amplify_core: ">=1.5.1 <1.6.0"
amplify_flutter: ">=1.5.1 <1.6.0"
amplify_flutter: ">=1.5.0 <1.6.0"
async: ^2.10.0
aws_common: ">=0.6.0 <0.7.0"
collection: ^1.15.0
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.5.1
## 1.5.0

- Minor bug fixes and improvements

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_push_notifications
description: The Amplify Flutter Push Notifications package implementing features agnostic of an AWS Service such as Pinpoint.
version: 1.5.1
version: 1.5.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.5.1
## 1.5.0

- Minor bug fixes and improvements

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_push_notifications_pinpoint
description: The Amplify Flutter Push Notifications category plugin using the AWS Pinpoint provider.
version: 1.5.1
version: 1.5.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

Expand All @@ -14,12 +14,12 @@ platforms:
android:

dependencies:
amplify_analytics_pinpoint: ">=1.5.1 <1.6.0"
amplify_analytics_pinpoint: ">=1.5.0 <1.6.0"
amplify_analytics_pinpoint_dart: ">=0.3.2 <0.4.0"
amplify_auth_cognito: ">=1.5.1 <1.6.0"
amplify_auth_cognito: ">=1.5.0 <1.6.0"
amplify_core: ">=1.5.1 <1.6.0"
amplify_flutter: ">=1.5.1 <1.6.0"
amplify_push_notifications: ">=1.5.1 <1.6.0"
amplify_flutter: ">=1.5.0 <1.6.0"
amplify_push_notifications: ">=1.5.0 <1.6.0"
amplify_secure_storage: ">=0.4.0+5 <0.5.0"
flutter:
sdk: flutter
Expand Down
2 changes: 1 addition & 1 deletion packages/storage/amplify_storage_s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## 1.5.1
## 1.5.0

- Minor bug fixes and improvements

Expand Down
2 changes: 1 addition & 1 deletion packages/storage/amplify_storage_s3/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_storage_s3
description: The Amplify Flutter Storage category plugin using the AWS S3 provider.
version: 1.5.1
version: 1.5.0
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/storage/amplify_storage_s3
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down

0 comments on commit 4e428fa

Please sign in to comment.