Skip to content

Commit

Permalink
chore(version): Bump version
Browse files Browse the repository at this point in the history
### Fixes
- fix(aft): Constraints edge cases ([#3732](#3732))
- fix(authenticator): TOTP Setup typo ([#3758](#3758))
- fix(authenticator): Wrap social button text ([#3692](#3692))
- fix(authenticator): date validator ([#3766](#3766))

Updated-Components: amplify_datastore, amplify_analytics_pinpoint, amplify_auth_cognito, amplify_authenticator, aws_common, smithy, amplify_storage_s3_dart
  • Loading branch information
kyle authored and fjnoyp committed Sep 21, 2023
1 parent 4f58cc3 commit 4e8805b
Show file tree
Hide file tree
Showing 18 changed files with 49 additions and 13 deletions.
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.4.2

- Minor bug fixes and improvements

## 1.4.1

- Minor bug fixes and improvements
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.4.1
version: 1.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 Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.3.1

- Minor bug fixes and improvements

## 0.3.0+7

### Fixes
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+7
version: 0.3.1
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 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.4.2

### Fixes
- fix(aft): Constraints edge cases ([#3732](https://github.com/aws-amplify/amplify-flutter/pull/3732))

## 1.4.1

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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.4.1
version: 1.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 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.10.4

- Minor bug fixes and improvements

## 0.10.3+1

### Fixes
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.10.3+1
version: 0.10.4
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 @@ -9,11 +9,11 @@ environment:
sdk: ^3.0.0

dependencies:
amplify_analytics_pinpoint_dart: ">=0.3.0+5 <0.4.0"
amplify_analytics_pinpoint_dart: ">=0.3.1 <0.4.0"
amplify_core: ">=1.4.1 <1.5.0"
amplify_secure_storage_dart: ">=0.4.0+7 <0.5.0"
async: ^2.10.0
aws_common: ">=0.6.0 <0.7.0"
aws_common: ">=0.6.1 <0.7.0"
aws_signature_v4: ">=0.5.0 <0.6.0"
built_collection: ^5.0.0
built_value: ">=8.6.0 <8.7.0"
Expand Down
7 changes: 7 additions & 0 deletions packages/authenticator/amplify_authenticator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 1.4.2

### Fixes
- fix(authenticator): TOTP Setup typo ([#3758](https://github.com/aws-amplify/amplify-flutter/pull/3758))
- fix(authenticator): Wrap social button text ([#3692](https://github.com/aws-amplify/amplify-flutter/pull/3692))
- fix(authenticator): date validator ([#3766](https://github.com/aws-amplify/amplify-flutter/pull/3766))

## 1.4.1

- Minor bug fixes and improvements
Expand Down

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

2 changes: 1 addition & 1 deletion 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: 1.4.1
version: 1.4.2
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 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.6.1

- Minor bug fixes and improvements

## 0.6.0

### Breaking Changes
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.6.0
version: 0.6.1
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
4 changes: 4 additions & 0 deletions packages/smithy/smithy/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.5.2

- Minor bug fixes and improvements

## 0.5.1

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/smithy/smithy/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: smithy
description: Smithy client runtime for Dart with common utilities for I/O and serialization.
version: 0.5.1
version: 0.5.2
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/smithy/smithy
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
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.4

- Minor bug fixes and improvements

## 0.3.3

- 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.3
version: 0.3.4
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 @@ -12,7 +12,7 @@ dependencies:
amplify_core: ">=1.4.0 <1.5.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_common: ">=0.6.1 <0.7.0"
aws_signature_v4: ">=0.5.0 <0.6.0"
built_collection: ^5.0.0
built_value: ">=8.6.0 <8.7.0"
Expand Down

0 comments on commit 4e8805b

Please sign in to comment.