Skip to content

Commit 950ac8c

Browse files
committed
Bump Version to 1.6.1
1 parent 89edddf commit 950ac8c

File tree

28 files changed

+77
-28
lines changed

28 files changed

+77
-28
lines changed

packages/amplify_core/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
## 1.6.1
2+
3+
### Fixes
4+
- fix(core): pub docs ([#4049](https://github.com/aws-amplify/amplify-flutter/pull/4049))
5+
16
## 1.6.0
27

38
### 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: 2 additions & 2 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: 1.6.0
3+
version: 1.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
@@ -23,7 +23,7 @@ dependencies:
2323
uuid: ">=3.0.6 <=3.0.7"
2424

2525
dev_dependencies:
26-
amplify_lints: ">=3.0.0 <3.1.0"
26+
amplify_lints: ">=3.0.1 <3.1.0"
2727
build_runner: ^2.4.0
2828
build_test: ^2.1.5
2929
build_version: ^2.1.1

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

37
### Breaking Changes

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.0.0
3+
version: 3.0.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+
## 1.6.1
2+
3+
- Minor bug fixes and improvements
4+
15
## 1.6.0
26

37
### Fixes

packages/analytics/amplify_analytics_pinpoint/pubspec.yaml

Lines changed: 3 additions & 3 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.6.0
3+
version: 1.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
@@ -20,7 +20,7 @@ platforms:
2020

2121
dependencies:
2222
amplify_analytics_pinpoint_dart: ">=0.3.3 <0.4.0"
23-
amplify_core: ">=1.6.0 <1.7.0"
23+
amplify_core: ">=1.6.1 <1.7.0"
2424
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"
@@ -32,7 +32,7 @@ dependencies:
3232
path_provider: ^2.0.0
3333

3434
dev_dependencies:
35-
amplify_lints: ">=3.0.0 <3.1.0"
35+
amplify_lints: ">=3.0.1 <3.1.0"
3636
flutter_test:
3737
sdk: flutter
3838
pigeon: ^11.0.0

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

37
### 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: 3 additions & 3 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.3
3+
version: 0.3.4
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,7 +9,7 @@ environment:
99
sdk: ^3.0.0
1010

1111
dependencies:
12-
amplify_core: ">=1.6.0 <1.7.0"
12+
amplify_core: ">=1.6.1 <1.7.0"
1313
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"
@@ -21,7 +21,7 @@ dependencies:
2121
intl: ">=0.18.0 <1.0.0"
2222
meta: ^1.7.0
2323
path: ^1.8.0
24-
smithy: ">=0.6.0 <0.7.0"
24+
smithy: ">=0.6.1 <0.7.0"
2525
smithy_aws: ">=0.6.0 <0.7.0"
2626
uuid: ">=3.0.6 <=3.0.7"
2727

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

37
- Minor bug fixes and improvements

packages/api/amplify_api/pubspec.yaml

Lines changed: 1 addition & 1 deletion
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.6.0
3+
version: 1.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

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

37
### Fixes

packages/auth/amplify_auth_cognito_dart/pubspec.yaml

Lines changed: 3 additions & 3 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.6
3+
version: 0.10.7
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
@@ -11,7 +11,7 @@ environment:
1111
dependencies:
1212
amplify_analytics_pinpoint_dart: ">=0.3.3 <0.4.0"
1313
amplify_core: ">=1.6.0 <1.7.0"
14-
amplify_secure_storage_dart: ">=0.4.0+7 <0.5.0"
14+
amplify_secure_storage_dart: ">=0.4.1 <0.5.0"
1515
async: ^2.10.0
1616
aws_common: ">=0.6.1 <0.7.0"
1717
aws_signature_v4: ">=0.5.0 <0.6.0"
@@ -51,7 +51,7 @@ dev_dependencies:
5151
smithy_codegen:
5252
path: ../../smithy/smithy_codegen
5353
test: ^1.22.1
54-
worker_bee_builder: ">=0.2.0+5 <0.3.0"
54+
worker_bee_builder: ">=0.2.1 <0.3.0"
5555

5656
flutter:
5757
assets:

packages/authenticator/amplify_authenticator/CHANGELOG.md

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

37
### Fixes

packages/authenticator/amplify_authenticator/example/macos/Flutter/GeneratedPluginRegistrant.swift

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/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: 3 additions & 3 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.5.0
3+
version: 1.5.1
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
@@ -11,7 +11,7 @@ environment:
1111

1212
dependencies:
1313
amplify_auth_cognito: ">=1.6.0 <1.7.0"
14-
amplify_core: ">=1.6.0 <1.7.0"
14+
amplify_core: ">=1.6.1 <1.7.0"
1515
amplify_flutter: ">=1.6.0 <1.7.0"
1616
async: ^2.10.0
1717
aws_common: ">=0.6.0 <0.7.0"
@@ -34,7 +34,7 @@ dev_dependencies:
3434
path: ../amplify_authenticator_test
3535
amplify_integration_test:
3636
path: ../../test/amplify_integration_test
37-
amplify_lints: ">=3.0.0 <3.1.0"
37+
amplify_lints: ">=3.0.1 <3.1.0"
3838
build_runner: ^2.4.0
3939
build_version: ^2.1.1
4040
flutter_test:

packages/secure_storage/amplify_secure_storage_dart/CHANGELOG.md

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

37
- Minor bug fixes and improvements

packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_secure_storage_dart
22
description: A Dart-only implementation of `amplify_secure_storage`, using `dart:ffi` for Desktop and `dart:html` for Web.
3-
version: 0.4.0+7
3+
version: 0.4.1
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/secure_storage/amplify_secure_storage_dart
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
@@ -42,7 +42,7 @@ dev_dependencies:
4242
built_value_generator: 8.6.1
4343
ffigen: ^9.0.0
4444
test: ^1.22.1
45-
worker_bee_builder: ">=0.2.0+5 <0.3.0"
45+
worker_bee_builder: ">=0.2.1 <0.3.0"
4646

4747
flutter:
4848
assets:

packages/smithy/smithy/CHANGELOG.md

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

37
### Fixes

packages/smithy/smithy/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: smithy
22
description: Smithy client runtime for Dart with common utilities for I/O and serialization.
3-
version: 0.6.0
3+
version: 0.6.1
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/smithy/smithy
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

packages/storage/amplify_storage_s3_dart/CHANGELOG.md

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

37
- Minor bug fixes and improvements

packages/storage/amplify_storage_s3_dart/pubspec.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: amplify_storage_s3_dart
22
description: A Dart-only implementation of the Amplify Storage plugin for S3.
3-
version: 0.3.6
3+
version: 0.3.7
44
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/storage/amplify_storage_s3_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.6.0 <1.7.0"
12+
amplify_core: ">=1.6.1 <1.7.0"
1313
amplify_db_common_dart: ">=0.3.3 <0.4.0"
1414
async: ^2.10.0
1515
aws_common: ">=0.6.1 <0.7.0"
@@ -21,7 +21,7 @@ dependencies:
2121
json_annotation: ">=4.8.1 <4.9.0"
2222
meta: ^1.7.0
2323
path: ^1.8.0
24-
smithy: ">=0.6.0 <0.7.0"
24+
smithy: ">=0.6.1 <0.7.0"
2525
smithy_aws: ">=0.6.0 <0.7.0"
2626

2727
dev_dependencies:

packages/worker_bee/worker_bee/CHANGELOG.md

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

37
- Minor bug fixes and improvements

packages/worker_bee/worker_bee/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: worker_bee
22
description: A cross-platform isolated worker runtime for Dart Web, VM, and Flutter.
3-
version: 0.2.0+5
3+
version: 0.2.1
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/worker_bee/worker_bee
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

packages/worker_bee/worker_bee_builder/CHANGELOG.md

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

37
- Minor bug fixes and improvements

packages/worker_bee/worker_bee_builder/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: worker_bee_builder
22
description: Builder package for worker_bee to quickly generate necessary boilerplate
3-
version: 0.2.0+7
3+
version: 0.2.1
44
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
55
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/worker_bee/worker_bee_builder
66
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

0 commit comments

Comments
 (0)