Skip to content

Commit

Permalink
chore(version): Bump version (#3781)
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

# Conflicts:
#	packages/amplify_datastore/CHANGELOG.md
#	packages/amplify_datastore/pubspec.yaml
#	packages/analytics/amplify_analytics_pinpoint_dart/CHANGELOG.md
#	packages/analytics/amplify_analytics_pinpoint_dart/lib/src/version.dart
#	packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml
#	packages/auth/amplify_auth_cognito/CHANGELOG.md
#	packages/auth/amplify_auth_cognito/pubspec.yaml
#	packages/auth/amplify_auth_cognito_dart/CHANGELOG.md
#	packages/auth/amplify_auth_cognito_dart/pubspec.yaml
#	packages/authenticator/amplify_authenticator/CHANGELOG.md
#	packages/authenticator/amplify_authenticator/lib/src/version.dart
#	packages/authenticator/amplify_authenticator/pubspec.yaml
#	packages/storage/amplify_storage_s3_dart/CHANGELOG.md
#	packages/storage/amplify_storage_s3_dart/pubspec.yaml

Co-authored-by: kyle <[email protected]>
  • Loading branch information
fjnoyp and kyle authored Sep 25, 2023
1 parent 4211e98 commit 79a9375
Show file tree
Hide file tree
Showing 18 changed files with 122 additions and 28 deletions.
13 changes: 13 additions & 0 deletions packages/amplify_datastore/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 1.4.2

- Minor bug fixes and improvements

## 1.4.1

- Minor bug fixes and improvements

## 1.4.0

### Fixes
- fix(datastore): Use platform thread ([#3607](https://github.com/aws-amplify/amplify-flutter/pull/3607))

## 1.3.4

### Fixes
Expand Down
6 changes: 3 additions & 3 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.3.4
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 All @@ -12,8 +12,8 @@ environment:
dependencies:
flutter:
sdk: flutter
amplify_datastore_plugin_interface: ">=1.3.1 <1.4.0"
amplify_core: ">=1.3.2 <1.4.0"
amplify_datastore_plugin_interface: ">=1.4.0 <1.5.0"
amplify_core: ">=1.4.0 <1.5.0"
plugin_platform_interface: ^2.0.0
meta: ^1.7.0
collection: ^1.14.13
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## 0.3.1

- Minor bug fixes and improvements

## 0.3.0+7

### Fixes
- fix(analytics): AWSPinpointUserProfile Added null check for user attributes ([#3598](https://github.com/aws-amplify/amplify-flutter/pull/3598))

## 0.3.0+6

- 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+6
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 All @@ -9,7 +9,7 @@ environment:
sdk: ^3.0.0

dependencies:
amplify_core: ">=1.3.2 <1.4.0"
amplify_core: ">=1.4.0 <1.5.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"
Expand Down
18 changes: 18 additions & 0 deletions packages/auth/amplify_auth_cognito/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## 1.4.2

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

## 1.4.1

### Fixes
- fix(auth): Crash with EXC_BAD_ACCESS ([#3657](https://github.com/aws-amplify/amplify-flutter/pull/3657))
- fix(auth): Custom auth with device tracking, no SRP ([#3652](https://github.com/aws-amplify/amplify-flutter/pull/3652))
- fix(auth): Uncaught Hosted UI cancellation ([#3686](https://github.com/aws-amplify/amplify-flutter/pull/3686))

## 1.4.0

### Features
- feat(auth): TOTP MFA
- feat(authenticator): TOTP MFA ([#3609](https://github.com/aws-amplify/amplify-flutter/pull/3609))

## 1.3.3

### Fixes
Expand Down
12 changes: 6 additions & 6 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.3
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 All @@ -19,12 +19,12 @@ platforms:
web:

dependencies:
amplify_analytics_pinpoint: ">=1.3.2 <1.4.0"
amplify_analytics_pinpoint: ">=1.4.1 <1.5.0"
amplify_analytics_pinpoint_dart: ">=0.3.0+5 <0.4.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"
amplify_auth_cognito_dart: ">=0.10.3+1 <0.11.0"
amplify_core: ">=1.4.1 <1.5.0"
amplify_flutter: ">=1.4.0 <1.5.0"
amplify_secure_storage: ">=0.4.0+6 <0.5.0"
async: ^2.10.0
flutter:
sdk: flutter
Expand Down
19 changes: 19 additions & 0 deletions packages/auth/amplify_auth_cognito_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 0.10.4

- Minor bug fixes and improvements

## 0.10.3+1

### Fixes
- fix(auth): Crash with EXC_BAD_ACCESS ([#3657](https://github.com/aws-amplify/amplify-flutter/pull/3657))
- fix(auth): Custom auth with device tracking, no SRP ([#3652](https://github.com/aws-amplify/amplify-flutter/pull/3652))
- fix(auth): Uncaught Hosted UI cancellation ([#3686](https://github.com/aws-amplify/amplify-flutter/pull/3686))

## 0.10.3

### Fixes
- fix(auth): SDK exception mapping

### Features
- feat(auth): TOTP MFA

## 0.10.2+3

### Fixes
Expand Down
12 changes: 6 additions & 6 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+3
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_core: ">=1.3.2 <1.4.0"
amplify_secure_storage_dart: ">=0.4.0+6 <0.5.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 All @@ -36,7 +36,7 @@ dependencies:
uuid: ">=3.0.6 <=3.0.7"
win32: ">=4.1.2 <6.0.0"
win32_registry: ^1.1.0
worker_bee: ">=0.2.0+4 <0.3.0"
worker_bee: ">=0.2.0+5 <0.3.0"

dev_dependencies:
amplify_lints: ">=3.0.0 <3.1.0"
Expand Down
19 changes: 19 additions & 0 deletions packages/authenticator/amplify_authenticator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 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

## 1.4.0

### Fixes
- fix(authenticator): Social button debug Property Type ([#3608](https://github.com/aws-amplify/amplify-flutter/pull/3608))

### Features
- feat(authenticator): TOTP MFA ([#3609](https://github.com/aws-amplify/amplify-flutter/pull/3609))

## 1.3.2

- 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: 1.3.2
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 All @@ -10,9 +10,9 @@ environment:
flutter: ">=3.10.0"

dependencies:
amplify_auth_cognito: ">=1.3.2 <1.4.0"
amplify_core: ">=1.3.2 <1.4.0"
amplify_flutter: ">=1.3.2 <1.4.0"
amplify_auth_cognito: ">=1.4.0 <1.5.0"
amplify_core: ">=1.4.0 <1.5.0"
amplify_flutter: ">=1.4.0 <1.5.0"
async: ^2.10.0
aws_common: ">=0.6.0 <0.7.0"
collection: ^1.15.0
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
8 changes: 8 additions & 0 deletions packages/storage/amplify_storage_s3_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 0.3.4

- Minor bug fixes and improvements

## 0.3.3

- Minor bug fixes and improvements

## 0.3.2+3

- Minor bug fixes and improvements
Expand Down
6 changes: 3 additions & 3 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+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 @@ -9,10 +9,10 @@ environment:
sdk: ^3.0.0

dependencies:
amplify_core: ">=1.3.2 <1.4.0"
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 79a9375

Please sign in to comment.