Skip to content

Commit

Permalink
Bump Version to 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
khatruong2009 committed Nov 6, 2023
1 parent 89edddf commit 950ac8c
Show file tree
Hide file tree
Showing 28 changed files with 77 additions and 28 deletions.
5 changes: 5 additions & 0 deletions packages/amplify_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.6.1

### Fixes
- fix(core): pub docs ([#4049](https://github.com/aws-amplify/amplify-flutter/pull/4049))

## 1.6.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_core/lib/src/version.dart

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

4 changes: 2 additions & 2 deletions packages/amplify_core/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_core
description: The base package containing common types and utilities that are shared across the Amplify Flutter packages.
version: 1.6.0
version: 1.6.1
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_core
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -23,7 +23,7 @@ dependencies:
uuid: ">=3.0.6 <=3.0.7"

dev_dependencies:
amplify_lints: ">=3.0.0 <3.1.0"
amplify_lints: ">=3.0.1 <3.1.0"
build_runner: ^2.4.0
build_test: ^2.1.5
build_version: ^2.1.1
Expand Down
4 changes: 4 additions & 0 deletions packages/amplify_lints/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 3.0.1

- Minor bug fixes and improvements

## 3.0.0

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/amplify_lints/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_lints
description: The lint rules used in developing Amplify Flutter packages and plugins.
version: 3.0.0
version: 3.0.1
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/amplify_lints
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down
4 changes: 4 additions & 0 deletions packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.6.1

- Minor bug fixes and improvements

## 1.6.0

### Fixes
Expand Down
6 changes: 3 additions & 3 deletions packages/analytics/amplify_analytics_pinpoint/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_analytics_pinpoint
description: The Amplify Flutter Analytics category plugin using the AWS Pinpoint provider.
version: 1.6.0
version: 1.6.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
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -20,7 +20,7 @@ platforms:

dependencies:
amplify_analytics_pinpoint_dart: ">=0.3.3 <0.4.0"
amplify_core: ">=1.6.0 <1.7.0"
amplify_core: ">=1.6.1 <1.7.0"
amplify_db_common: ">=0.3.3 <0.4.0"
amplify_secure_storage: ">=0.4.0+6 <0.5.0"
aws_common: ">=0.6.0 <0.7.0"
Expand All @@ -32,7 +32,7 @@ dependencies:
path_provider: ^2.0.0

dev_dependencies:
amplify_lints: ">=3.0.0 <3.1.0"
amplify_lints: ">=3.0.1 <3.1.0"
flutter_test:
sdk: flutter
pigeon: ^11.0.0
Expand Down
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

### 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.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/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.6.0 <1.7.0"
amplify_core: ">=1.6.1 <1.7.0"
amplify_db_common_dart: ">=0.3.3 <0.4.0"
amplify_secure_storage_dart: ">=0.4.0+5 <0.5.0"
aws_common: ">=0.6.0 <0.7.0"
Expand All @@ -21,7 +21,7 @@ dependencies:
intl: ">=0.18.0 <1.0.0"
meta: ^1.7.0
path: ^1.8.0
smithy: ">=0.6.0 <0.7.0"
smithy: ">=0.6.1 <0.7.0"
smithy_aws: ">=0.6.0 <0.7.0"
uuid: ">=3.0.6 <=3.0.7"

Expand Down
4 changes: 4 additions & 0 deletions packages/api/amplify_api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.6.1

- Minor bug fixes and improvements

## 1.6.0

- Minor bug fixes and improvements
Expand Down
2 changes: 1 addition & 1 deletion packages/api/amplify_api/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_api
description: The Amplify Flutter API category plugin, supporting GraphQL and REST operations.
version: 1.6.0
version: 1.6.1
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/api/amplify_api
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.7

- Minor bug fixes and improvements

## 0.10.6

### 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.6
version: 0.10.7
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 @@ -11,7 +11,7 @@ environment:
dependencies:
amplify_analytics_pinpoint_dart: ">=0.3.3 <0.4.0"
amplify_core: ">=1.6.0 <1.7.0"
amplify_secure_storage_dart: ">=0.4.0+7 <0.5.0"
amplify_secure_storage_dart: ">=0.4.1 <0.5.0"
async: ^2.10.0
aws_common: ">=0.6.1 <0.7.0"
aws_signature_v4: ">=0.5.0 <0.6.0"
Expand Down Expand Up @@ -51,7 +51,7 @@ dev_dependencies:
smithy_codegen:
path: ../../smithy/smithy_codegen
test: ^1.22.1
worker_bee_builder: ">=0.2.0+5 <0.3.0"
worker_bee_builder: ">=0.2.1 <0.3.0"

flutter:
assets:
Expand Down
4 changes: 4 additions & 0 deletions packages/authenticator/amplify_authenticator/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.5.1

- Minor bug fixes and improvements

## 1.5.0

### Fixes
Expand Down

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

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

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

dependencies:
amplify_auth_cognito: ">=1.6.0 <1.7.0"
amplify_core: ">=1.6.0 <1.7.0"
amplify_core: ">=1.6.1 <1.7.0"
amplify_flutter: ">=1.6.0 <1.7.0"
async: ^2.10.0
aws_common: ">=0.6.0 <0.7.0"
Expand All @@ -34,7 +34,7 @@ dev_dependencies:
path: ../amplify_authenticator_test
amplify_integration_test:
path: ../../test/amplify_integration_test
amplify_lints: ">=3.0.0 <3.1.0"
amplify_lints: ">=3.0.1 <3.1.0"
build_runner: ^2.4.0
build_version: ^2.1.1
flutter_test:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.4.1

- Minor bug fixes and improvements

## 0.4.0+7

- Minor bug fixes and improvements
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_secure_storage_dart
description: A Dart-only implementation of `amplify_secure_storage`, using `dart:ffi` for Desktop and `dart:html` for Web.
version: 0.4.0+7
version: 0.4.1
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/secure_storage/amplify_secure_storage_dart
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down Expand Up @@ -42,7 +42,7 @@ dev_dependencies:
built_value_generator: 8.6.1
ffigen: ^9.0.0
test: ^1.22.1
worker_bee_builder: ">=0.2.0+5 <0.3.0"
worker_bee_builder: ">=0.2.1 <0.3.0"

flutter:
assets:
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.6.1

- Minor bug fixes and improvements

## 0.6.0

### Fixes
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.6.0
version: 0.6.1
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.7

- Minor bug fixes and improvements

## 0.3.6

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

dependencies:
amplify_core: ">=1.6.0 <1.7.0"
amplify_core: ">=1.6.1 <1.7.0"
amplify_db_common_dart: ">=0.3.3 <0.4.0"
async: ^2.10.0
aws_common: ">=0.6.1 <0.7.0"
Expand All @@ -21,7 +21,7 @@ dependencies:
json_annotation: ">=4.8.1 <4.9.0"
meta: ^1.7.0
path: ^1.8.0
smithy: ">=0.6.0 <0.7.0"
smithy: ">=0.6.1 <0.7.0"
smithy_aws: ">=0.6.0 <0.7.0"

dev_dependencies:
Expand Down
4 changes: 4 additions & 0 deletions packages/worker_bee/worker_bee/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.1

- Minor bug fixes and improvements

## 0.2.0+5

- Minor bug fixes and improvements
Expand Down
2 changes: 1 addition & 1 deletion packages/worker_bee/worker_bee/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: worker_bee
description: A cross-platform isolated worker runtime for Dart Web, VM, and Flutter.
version: 0.2.0+5
version: 0.2.1
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/worker_bee/worker_bee
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down
4 changes: 4 additions & 0 deletions packages/worker_bee/worker_bee_builder/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 0.2.1

- Minor bug fixes and improvements

## 0.2.0+7

- Minor bug fixes and improvements
Expand Down
2 changes: 1 addition & 1 deletion packages/worker_bee/worker_bee_builder/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: worker_bee_builder
description: Builder package for worker_bee to quickly generate necessary boilerplate
version: 0.2.0+7
version: 0.2.1
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/worker_bee/worker_bee_builder
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand Down

0 comments on commit 950ac8c

Please sign in to comment.