Skip to content

Commit

Permalink
chore(version): Bump version
Browse files Browse the repository at this point in the history
### Fixes
- fix(auth): Pass `deviceKey` in custom auth challenge
- fix(push): Deserialization from platform maps ([#3557](#3557))

Updated-Components: amplify_lints, Amplify Flutter, Amplify Dart, Amplify UI, DB Common, Secure Storage, AWS Common, Smithy, Worker Bee
  • Loading branch information
Dillon Nys authored and dnys1 committed Aug 17, 2023
1 parent 5ea9e8d commit 8cb552a
Show file tree
Hide file tree
Showing 28 changed files with 83 additions and 24 deletions.
6 changes: 6 additions & 0 deletions packages/amplify/amplify_flutter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.3.3

### Fixes
- fix(auth): Pass `deviceKey` in custom auth challenge
- fix(push): Deserialization from platform maps ([#3557](https://github.com/aws-amplify/amplify-flutter/pull/3557))

## 1.3.2

### Fixes
Expand Down
4 changes: 2 additions & 2 deletions 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.3.2
version: 1.3.3
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 All @@ -19,7 +19,7 @@ platforms:
web:

dependencies:
amplify_core: ">=1.3.2 <1.4.0"
amplify_core: ">=1.3.3 <1.4.0"
amplify_secure_storage: ">=0.4.0+5 <0.5.0"
aws_common: ">=0.6.0 <0.7.0"
collection: ^1.15.0
Expand Down
6 changes: 6 additions & 0 deletions packages/amplify_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.3.3

### Fixes
- fix(auth): Pass `deviceKey` in custom auth challenge
- fix(push): Deserialization from platform maps ([#3557](https://github.com/aws-amplify/amplify-flutter/pull/3557))

## 1.3.2

### 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.

2 changes: 1 addition & 1 deletion 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: 1.3.2
version: 1.3.3
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 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 @@
## 1.3.3

- Minor bug fixes and improvements

## 1.3.2

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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.3.2
version: 1.3.3
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 Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.0+6

- Minor bug fixes and improvements

## 0.3.0+5

- Minor bug fixes and improvements
Expand Down

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

Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_analytics_pinpoint_dart
description: A Dart-only implementation of the Amplify Analytics plugin for Pinpoint.
version: 0.3.0+5
version: 0.3.0+6
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/analytics/amplify_analytics_pinpoint_dart
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,7 +10,7 @@ environment:

dependencies:
amplify_core: ">=1.3.2 <1.4.0"
amplify_db_common_dart: ">=0.3.0+4 <0.4.0"
amplify_db_common_dart: ">=0.3.0+5 <0.4.0"
amplify_secure_storage_dart: ">=0.4.0+5 <0.5.0"
aws_common: ">=0.6.0 <0.7.0"
aws_signature_v4: ">=0.5.0 <0.6.0"
Expand Down
5 changes: 5 additions & 0 deletions packages/auth/amplify_auth_cognito/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.3.3

### Fixes
- fix(auth): Pass `deviceKey` in custom auth challenge

## 1.3.2

- Minor bug fixes and improvements
Expand Down
4 changes: 2 additions & 2 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.3.2
version: 1.3.3
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,7 +21,7 @@ platforms:
dependencies:
amplify_analytics_pinpoint: ">=1.3.2 <1.4.0"
amplify_analytics_pinpoint_dart: ">=0.3.0+5 <0.4.0"
amplify_auth_cognito_dart: ">=0.10.2+2 <0.11.0"
amplify_auth_cognito_dart: ">=0.10.2+3 <0.11.0"
amplify_core: ">=1.3.2 <1.4.0"
amplify_flutter: ">=1.3.2 <1.4.0"
amplify_secure_storage: ">=0.4.0+5 <0.5.0"
Expand Down
5 changes: 5 additions & 0 deletions packages/auth/amplify_auth_cognito_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.10.2+3

### Fixes
- fix(auth): Pass `deviceKey` in custom auth challenge

## 0.10.2+2

- Minor bug fixes and improvements
Expand Down
4 changes: 2 additions & 2 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.10.2+2
version: 0.10.2+3
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 @@ -11,7 +11,7 @@ environment:
dependencies:
amplify_analytics_pinpoint_dart: ">=0.3.0+5 <0.4.0"
amplify_core: ">=1.3.2 <1.4.0"
amplify_secure_storage_dart: ">=0.4.0+5 <0.5.0"
amplify_secure_storage_dart: ">=0.4.0+6 <0.5.0"
async: ^2.10.0
aws_common: ">=0.6.0 <0.7.0"
aws_signature_v4: ">=0.5.0 <0.6.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/common/amplify_db_common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.0+6

- Minor bug fixes and improvements

## 0.3.0+5

- Minor bug fixes and improvements
Expand Down
4 changes: 2 additions & 2 deletions packages/common/amplify_db_common/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_db_common
description: Common utilities for working with databases such as SQLite.
version: 0.3.0+5
version: 0.3.0+6
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/common/amplify_db_common
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,7 +10,7 @@ environment:
flutter: ">=3.10.0"

dependencies:
amplify_db_common_dart: ">=0.3.0+4 <0.4.0"
amplify_db_common_dart: ">=0.3.0+5 <0.4.0"
drift: ">=2.11.0 <2.12.0"
flutter:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions packages/common/amplify_db_common_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.0+5

- Minor bug fixes and improvements

## 0.3.0+4

- Minor bug fixes and improvements
Expand Down
2 changes: 1 addition & 1 deletion packages/common/amplify_db_common_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_db_common_dart
description: Common utilities for working with databases such as sqlite. Used throughout Amplify packages.
version: 0.3.0+4
version: 0.3.0+5
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/common/amplify_db_common_dart
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,8 @@
## 1.3.3

### Fixes
- fix(push): Deserialization from platform maps ([#3557](https://github.com/aws-amplify/amplify-flutter/pull/3557))

## 1.3.2

### Fixes
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.3.2
version: 1.3.3
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.10.0"

dependencies:
amplify_core: ">=1.3.2 <1.4.0"
amplify_core: ">=1.3.3 <1.4.0"
amplify_secure_storage: ">=0.4.0+5 <0.5.0"
async: ^2.10.0
flutter:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.0+6

- Minor bug fixes and improvements

## 0.4.0+5

- Minor bug fixes and improvements
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_secure_storage_dart
description: A Dart-only implementation of `amplify_secure_storage`, using `dart:ffi` for Desktop and `dart:html` for Web.
version: 0.4.0+5
version: 0.4.0+6
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/secure_storage/amplify_secure_storage_dart
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down
4 changes: 4 additions & 0 deletions packages/storage/amplify_storage_s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.3.3

- Minor bug fixes and improvements

## 1.3.2

- Minor bug fixes and improvements
Expand Down
6 changes: 3 additions & 3 deletions 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.3.2
version: 1.3.3
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 All @@ -20,8 +20,8 @@ platforms:

dependencies:
amplify_core: ">=1.3.2 <1.4.0"
amplify_db_common: ">=0.3.0+5 <0.4.0"
amplify_storage_s3_dart: ">=0.3.2+2 <0.4.0"
amplify_db_common: ">=0.3.0+6 <0.4.0"
amplify_storage_s3_dart: ">=0.3.2+3 <0.4.0"
aws_common: ">=0.6.0 <0.7.0"
flutter:
sdk: flutter
Expand Down
4 changes: 4 additions & 0 deletions packages/storage/amplify_storage_s3_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.2+3

- Minor bug fixes and improvements

## 0.3.2+2

- Minor bug fixes and improvements
Expand Down
4 changes: 2 additions & 2 deletions packages/storage/amplify_storage_s3_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_storage_s3_dart
description: A Dart-only implementation of the Amplify Storage plugin for S3.
version: 0.3.2+2
version: 0.3.2+3
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/storage/amplify_storage_s3_dart
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,7 +10,7 @@ environment:

dependencies:
amplify_core: ">=1.3.2 <1.4.0"
amplify_db_common_dart: ">=0.3.0+4 <0.4.0"
amplify_db_common_dart: ">=0.3.0+5 <0.4.0"
async: ^2.10.0
aws_common: ">=0.6.0 <0.7.0"
aws_signature_v4: ">=0.5.0 <0.6.0"
Expand Down
4 changes: 4 additions & 0 deletions packages/worker_bee/worker_bee_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.0+6

- Minor bug fixes and improvements

## 0.2.0+5

- Minor bug fixes and improvements
Expand Down
2 changes: 1 addition & 1 deletion packages/worker_bee/worker_bee_builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: worker_bee_builder
description: Builder package for worker_bee to quickly generate necessary boilerplate
version: 0.2.0+5
version: 0.2.0+6
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/worker_bee/worker_bee_builder
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down

0 comments on commit 8cb552a

Please sign in to comment.