Skip to content

chore(version): Bump version #5725

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

Merged
merged 2 commits into from
Dec 11, 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
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 @@
## 2.5.1

- Minor bug fixes and improvements

## 2.5.0

- Minor bug fixes and improvements
Expand Down
4 changes: 2 additions & 2 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: 2.5.0
version: 2.5.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 @@ -21,7 +21,7 @@ platforms:
dependencies:
amplify_analytics_pinpoint_dart: ">=0.4.6 <0.5.0"
amplify_core: ">=2.5.0 <2.6.0"
amplify_db_common: ">=0.4.6 <0.5.0"
amplify_db_common: ">=0.4.7 <0.5.0"
amplify_secure_storage: ">=0.5.7 <0.6.0"
aws_common: ">=0.7.3 <0.8.0"
device_info_plus: ^10.0.1
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 @@
## 2.3.1

### Fixes
- fix(authenticator): recover from exceptions during reset password flow ([#5672](https://github.com/aws-amplify/amplify-flutter/pull/5672))

## 2.3.0

### Features
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: 2.3.0
version: 2.3.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 Down
5 changes: 5 additions & 0 deletions packages/common/amplify_db_common/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.7

### Fixes
- fix(common): added a flag to opt out of bundling sqlite3 for windows apps ([#5680](https://github.com/aws-amplify/amplify-flutter/pull/5680))

## 0.4.6

### Fixes
Expand Down
2 changes: 1 addition & 1 deletion 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.4.6
version: 0.4.7
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 Down
4 changes: 4 additions & 0 deletions packages/storage/amplify_storage_s3/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.5.1

- Minor bug fixes and improvements

## 2.5.0

- Minor bug fixes and improvements
Expand Down
6 changes: 3 additions & 3 deletions packages/storage/amplify_storage_s3/pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: amplify_storage_s3
description: The Amplify Flutter Storage category plugin using the AWS S3 provider.
version: 2.5.0
version: 2.5.1
homepage: https://docs.amplify.aws/lib/q/platform/flutter/
repository: https://github.com/aws-amplify/amplify-flutter/tree/main/packages/storage/amplify_storage_s3
issue_tracker: https://github.com/aws-amplify/amplify-flutter/issues
Expand All @@ -20,8 +20,8 @@ platforms:

dependencies:
amplify_core: ">=2.5.0 <2.6.0"
amplify_db_common: ">=0.4.6 <0.5.0"
amplify_storage_s3_dart: ">=0.4.6 <0.5.0"
amplify_db_common: ">=0.4.7 <0.5.0"
amplify_storage_s3_dart: ">=0.4.7 <0.5.0"
aws_common: ">=0.7.3 <0.8.0"
flutter:
sdk: flutter
Expand Down
5 changes: 5 additions & 0 deletions packages/storage/amplify_storage_s3_dart/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## 0.4.7

### Fixes
- fix(storage): Only allow 1 batch to run at a time ([#5704](https://github.com/aws-amplify/amplify-flutter/pull/5704))

## 0.4.6

- Minor bug fixes and improvements
Expand Down
2 changes: 1 addition & 1 deletion 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.4.6
version: 0.4.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 Down
Loading