Skip to content

Commit d73c343

Browse files
committed
chore(version): Bump version
Updated-Components: amplify_lints, Amplify Flutter, Amplify Dart, Amplify UI, DB Common, Secure Storage, AWS Common, Smithy, Worker Bee
1 parent 421745f commit d73c343

File tree

56 files changed

+242
-138
lines changed

Some content is hidden

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

56 files changed

+242
-138
lines changed

packages/amplify/amplify_flutter/CHANGELOG.md

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

37
### Features

packages/amplify/amplify_flutter/pubspec.yaml

Lines changed: 5 additions & 5 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: 2.6.0
3+
version: 2.6.1
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,16 +19,16 @@ platforms:
1919
web:
2020

2121
dependencies:
22-
amplify_core: ">=2.6.0 <2.7.0"
23-
amplify_secure_storage: ">=0.5.7 <0.6.0"
24-
aws_common: ">=0.7.3 <0.8.0"
22+
amplify_core: ">=2.6.1 <2.7.0"
23+
amplify_secure_storage: ">=0.5.8 <0.6.0"
24+
aws_common: ">=0.7.6 <0.8.0"
2525
collection: ^1.15.0
2626
flutter:
2727
sdk: flutter
2828
meta: ^1.7.0
2929

3030
dev_dependencies:
31-
amplify_lints: ">=3.1.0 <3.2.0"
31+
amplify_lints: ">=3.1.1 <3.2.0"
3232
amplify_test:
3333
path: ../../test/amplify_test
3434
build_runner: ^2.4.9

packages/amplify_core/CHANGELOG.md

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

37
### Features

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: 4 additions & 4 deletions
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: 2.6.0
3+
version: 2.6.1
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
@@ -10,8 +10,8 @@ environment:
1010

1111
dependencies:
1212
async: ^2.10.0
13-
aws_common: ">=0.7.5 <0.8.0"
14-
aws_signature_v4: ">=0.6.3 <0.7.0"
13+
aws_common: ">=0.7.6 <0.8.0"
14+
aws_signature_v4: ">=0.6.4 <0.7.0"
1515
collection: ^1.15.0
1616
graphs: ^2.1.0
1717
intl: ">=0.18.0 <1.0.0"
@@ -23,7 +23,7 @@ dependencies:
2323
uuid: ">=3.0.6 <5.0.0"
2424

2525
dev_dependencies:
26-
amplify_lints: ">=3.1.0 <3.2.0"
26+
amplify_lints: ">=3.1.1 <3.2.0"
2727
build_runner: ^2.4.9
2828
build_test: ^2.1.5
2929
build_version: ^2.1.1

packages/amplify_datastore/CHANGELOG.md

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

37
### Fixes

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: 2.6.0
3+
version: 2.6.1
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: ">=2.6.0 <2.7.0"
16-
amplify_core: ">=2.6.0 <2.7.0"
15+
amplify_datastore_plugin_interface: ">=2.6.1 <2.7.0"
16+
amplify_core: ">=2.6.1 <2.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+
## 2.6.1
2+
3+
- Minor bug fixes and improvements
4+
15
## 2.6.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: 2.6.0
3+
version: 2.6.1
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.27.0"
1111

1212
dependencies:
13-
amplify_core: ">=2.6.0 <2.7.0"
13+
amplify_core: ">=2.6.1 <2.7.0"
1414
collection: ^1.15.0
1515
flutter:
1616
sdk: flutter

packages/amplify_lints/CHANGELOG.md

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

37
### Features

packages/amplify_lints/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_lints
22
description: The lint rules used in developing Amplify Flutter packages and plugins.
3-
version: 3.1.0
3+
version: 3.1.1
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_lints
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md

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

37
- Minor bug fixes and improvements

packages/analytics/amplify_analytics_pinpoint/pubspec.yaml

Lines changed: 7 additions & 7 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: 2.6.0
3+
version: 2.6.1
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,11 +19,11 @@ platforms:
1919
web:
2020

