Skip to content

Commit dcc7d22

Browse files
committed
chore(version): Bump version
### Features - feat: rename sendUserAttributeVerificationCode ([#3759](#3759)) ### Fixes - fix(aft): Small fixes ([#3838](#3838)) - fix(analytics): allow nullable userProfile - fix(analytics): event client flush events to do not discard events from cache on auth exception ([#3999](#3999)) - fix(auth): use loadCredentials to check login state - fix(authenticator): Beta channel fixes ([#3835](#3835)) - fix(authenticator): fix validate before trim bug ([#3809](#3809)) - fix(authenticator): use getCurrentUser to check sign in state - fix(pub): ignore templates folder during analysis ([#4009](#4009)) - fix(smithy): defines Output type to fix beta tests ([#3963](#3963)) - fix: catch and log updateEndpoint error during configure ([#3985](#3985)) - fix: remove exception during token timeout ([#3939](#3939)) ### Breaking Changes - fix(smithy_aws)!: do not sign optional requests Updated-Components: amplify_lints, Amplify Flutter, Amplify Dart, Amplify UI, DB Common, Secure Storage, AWS Common, Smithy, Worker Bee
1 parent 3738a37 commit dcc7d22

File tree

41 files changed

+173
-67
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+173
-67
lines changed

packages/amplify/amplify_flutter/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.6.0
2+
3+
### Features
4+
- feat: rename sendUserAttributeVerificationCode ([#3759](https://github.com/aws-amplify/amplify-flutter/pull/3759))
5+
6+
### Fixes
7+
- fix(analytics): allow nullable userProfile
8+
- fix(pub): ignore templates folder during analysis ([#4009](https://github.com/aws-amplify/amplify-flutter/pull/4009))
9+
- fix: remove exception during token timeout ([#3939](https://github.com/aws-amplify/amplify-flutter/pull/3939))
10+
111
## 1.5.0
212

313
### Feature

packages/amplify/amplify_flutter/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_flutter
22
description: The top level Flutter package for the AWS Amplify libraries.
3-
version: 1.5.0
3+
version: 1.6.0
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify/amplify_flutter
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -19,7 +19,7 @@ platforms:
1919
web:
2020

2121
dependencies:
22-
amplify_core: ">=1.5.1 <1.6.0"
22+
amplify_core: ">=1.6.0 <1.7.0"
2323
amplify_secure_storage: ">=0.4.0+6 <0.5.0"
2424
aws_common: ">=0.6.0 <0.7.0"
2525
collection: ^1.15.0

packages/amplify_core/CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
## 1.6.0
2+
3+
### Features
4+
- feat: rename sendUserAttributeVerificationCode ([#3759](https://github.com/aws-amplify/amplify-flutter/pull/3759))
5+
6+
### Fixes
7+
- fix(analytics): allow nullable userProfile
8+
- fix(auth): use loadCredentials to check login state
9+
- fix(pub): ignore templates folder during analysis ([#4009](https://github.com/aws-amplify/amplify-flutter/pull/4009))
10+
111
## 1.5.1
212

313
### Fixes

packages/amplify_core/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/amplify_core/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_core
22
description: The base package containing common types and utilities that are shared across the Amplify Flutter packages.
3-
version: 1.5.1
3+
version: 1.6.0
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_core
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

packages/amplify_datastore/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.6.0
2+
3+
- Minor bug fixes and improvements
4+
15
## 1.5.0
26

37
- Minor bug fixes and improvements

packages/amplify_datastore/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_datastore
22
description: The Amplify Flutter DataStore category plugin, providing a queryable, on-device data store.
3-
version: 1.5.0
3+
version: 1.6.0
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_datastore
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -12,8 +12,8 @@ environment:
1212
dependencies:
1313
flutter:
1414
sdk: flutter
15-
amplify_datastore_plugin_interface: ">=1.5.0 <1.6.0"
16-
amplify_core: ">=1.5.1 <1.6.0"
15+
amplify_datastore_plugin_interface: ">=1.6.0 <1.7.0"
16+
amplify_core: ">=1.6.0 <1.7.0"
1717
plugin_platform_interface: ^2.0.0
1818
meta: ^1.7.0
1919
collection: ^1.14.13

packages/amplify_datastore_plugin_interface/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.6.0
2+
3+
- Minor bug fixes and improvements
4+
15
## 1.5.0
26

37
- Minor bug fixes and improvements

packages/amplify_datastore_plugin_interface/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_datastore_plugin_interface
22
description: The platform interface for the DataStore module of Amplify Flutter.
3-
version: 1.5.0
3+
version: 1.6.0
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_datastore_plugin_interface
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -10,7 +10,7 @@ environment:
1010
flutter: ">=3.10.0"
1111

1212
dependencies:
13-
amplify_core: ">=1.5.1 <1.6.0"
13+
amplify_core: ">=1.6.0 <1.7.0"
1414
collection: ^1.15.0
1515
flutter:
1616
sdk: flutter

packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.6.0
2+
3+
### Fixes
4+
- fix(analytics): allow nullable userProfile
5+
16
## 1.5.0
27

38
### Fixes

packages/analytics/amplify_analytics_pinpoint/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_analytics_pinpoint
22
description: The Amplify Flutter Analytics category plugin using the AWS Pinpoint provider.
3-
version: 1.5.0
3+
version: 1.6.0
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/analytics/amplify_analytics_pinpoint
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -19,9 +19,9 @@ platforms:
1919
web:
2020

2121
dependencies:
22-
amplify_analytics_pinpoint_dart: ">=0.3.2 <0.4.0"
23-
amplify_core: ">=1.5.1 <1.6.0"
24-
amplify_db_common: ">=0.3.0+5 <0.4.0"
22+
amplify_analytics_pinpoint_dart: ">=0.3.3 <0.4.0"
23+
amplify_core: ">=1.6.0 <1.7.0"
24+
amplify_db_common: ">=0.3.3 <0.4.0"
2525
amplify_secure_storage: ">=0.4.0+6 <0.5.0"
2626
aws_common: ">=0.6.0 <0.7.0"
2727
device_info_plus: ^9.0.0

packages/analytics/amplify_analytics_pinpoint_dart/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 0.3.3
2+
3+
### Fixes
4+
- fix(analytics): allow nullable userProfile
5+
16
## 0.3.2
27

38
### Fixes

packages/analytics/amplify_analytics_pinpoint_dart/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_analytics_pinpoint_dart
22
description: A Dart-only implementation of the Amplify Analytics plugin for Pinpoint.
3-
version: 0.3.2
3+
version: 0.3.3
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/analytics/amplify_analytics_pinpoint_dart
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -9,8 +9,8 @@ environment:
99
sdk: ^3.0.0
1010

1111
dependencies:
12-
amplify_core: ">=1.5.1 <1.6.0"
13-
amplify_db_common_dart: ">=0.3.0+5 <0.4.0"
12+
amplify_core: ">=1.6.0 <1.7.0"
13+
amplify_db_common_dart: ">=0.3.3 <0.4.0"
1414
amplify_secure_storage_dart: ">=0.4.0+5 <0.5.0"
1515
aws_common: ">=0.6.0 <0.7.0"
1616
aws_signature_v4: ">=0.5.0 <0.6.0"
@@ -21,8 +21,8 @@ dependencies:
2121
intl: ">=0.18.0 <1.0.0"
2222
meta: ^1.7.0
2323
path: ^1.8.0
24-
smithy: ">=0.5.1 <0.6.0"
25-
smithy_aws: ">=0.5.1 <0.6.0"
24+
smithy: ">=0.6.0 <0.7.0"
25+
smithy_aws: ">=0.6.0 <0.7.0"
2626
uuid: ">=3.0.6 <=3.0.7"
2727

2828
dev_dependencies:

packages/api/amplify_api/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.6.0
2+
3+
- Minor bug fixes and improvements
4+
15
## 1.5.0
26

37
- Minor bug fixes and improvements

packages/api/amplify_api/pubspec.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_api
22
description: The Amplify Flutter API category plugin, supporting GraphQL and REST operations.
3-
version: 1.5.0
3+
version: 1.6.0
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/api/amplify_api
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -19,9 +19,9 @@ platforms:
1919
web:
2020

2121
dependencies:
22-
amplify_api_dart: ">=0.3.1 <0.4.0"
23-
amplify_core: ">=1.5.1 <1.6.0"
24-
amplify_flutter: ">=1.5.0 <1.6.0"
22+
amplify_api_dart: ">=0.3.3 <0.4.0"
23+
amplify_core: ">=1.6.0 <1.7.0"
24+
amplify_flutter: ">=1.6.0 <1.7.0"
2525
connectivity_plus: ">=4.0.1 <6.0.0"
2626
flutter:
2727
sdk: flutter

packages/api/amplify_api_dart/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.3
2+
3+
- Minor bug fixes and improvements
4+
15
## 0.3.2
26

37
- Minor bug fixes and improvements

packages/api/amplify_api_dart/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_api_dart
22
description: The Amplify API category plugin in Dart-only, supporting GraphQL and REST operations.
3-
version: 0.3.2
3+
version: 0.3.3
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/api/amplify_api_dart
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -9,7 +9,7 @@ environment:
99
sdk: ^3.0.0
1010

1111
dependencies:
12-
amplify_core: ">=1.5.1 <1.6.0"
12+
amplify_core: ">=1.6.0 <1.7.0"
1313
async: ^2.10.0
1414
aws_common: ">=0.6.0 <0.7.0"
1515
collection: ^1.15.0

packages/auth/amplify_auth_cognito/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.6.0
2+
3+
### Features
4+
- feat: rename sendUserAttributeVerificationCode ([#3759](https://github.com/aws-amplify/amplify-flutter/pull/3759))
5+
16
## 1.5.0
27

38
- Minor bug fixes and improvements

packages/auth/amplify_auth_cognito/pubspec.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_auth_cognito
22
description: The Amplify Flutter Auth category plugin using the AWS Cognito provider.
3-
version: 1.5.0
3+
version: 1.6.0
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/auth/amplify_auth_cognito
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -19,11 +19,11 @@ platforms:
1919
web:
2020

2121
dependencies:
22-
amplify_analytics_pinpoint: ">=1.5.0 <1.6.0"
23-
amplify_analytics_pinpoint_dart: ">=0.3.2 <0.4.0"
24-
amplify_auth_cognito_dart: ">=0.10.5 <0.11.0"
25-
amplify_core: ">=1.5.1 <1.6.0"
26-
amplify_flutter: ">=1.5.0 <1.6.0"
22+
amplify_analytics_pinpoint: ">=1.6.0 <1.7.0"
23+
amplify_analytics_pinpoint_dart: ">=0.3.3 <0.4.0"
24+
amplify_auth_cognito_dart: ">=0.10.6 <0.11.0"
25+
amplify_core: ">=1.6.0 <1.7.0"
26+
amplify_flutter: ">=1.6.0 <1.7.0"
2727
amplify_secure_storage: ">=0.4.0+6 <0.5.0"
2828
async: ^2.10.0
2929
flutter:

packages/auth/amplify_auth_cognito_dart/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## 0.10.6
2+
3+
### Fixes
4+
- fix(auth): use loadCredentials to check login state
5+
6+
### Features
7+
- feat: rename sendUserAttributeVerificationCode ([#3759](https://github.com/aws-amplify/amplify-flutter/pull/3759))
8+
19
## 0.10.5
210

311
- Minor bug fixes and improvements

packages/auth/amplify_auth_cognito_dart/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_auth_cognito_dart
22
description: A Dart-only implementation of the Amplify Auth plugin for Cognito.
3-
version: 0.10.5
3+
version: 0.10.6
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/next/packages/auth/amplify_auth_cognito_dart
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -9,8 +9,8 @@ environment:
99
sdk: ^3.0.0
1010

1111
dependencies:
12-
amplify_analytics_pinpoint_dart: ">=0.3.2 <0.4.0"
13-
amplify_core: ">=1.5.1 <1.6.0"
12+
amplify_analytics_pinpoint_dart: ">=0.3.3 <0.4.0"
13+
amplify_core: ">=1.6.0 <1.7.0"
1414
amplify_secure_storage_dart: ">=0.4.0+7 <0.5.0"
1515
async: ^2.10.0
1616
aws_common: ">=0.6.1 <0.7.0"
@@ -30,8 +30,8 @@ dependencies:
3030
meta: ^1.7.0
3131
oauth2: ^2.0.2
3232
path: ^1.8.0
33-
smithy: ">=0.5.1 <0.6.0"
34-
smithy_aws: ">=0.5.1 <0.6.0"
33+
smithy: ">=0.6.0 <0.7.0"
34+
smithy_aws: ">=0.6.0 <0.7.0"
3535
stream_transform: ^2.0.0
3636
uuid: ">=3.0.6 <=3.0.7"
3737
win32: ">=4.1.2 <6.0.0"

packages/authenticator/amplify_authenticator/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## 1.5.0
2+
3+
### Fixes
4+
- fix(authenticator): Beta channel fixes ([#3835](https://github.com/aws-amplify/amplify-flutter/pull/3835))
5+
- fix(authenticator): fix validate before trim bug ([#3809](https://github.com/aws-amplify/amplify-flutter/pull/3809))
6+
- fix(authenticator): use getCurrentUser to check sign in state
7+
18
## 1.4.3
29

310
- Minor bug fixes and improvements

packages/authenticator/amplify_authenticator/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/authenticator/amplify_authenticator/pubspec.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_authenticator
22
description: A prebuilt Sign In and Sign Up experience for the Amplify Auth category
3-
version: 1.4.3
3+
version: 1.5.0
44
homepage: https://ui.docs.amplify.aws/flutter/connected-components/authenticator
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/authenticator/amplify_authenticator
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -10,9 +10,9 @@ environment:
1010
flutter: ">=3.10.0"
1111

1212
dependencies:
13-
amplify_auth_cognito: ">=1.5.0 <1.6.0"
14-
amplify_core: ">=1.5.1 <1.6.0"
15-
amplify_flutter: ">=1.5.0 <1.6.0"
13+
amplify_auth_cognito: ">=1.6.0 <1.7.0"
14+
amplify_core: ">=1.6.0 <1.7.0"
15+
amplify_flutter: ">=1.6.0 <1.7.0"
1616
async: ^2.10.0
1717
aws_common: ">=0.6.0 <0.7.0"
1818
collection: ^1.15.0
@@ -25,7 +25,7 @@ dependencies:
2525
# TODO(equartey): Remove this once we have our own method of getting the app name
2626
package_info_plus: ^4.0.1
2727
qr_flutter: 4.1.0
28-
smithy: ">=0.5.1 <0.6.0"
28+
smithy: ">=0.6.0 <0.7.0"
2929
stream_transform: ^2.0.0
3030
url_launcher: ^6.1.11
3131

packages/common/amplify_db_common/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.3
2+
3+
- Minor bug fixes and improvements
4+
15
## 0.3.2
26

37
- Minor bug fixes and improvements

packages/common/amplify_db_common/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_db_common
22
description: Common utilities for working with databases such as SQLite.
3-
version: 0.3.2
3+
version: 0.3.3
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/common/amplify_db_common
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -10,7 +10,7 @@ environment:
1010
flutter: ">=3.10.0"
1111

1212
dependencies:
13-
amplify_db_common_dart: ">=0.3.2 <0.4.0"
13+
amplify_db_common_dart: ">=0.3.3 <0.4.0"
1414
drift: ">=2.11.0 <2.12.0"
1515
flutter:
1616
sdk: flutter

packages/common/amplify_db_common_dart/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 0.3.3
2+
3+
- Minor bug fixes and improvements
4+
15
## 0.3.2
26

37
- Minor bug fixes and improvements

0 commit comments

Comments
 (0)