Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(version): Bump version #4421

Merged
merged 1 commit into from
Feb 5, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions packages/amplify_core/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
## 1.6.3

### Fixes
- fix(auth): forget local device only if matches ([#4060](https://github.com/aws-amplify/amplify-flutter/pull/4060))
- fix: Bumped built_value to ">=8.6.0 <8.9.0" and built_value_generator to 8.8.1
- fix: Bumped drift to ">=2.14.0 <2.15.0" and drift_dev to ">=2.14.0 <2.15.0".
- fix: Bumped path to ">=1.8.0 <2.0.0"

## 1.6.2

### Fixes
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.

2 changes: 1 addition & 1 deletion 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.2
version: 1.6.3
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 Down
6 changes: 6 additions & 0 deletions packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 1.6.3

### Fixes
- fix: Bumped built_value to ">=8.6.0 <8.9.0" and built_value_generator to 8.8.1
- fix: Bumped package_info_plus to ">=4.0.1 <=6.0.0"

## 1.6.2

- Minor bug fixes and improvements
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.2
version: 1.6.3
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 @@ -19,11 +19,11 @@ platforms:
web:

dependencies:
amplify_analytics_pinpoint_dart: ">=0.3.5 <0.4.0"
amplify_analytics_pinpoint_dart: ">=0.3.6 <0.4.0"
amplify_core: ">=1.6.2 <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.2 <0.7.0"
aws_common: ">=0.6.3 <0.7.0"
device_info_plus: ^9.0.0
flutter:
sdk: flutter
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.3.6

### Fixes
- fix: Bumped built_value to ">=8.6.0 <8.9.0" and built_value_generator to 8.8.1
- fix: Bumped drift to ">=2.14.0 <2.15.0" and drift_dev to ">=2.14.0 <2.15.0".
- fix: Bumped path to ">=1.8.0 <2.0.0"

## 0.3.5

- 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.5
version: 0.3.6
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 @@ -10,19 +10,19 @@ environment:

dependencies:
amplify_core: ">=1.6.2 <1.7.0"
amplify_db_common_dart: ">=0.3.4 <0.4.0"
amplify_secure_storage_dart: ">=0.4.2 <0.5.0"
aws_common: ">=0.6.2 <0.7.0"
aws_signature_v4: ">=0.5.0 <0.6.0"
amplify_db_common_dart: ">=0.3.5 <0.4.0"
amplify_secure_storage_dart: ">=0.4.3 <0.5.0"
aws_common: ">=0.6.3 <0.7.0"
aws_signature_v4: ">=0.5.1 <0.6.0"
built_collection: ^5.0.0
built_value: ">=8.6.0 <8.9.0"
collection: ^1.15.0
drift: ">=2.14.0 <2.15.0"
intl: ">=0.18.0 <1.0.0"
meta: ^1.7.0
path: ">=1.8.0 <2.0.0"
smithy: ">=0.6.2 <0.7.0"
smithy_aws: ">=0.6.1 <0.7.0"
smithy: ">=0.6.3 <0.7.0"
smithy_aws: ">=0.6.2 <0.7.0"
uuid: ">=3.0.6 <5.0.0"

dev_dependencies:
Expand Down
5 changes: 5 additions & 0 deletions packages/auth/amplify_auth_cognito/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.6.2

### Fixes
- fix: Bumped path to ">=1.8.0 <2.0.0"

## 1.6.1

- Minor bug fixes and improvements
Expand Down
8 changes: 4 additions & 4 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.6.1
version: 1.6.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 @@ -20,11 +20,11 @@ platforms:

dependencies:
amplify_analytics_pinpoint: ">=1.6.2 <1.7.0"
amplify_analytics_pinpoint_dart: ">=0.3.3 <0.4.0"
amplify_auth_cognito_dart: ">=0.10.6 <0.11.0"
amplify_analytics_pinpoint_dart: ">=0.3.6 <0.4.0"
amplify_auth_cognito_dart: ">=0.10.9 <0.11.0"
amplify_core: ">=1.6.0 <1.7.0"
amplify_flutter: ">=1.6.1 <1.7.0"
amplify_secure_storage: ">=0.4.0+6 <0.5.0"
amplify_secure_storage: ">=0.4.1 <0.5.0"
async: ^2.10.0
flutter:
sdk: flutter
Expand Down
7 changes: 7 additions & 0 deletions packages/auth/amplify_auth_cognito_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## 0.10.9

### Fixes
- fix(auth): forget local device only if matches ([#4060](https://github.com/aws-amplify/amplify-flutter/pull/4060))
- fix: Bumped built_value to ">=8.6.0 <8.9.0" and built_value_generator to 8.8.1
- fix: Bumped path to ">=1.8.0 <2.0.0"

## 0.10.8

- Minor bug fixes and improvements
Expand Down
18 changes: 9 additions & 9 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.8
version: 0.10.9
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,12 +9,12 @@ environment:
sdk: ^3.0.0

dependencies:
amplify_analytics_pinpoint_dart: ">=0.3.5 <0.4.0"
amplify_analytics_pinpoint_dart: ">=0.3.6 <0.4.0"
amplify_core: ">=1.6.2 <1.7.0"
amplify_secure_storage_dart: ">=0.4.2 <0.5.0"
amplify_secure_storage_dart: ">=0.4.3 <0.5.0"
async: ^2.10.0
aws_common: ">=0.6.2 <0.7.0"
aws_signature_v4: ">=0.5.0 <0.6.0"
aws_common: ">=0.6.3 <0.7.0"
aws_signature_v4: ">=0.5.1 <0.6.0"
built_collection: ^5.0.0
built_value: ">=8.6.0 <8.9.0"
clock: ^1.1.1
Expand All @@ -30,13 +30,13 @@ dependencies:
meta: ^1.7.0
oauth2: ^2.0.2
path: ">=1.8.0 <2.0.0"
smithy: ">=0.6.2 <0.7.0"
smithy_aws: ">=0.6.1 <0.7.0"
smithy: ">=0.6.3 <0.7.0"
smithy_aws: ">=0.6.2 <0.7.0"
stream_transform: ^2.0.0
uuid: ">=3.0.6 <5.0.0"
win32: ">=4.1.2 <6.0.0"
win32_registry: ^1.1.0
worker_bee: ">=0.2.2 <0.3.0"
worker_bee: ">=0.2.3 <0.3.0"

dev_dependencies:
amplify_lints: ">=3.0.2 <3.1.0"
Expand All @@ -51,7 +51,7 @@ dev_dependencies:
smithy_codegen:
path: ../../smithy/smithy_codegen
test: ^1.22.1
worker_bee_builder: ">=0.2.2 <0.3.0"
worker_bee_builder: ">=0.2.3 <0.3.0"

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

### Fixes
- fix: Bumped package_info_plus to ">=4.0.1 <=6.0.0"

## 1.5.2

### 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_authenticator
description: A prebuilt Sign In and Sign Up experience for the Amplify Auth category
version: 1.5.2
version: 1.5.3
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 Down
6 changes: 6 additions & 0 deletions packages/aws_common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.6.3

### Fixes
- fix: Bumped built_value to ">=8.6.0 <8.9.0" and built_value_generator to 8.8.1
- fix: Bumped path to ">=1.8.0 <2.0.0"

## 0.6.2

- Minor bug fixes and improvements
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.2
version: 0.6.3
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
5 changes: 5 additions & 0 deletions packages/aws_signature_v4/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.5.1

### Fixes
- fix: Bumped path to ">=1.8.0 <2.0.0"

## 0.5.0

### Breaking Changes
Expand Down
2 changes: 1 addition & 1 deletion packages/aws_signature_v4/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/aws_signature_v4/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: aws_signature_v4
description: Dart implementation of the AWS Signature Version 4 algorithm, for communication with AWS services.
version: 0.5.0
version: 0.5.1
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/aws_signature_v4
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,7 +10,7 @@ environment:

dependencies:
async: ^2.10.0
aws_common: ">=0.6.0 <0.7.0"
aws_common: ">=0.6.3 <0.7.0"
collection: ^1.15.0
convert: ^3.0.0
crypto: ^3.0.0
Expand Down
6 changes: 6 additions & 0 deletions packages/common/amplify_db_common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.3.5

### Fixes
- fix: Bumped drift to ">=2.14.0 <2.15.0" and drift_dev to ">=2.14.0 <2.15.0".
- fix: Bumped path to ">=1.8.0 <2.0.0"

## 0.3.4

- Minor bug fixes and improvements
Expand Down
4 changes: 2 additions & 2 deletions packages/common/amplify_db_common/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_db_common
description: Common utilities for working with databases such as SQLite.
version: 0.3.4
version: 0.3.5
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/common/amplify_db_common
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,7 +10,7 @@ environment:
flutter: ">=3.10.0"

dependencies:
amplify_db_common_dart: ">=0.3.4 <0.4.0"
amplify_db_common_dart: ">=0.3.5 <0.4.0"
drift: ">=2.14.0 <2.15.0"
flutter:
sdk: flutter
Expand Down
6 changes: 6 additions & 0 deletions packages/common/amplify_db_common_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.3.5

### Fixes
- fix: Bumped drift to ">=2.14.0 <2.15.0" and drift_dev to ">=2.14.0 <2.15.0".
- fix: Bumped path to ">=1.8.0 <2.0.0"

## 0.3.4

- Minor bug fixes and improvements
Expand Down
4 changes: 2 additions & 2 deletions packages/common/amplify_db_common_dart/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_db_common_dart
description: Common utilities for working with databases such as sqlite. Used throughout Amplify packages.
version: 0.3.4
version: 0.3.5
homepage: https://github.com/aws-amplify/amplify-flutter/tree/main
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/common/amplify_db_common_dart
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -11,7 +11,7 @@ environment:
dependencies:
amplify_core: ">=1.6.0 <1.7.0"
async: ^2.10.0
aws_common: ">=0.6.0 <0.7.0"
aws_common: ">=0.6.3 <0.7.0"
drift: ">=2.14.0 <2.15.0"
meta: ^1.7.0
path: ">=1.8.0 <2.0.0"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 1.6.2

### Fixes
- fix: Bumped built_value to ">=8.6.0 <8.9.0" and built_value_generator to 8.8.1

## 1.6.1

- Minor bug fixes and improvements
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_push_notifications_pinpoint
description: The Amplify Flutter Push Notifications category plugin using the AWS Pinpoint provider.
version: 1.6.1
version: 1.6.2
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues

Expand All @@ -14,8 +14,8 @@ platforms:
android:

dependencies:
amplify_analytics_pinpoint: ">=1.6.2 <1.7.0"
amplify_analytics_pinpoint_dart: ">=0.3.5 <0.4.0"
amplify_analytics_pinpoint: ">=1.6.3 <1.7.0"
amplify_analytics_pinpoint_dart: ">=0.3.6 <0.4.0"
amplify_auth_cognito: ">=1.6.0 <1.7.0"
amplify_core: ">=1.6.0 <1.7.0"
amplify_flutter: ">=1.6.0 <1.7.0"
Expand All @@ -27,10 +27,10 @@ dependencies:

dev_dependencies:
amplify_lints: ">=3.0.0 <3.1.0"
amplify_secure_storage_dart: ">=0.4.2 <0.5.0"
amplify_secure_storage_dart: ">=0.4.3 <0.5.0"
amplify_test:
path: ../../../test/amplify_test
aws_common: ">=0.6.2 <0.7.0"
aws_common: ">=0.6.3 <0.7.0"
aws_signature_v4: ">=0.5.0 <0.6.0"
build_runner: ^2.4.0
built_value_generator: 8.8.1
Expand Down
6 changes: 6 additions & 0 deletions packages/secure_storage/amplify_secure_storage/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.4.1

### Fixes
- fix: Bumped built_value to ">=8.6.0 <8.9.0" and built_value_generator to 8.8.1
- fix: Bumped path to ">=1.8.0 <2.0.0"

## 0.4.0+6

- Minor bug fixes and improvements
Expand Down
4 changes: 2 additions & 2 deletions packages/secure_storage/amplify_secure_storage/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_secure_storage
description: A package for storing secrets, intended for use in Amplify libraries.
version: 0.4.0+6
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
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -10,7 +10,7 @@ environment:
flutter: ">=3.10.0"

dependencies:
amplify_secure_storage_dart: ">=0.4.0+7 <0.5.0"
amplify_secure_storage_dart: ">=0.4.3 <0.5.0"
async: ^2.10.0
file: ">=6.0.0 <8.0.0"
flutter:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 0.4.3

### Fixes
- fix: Bumped built_value to ">=8.6.0 <8.9.0" and built_value_generator to 8.8.1
- fix: Bumped path to ">=1.8.0 <2.0.0"

## 0.4.2

- Minor bug fixes and improvements
Expand Down
Loading
Loading