2121
dependencies:
22-
amplify_analytics_pinpoint_dart: ">=0.4.7 <0.5.0"
23-
amplify_core: ">=2.6.0 <2.7.0"
24-
amplify_db_common: ">=0.4.8 <0.5.0"
25-
amplify_secure_storage: ">=0.5.7 <0.6.0"
26-
aws_common: ">=0.7.3 <0.8.0"
22+
amplify_analytics_pinpoint_dart: ">=0.4.8 <0.5.0"
23+
amplify_core: ">=2.6.1 <2.7.0"
24+
amplify_db_common: ">=0.4.9 <0.5.0"
25+
amplify_secure_storage: ">=0.5.8 <0.6.0"
26+
aws_common: ">=0.7.6 <0.8.0"
2727
device_info_plus: ^10.0.1
2828
flutter:
2929
sdk: flutter
@@ -32,7 +32,7 @@ dependencies:
3232
path_provider: ^2.0.0
3333

3434
dev_dependencies:
35-
amplify_lints: ">=3.1.0 <3.2.0"
35+
amplify_lints: ">=3.1.1 <3.2.0"
3636
flutter_test:
3737
sdk: flutter
3838
pigeon: ^22.6.2

packages/analytics/amplify_analytics_pinpoint_dart/CHANGELOG.md

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

37
- Minor bug fixes and improvements

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: 9 additions & 9 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.4.7
3+
version: 0.4.8
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,24 +9,24 @@ environment:
99
sdk: ^3.6.0
1010

1111
dependencies:
12-
amplify_core: ">=2.6.0 <2.7.0"
13-
amplify_db_common_dart: ">=0.4.7 <0.5.0"
14-
amplify_secure_storage_dart: ">=0.5.3 <0.6.0"
15-
aws_common: ">=0.7.3 <0.8.0"
16-
aws_signature_v4: ">=0.6.3 <0.7.0"
12+
amplify_core: ">=2.6.1 <2.7.0"
13+
amplify_db_common_dart: ">=0.4.9 <0.5.0"
14+
amplify_secure_storage_dart: ">=0.5.4 <0.6.0"
15+
aws_common: ">=0.7.6 <0.8.0"
16+
aws_signature_v4: ">=0.6.4 <0.7.0"
1717
built_collection: ^5.0.0
1818
built_value: ^8.6.0
1919
collection: ^1.15.0
2020
drift: ^2.25.0
2121
intl: ">=0.18.0 <1.0.0"
2222
meta: ^1.7.0
2323
path: ">=1.8.0 <2.0.0"
24-
smithy: ">=0.7.3 <0.8.0"
25-
smithy_aws: ">=0.7.3 <0.8.0"
24+
smithy: ">=0.7.4 <0.8.0"
25+
smithy_aws: ">=0.7.4 <0.8.0"
2626
uuid: ">=3.0.6 <5.0.0"
2727

2828
dev_dependencies:
29-
amplify_lints: ">=3.1.0 <3.2.0"
29+
amplify_lints: ">=3.1.1 <3.2.0"
3030
build_runner: ^2.4.9
3131
build_test: ^2.1.5
3232
build_verify: ^3.0.0

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+
## 2.6.1
2+
3+
- Minor bug fixes and improvements
4+
15
## 2.6.0
26

37
- Minor bug fixes and improvements

packages/api/amplify_api/pubspec.yaml

Lines changed: 5 additions & 5 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: 2.6.0
3+
version: 2.6.1
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,17 +19,17 @@ platforms:
1919
web:
2020

2121
dependencies:
22-
amplify_api_dart: ">=0.5.7 <0.6.0"
23-
amplify_core: ">=2.6.0 <2.7.0"
24-
amplify_flutter: ">=2.6.0 <2.7.0"
22+
amplify_api_dart: ">=0.5.9 <0.6.0"
23+
amplify_core: ">=2.6.1 <2.7.0"
24+
amplify_flutter: ">=2.6.1 <2.7.0"
2525
connectivity_plus: ^6.0.1
2626
flutter:
2727
sdk: flutter
2828
meta: ^1.7.0
2929
plugin_platform_interface: ^2.0.0
3030

