Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Cherry Pick Bump version #5593

Merged
merged 1 commit into from
Oct 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions packages/amplify_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 2.4.2

### Features
- feat(api): move App Sync subscription headers to protocol ([#5301](https://github.com/aws-amplify/amplify-flutter/pull/5301))

### Fixes
- fix(api): Reconnect WebSocket when resuming app from a paused state ([#5567](https://github.com/aws-amplify/amplify-flutter/pull/5567))

## 2.4.1

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_core/lib/src/version.dart

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions packages/amplify_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_core
description: The base package containing common types and utilities that are shared across the Amplify Flutter packages.
version: 2.4.1
version: 2.4.2
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_core
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,7 +10,7 @@ environment:

dependencies:
async: ^2.10.0
aws_common: ">=0.7.3 <0.8.0"
aws_common: ">=0.7.4 <0.8.0"
aws_signature_v4: ">=0.6.3 <0.7.0"
collection: ^1.15.0
graphs: ^2.1.0
Expand Down
4 changes: 4 additions & 0 deletions packages/amplify_datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.4.2

- Minor bug fixes and improvements

## 2.4.1

### Fixes
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: 2.4.1
version: 2.4.2
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 @@ -13,7 +13,7 @@ dependencies:
flutter:
sdk: flutter
amplify_datastore_plugin_interface: ">=2.4.1 <2.5.0"
amplify_core: ">=2.4.1 <2.5.0"
amplify_core: ">=2.4.2 <2.5.0"
plugin_platform_interface: ^2.0.0
meta: ^1.7.0
collection: ^1.14.13
Expand Down
5 changes: 5 additions & 0 deletions packages/api/amplify_api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.4.2

### Fixes
- fix(api): Reconnect WebSocket when resuming app from a paused state ([#5567](https://github.com/aws-amplify/amplify-flutter/pull/5567))

## 2.4.1

- Minor bug fixes and improvements
Expand Down
6 changes: 3 additions & 3 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: 2.4.1
version: 2.4.2
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 @@ -19,8 +19,8 @@ platforms:
web:

dependencies:
amplify_api_dart: ">=0.5.5 <0.6.0"
amplify_core: ">=2.4.1 <2.5.0"
amplify_api_dart: ">=0.5.6 <0.6.0"
amplify_core: ">=2.4.2 <2.5.0"
amplify_flutter: ">=2.4.1 <2.5.0"
connectivity_plus: ^6.0.1
flutter:
Expand Down
8 changes: 8 additions & 0 deletions packages/api/amplify_api_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.5.6

### Features
- feat(api): move App Sync subscription headers to protocol ([#5301](https://github.com/aws-amplify/amplify-flutter/pull/5301))

### Fixes
- fix(api): Reconnect WebSocket when resuming app from a paused state ([#5567](https://github.com/aws-amplify/amplify-flutter/pull/5567))

## 0.5.5

### Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/api/amplify_api_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_api_dart
description: The Amplify API category plugin in Dart-only, supporting GraphQL and REST operations.
version: 0.5.5
version: 0.5.6
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/api/amplify_api_dart
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -9,9 +9,9 @@ environment:
sdk: ^3.3.0

dependencies:
amplify_core: ">=2.4.1 <2.5.0"
amplify_core: ">=2.4.2 <2.5.0"
async: ^2.10.0
aws_common: ">=0.7.3 <0.8.0"
aws_common: ">=0.7.4 <0.8.0"
collection: ^1.15.0
json_annotation: ">=4.9.0 <4.10.0"
meta: ^1.7.0
Expand Down
4 changes: 4 additions & 0 deletions packages/auth/amplify_auth_cognito/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.4.2

- Minor bug fixes and improvements

## 2.4.1

- 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: 2.4.1
version: 2.4.2
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 @@ -21,8 +21,8 @@ platforms:
dependencies:
amplify_analytics_pinpoint: ">=2.4.1 <2.5.0"
amplify_analytics_pinpoint_dart: ">=0.4.5 <0.5.0"
amplify_auth_cognito_dart: ">=0.11.5 <0.12.0"
amplify_core: ">=2.4.1 <2.5.0"
amplify_auth_cognito_dart: ">=0.11.6 <0.12.0"
amplify_core: ">=2.4.2 <2.5.0"
amplify_flutter: ">=2.4.1 <2.5.0"
amplify_secure_storage: ">=0.5.7 <0.6.0"
async: ^2.10.0
Expand Down
4 changes: 4 additions & 0 deletions packages/auth/amplify_auth_cognito_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.11.6

- Minor bug fixes and improvements

## 0.11.5

- Minor bug fixes and improvements
Expand Down
6 changes: 3 additions & 3 deletions packages/auth/amplify_auth_cognito_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_auth_cognito_dart
description: A Dart-only implementation of the Amplify Auth plugin for Cognito.
version: 0.11.5
version: 0.11.6
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/next/packages/auth/amplify_auth_cognito_dart
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,10 +10,10 @@ environment:

dependencies:
amplify_analytics_pinpoint_dart: ">=0.4.5 <0.5.0"
amplify_core: ">=2.4.1 <2.5.0"
amplify_core: ">=2.4.2 <2.5.0"
amplify_secure_storage_dart: ">=0.5.3 <0.6.0"
async: ^2.10.0
aws_common: ">=0.7.3 <0.8.0"
aws_common: ">=0.7.4 <0.8.0"
aws_signature_v4: ">=0.6.3 <0.7.0"
built_collection: ^5.0.0
built_value: ^8.6.0
Expand Down
5 changes: 5 additions & 0 deletions packages/authenticator/amplify_authenticator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 2.2.0

### Features
- feat(authenticator): export unmet password requirements ([#5437](https://github.com/aws-amplify/amplify-flutter/pull/5437))

## 2.1.3

- Minor bug fixes and improvements
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions packages/authenticator/amplify_authenticator/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_authenticator
description: A prebuilt Sign In and Sign Up experience for the Amplify Auth category
version: 2.1.3
version: 2.2.0
homepage: https://ui.docs.amplify.aws/flutter/connected-components/authenticator
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/authenticator/amplify_authenticator
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,11 +10,11 @@ environment:
flutter: ">=3.19.0"

dependencies:
amplify_auth_cognito: ">=2.4.1 <2.5.0"
amplify_core: ">=2.4.1 <2.5.0"
amplify_auth_cognito: ">=2.4.2 <2.5.0"
amplify_core: ">=2.4.2 <2.5.0"
amplify_flutter: ">=2.4.1 <2.5.0"
async: ^2.10.0
aws_common: ">=0.7.3 <0.8.0"
aws_common: ">=0.7.4 <0.8.0"
collection: ^1.15.0
flutter:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions packages/aws_common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.7.4

- Minor bug fixes and improvements

## 0.7.3

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/aws_common/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: aws_common
description: Common types and utilities used across AWS and Amplify packages.
version: 0.7.3
version: 0.7.4
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/aws_common
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.4.2

- Minor bug fixes and improvements

## 2.4.1

- 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: 2.4.1
version: 2.4.2
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

Expand All @@ -9,7 +9,7 @@ environment:
flutter: ">=3.19.0"

dependencies:
amplify_core: ">=2.4.1 <2.5.0"
amplify_core: ">=2.4.2 <2.5.0"
amplify_secure_storage: ">=0.5.5 <0.6.0"
async: ^2.10.0
flutter:
Expand Down
Loading