3131
dev_dependencies:
32-
amplify_lints: ">=3.1.0 <3.2.0"
32+
amplify_lints: ">=3.1.1 <3.2.0"
3333
amplify_test:
3434
path: ../../test/amplify_test
3535
build_runner: ^2.4.9

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.5.9
2+
3+
- Minor bug fixes and improvements
4+
15
## 0.5.8
26

37
- Minor bug fixes and improvements

packages/api/amplify_api_dart/pubspec.yaml

Lines changed: 5 additions & 5 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.5.8
3+
version: 0.5.9
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,9 +9,9 @@ environment:
99
sdk: ^3.6.0
1010

1111
dependencies:
12-
amplify_core: ">=2.6.0 <2.7.0"
12+
amplify_core: ">=2.6.1 <2.7.0"
1313
async: ^2.10.0
14-
aws_common: ">=0.7.5 <0.8.0"
14+
aws_common: ">=0.7.6 <0.8.0"
1515
collection: ^1.15.0
1616
json_annotation: ">=4.9.0 <4.10.0"
1717
meta: ^1.7.0
@@ -20,8 +20,8 @@ dependencies:
2020
web_socket_channel: ^2.2.0
2121

2222
dev_dependencies:
23-
amplify_lints: ">=3.1.0 <3.2.0"
24-
aws_signature_v4: ">=0.6.3 <0.7.0"
23+
amplify_lints: ">=3.1.1 <3.2.0"
24+
aws_signature_v4: ">=0.6.4 <0.7.0"
2525
build_runner: ^2.4.9
2626
build_test: ^2.1.5
2727
build_web_compilers: ^4.0.0

packages/auth/amplify_auth_cognito/CHANGELOG.md

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

37
- Minor bug fixes and improvements

packages/auth/amplify_auth_cognito/pubspec.yaml

Lines changed: 8 additions & 8 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: 2.6.0
3+
version: 2.6.1
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,12 +19,12 @@ platforms:
1919
web:
2020

2121
dependencies:
22-
amplify_analytics_pinpoint: ">=2.6.0 <2.7.0"
23-
amplify_analytics_pinpoint_dart: ">=0.4.7 <0.5.0"
24-
amplify_auth_cognito_dart: ">=0.11.8 <0.12.0"
25-
amplify_core: ">=2.6.0 <2.7.0"
26-
amplify_flutter: ">=2.6.0 <2.7.0"
27-
amplify_secure_storage: ">=0.5.7 <0.6.0"
22+
amplify_analytics_pinpoint: ">=2.6.1 <2.7.0"
23+
amplify_analytics_pinpoint_dart: ">=0.4.8 <0.5.0"
24+
amplify_auth_cognito_dart: ">=0.11.9 <0.12.0"
25+
amplify_core: ">=2.6.1 <2.7.0"
26+
amplify_flutter: ">=2.6.1 <2.7.0"
27+
amplify_secure_storage: ">=0.5.8 <0.6.0"
2828
async: ^2.10.0
2929
flutter:
3030
sdk: flutter
@@ -35,7 +35,7 @@ dependencies:
3535
dev_dependencies:
3636
amplify_auth_cognito_test:
3737
path: ../amplify_auth_cognito_test
38-
amplify_lints: ">=3.1.0 <3.2.0"
38+
amplify_lints: ">=3.1.1 <3.2.0"
3939
flutter_test:
4040
sdk: flutter
4141
pigeon: ^22.6.2

packages/auth/amplify_auth_cognito_dart/CHANGELOG.md

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

37
- Minor bug fixes and improvements

0 commit comments

Comments
 (0)