diff --git a/packages/aft/test/version_bump/data/snapshots/aws_common_fix.diff b/packages/aft/test/version_bump/data/snapshots/aws_common_fix.diff new file mode 100644 index 00000000000..72d881d19dc --- /dev/null +++ b/packages/aft/test/version_bump/data/snapshots/aws_common_fix.diff @@ -0,0 +1,15 @@ +diff --git a/packages/aws_common/CHANGELOG.md b/packages/aws_common/CHANGELOG.md +--- a/packages/aws_common/CHANGELOG.md ++++ b/packages/aws_common/CHANGELOG.md +@@ -0,0 +1,5 @@ ++## 0.7.2 ++ ++### Fixes ++- fix: test ++ +diff --git a/packages/aws_common/pubspec.yaml b/packages/aws_common/pubspec.yaml +--- a/packages/aws_common/pubspec.yaml ++++ b/packages/aws_common/pubspec.yaml +@@ -3 +3 @@ description: Common types and utilities used across AWS and Amplify packages. +-version: 0.7.1 ++version: 0.7.2 diff --git a/packages/aft/test/version_bump/data/snapshots/multi_package_update.diff b/packages/aft/test/version_bump/data/snapshots/multi_package_update.diff new file mode 100644 index 00000000000..d8b96583115 --- /dev/null +++ b/packages/aft/test/version_bump/data/snapshots/multi_package_update.diff @@ -0,0 +1,373 @@ +diff --git a/packages/amplify/amplify_flutter/CHANGELOG.md b/packages/amplify/amplify_flutter/CHANGELOG.md +--- a/packages/amplify/amplify_flutter/CHANGELOG.md ++++ b/packages/amplify/amplify_flutter/CHANGELOG.md +@@ -0,0 +1,8 @@ ++## 2.4.0 ++ ++### Features ++- feat: test core/auth feat ++ ++### Fixes ++- fix: test auth fix ++ +diff --git a/packages/amplify/amplify_flutter/pubspec.yaml b/packages/amplify/amplify_flutter/pubspec.yaml +--- a/packages/amplify/amplify_flutter/pubspec.yaml ++++ b/packages/amplify/amplify_flutter/pubspec.yaml +@@ -3 +3 @@ description: The top level Flutter package for the AWS Amplify libraries. +-version: 2.3.0 ++version: 2.4.0 +@@ -22 +22 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_core: ">=2.4.0 <2.5.0" +@@ -24 +24 @@ dependencies: +- aws_common: ">=0.7.1 <0.8.0" ++ aws_common: ">=0.7.2 <0.8.0" +diff --git a/packages/amplify_core/CHANGELOG.md b/packages/amplify_core/CHANGELOG.md +--- a/packages/amplify_core/CHANGELOG.md ++++ b/packages/amplify_core/CHANGELOG.md +@@ -0,0 +1,8 @@ ++## 2.4.0 ++ ++### Features ++- feat: test core/auth feat ++ ++### Fixes ++- fix: test auth fix ++ +diff --git a/packages/amplify_core/pubspec.yaml b/packages/amplify_core/pubspec.yaml +--- a/packages/amplify_core/pubspec.yaml ++++ b/packages/amplify_core/pubspec.yaml +@@ -3 +3 @@ description: The base package containing common types and utilities that are sha +-version: 2.3.0 ++version: 2.4.0 +@@ -13 +13 @@ dependencies: +- aws_common: ">=0.7.1 <0.8.0" ++ aws_common: ">=0.7.2 <0.8.0" +diff --git a/packages/amplify_datastore/CHANGELOG.md b/packages/amplify_datastore/CHANGELOG.md +--- a/packages/amplify_datastore/CHANGELOG.md ++++ b/packages/amplify_datastore/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 2.4.0 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/amplify_datastore/pubspec.yaml b/packages/amplify_datastore/pubspec.yaml +--- a/packages/amplify_datastore/pubspec.yaml ++++ b/packages/amplify_datastore/pubspec.yaml +@@ -3 +3 @@ description: The Amplify Flutter DataStore category plugin, providing a queryabl +-version: 2.3.0 ++version: 2.4.0 +@@ -15,2 +15,2 @@ dependencies: +- amplify_datastore_plugin_interface: ">=2.3.0 <2.4.0" +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_datastore_plugin_interface: ">=2.4.0 <2.5.0" ++ amplify_core: ">=2.4.0 <2.5.0" +diff --git a/packages/amplify_datastore_plugin_interface/CHANGELOG.md b/packages/amplify_datastore_plugin_interface/CHANGELOG.md +--- a/packages/amplify_datastore_plugin_interface/CHANGELOG.md ++++ b/packages/amplify_datastore_plugin_interface/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 2.4.0 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/amplify_datastore_plugin_interface/pubspec.yaml b/packages/amplify_datastore_plugin_interface/pubspec.yaml +--- a/packages/amplify_datastore_plugin_interface/pubspec.yaml ++++ b/packages/amplify_datastore_plugin_interface/pubspec.yaml +@@ -3 +3 @@ description: The platform interface for the DataStore module of Amplify Flutter. +-version: 2.3.0 ++version: 2.4.0 +@@ -13 +13 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_core: ">=2.4.0 <2.5.0" +diff --git a/packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md b/packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md +--- a/packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md ++++ b/packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 2.4.0 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/analytics/amplify_analytics_pinpoint/pubspec.yaml b/packages/analytics/amplify_analytics_pinpoint/pubspec.yaml +--- a/packages/analytics/amplify_analytics_pinpoint/pubspec.yaml ++++ b/packages/analytics/amplify_analytics_pinpoint/pubspec.yaml +@@ -3 +3 @@ description: The Amplify Flutter Analytics category plugin using the AWS Pinpoin +-version: 2.3.0 ++version: 2.4.0 +@@ -23 +23 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_core: ">=2.4.0 <2.5.0" +@@ -26 +26 @@ dependencies: +- aws_common: ">=0.7.1 <0.8.0" ++ aws_common: ">=0.7.2 <0.8.0" +diff --git a/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml b/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml +--- a/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml ++++ b/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml +@@ -12 +12 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_core: ">=2.4.0 <2.5.0" +@@ -15 +15 @@ dependencies: +- aws_common: ">=0.7.1 <0.8.0" ++ aws_common: ">=0.7.2 <0.8.0" +diff --git a/packages/api/amplify_api/CHANGELOG.md b/packages/api/amplify_api/CHANGELOG.md +--- a/packages/api/amplify_api/CHANGELOG.md ++++ b/packages/api/amplify_api/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 2.4.0 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/api/amplify_api/pubspec.yaml b/packages/api/amplify_api/pubspec.yaml +--- a/packages/api/amplify_api/pubspec.yaml ++++ b/packages/api/amplify_api/pubspec.yaml +@@ -3 +3 @@ description: The Amplify Flutter API category plugin, supporting GraphQL and RES +-version: 2.3.0 ++version: 2.4.0 +@@ -23,2 +23,2 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" +- amplify_flutter: ">=2.3.0 <2.4.0" ++ amplify_core: ">=2.4.0 <2.5.0" ++ amplify_flutter: ">=2.4.0 <2.5.0" +diff --git a/packages/api/amplify_api_dart/pubspec.yaml b/packages/api/amplify_api_dart/pubspec.yaml +--- a/packages/api/amplify_api_dart/pubspec.yaml ++++ b/packages/api/amplify_api_dart/pubspec.yaml +@@ -12 +12 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_core: ">=2.4.0 <2.5.0" +@@ -14 +14 @@ dependencies: +- aws_common: ">=0.7.1 <0.8.0" ++ aws_common: ">=0.7.2 <0.8.0" +diff --git a/packages/auth/amplify_auth_cognito/CHANGELOG.md b/packages/auth/amplify_auth_cognito/CHANGELOG.md +--- a/packages/auth/amplify_auth_cognito/CHANGELOG.md ++++ b/packages/auth/amplify_auth_cognito/CHANGELOG.md +@@ -0,0 +1,8 @@ ++## 2.4.0 ++ ++### Features ++- feat: test core/auth feat ++ ++### Fixes ++- fix: test auth fix ++ +diff --git a/packages/auth/amplify_auth_cognito/pubspec.yaml b/packages/auth/amplify_auth_cognito/pubspec.yaml +--- a/packages/auth/amplify_auth_cognito/pubspec.yaml ++++ b/packages/auth/amplify_auth_cognito/pubspec.yaml +@@ -3 +3 @@ description: The Amplify Flutter Auth category plugin using the AWS Cognito prov +-version: 2.3.0 ++version: 2.4.0 +@@ -22 +22 @@ dependencies: +- amplify_analytics_pinpoint: ">=2.3.0 <2.4.0" ++ amplify_analytics_pinpoint: ">=2.4.0 <2.5.0" +@@ -24,3 +24,3 @@ dependencies: +- amplify_auth_cognito_dart: ">=0.11.3 <0.12.0" +- amplify_core: ">=2.3.0 <2.4.0" +- amplify_flutter: ">=2.3.0 <2.4.0" ++ amplify_auth_cognito_dart: ">=0.11.4 <0.12.0" ++ amplify_core: ">=2.4.0 <2.5.0" ++ amplify_flutter: ">=2.4.0 <2.5.0" +diff --git a/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md b/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md +--- a/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md ++++ b/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md +@@ -0,0 +1,5 @@ ++## 0.11.4 ++ ++### Fixes ++- fix: test auth fix ++ +diff --git a/packages/auth/amplify_auth_cognito_dart/pubspec.yaml b/packages/auth/amplify_auth_cognito_dart/pubspec.yaml +--- a/packages/auth/amplify_auth_cognito_dart/pubspec.yaml ++++ b/packages/auth/amplify_auth_cognito_dart/pubspec.yaml +@@ -3 +3 @@ description: A Dart-only implementation of the Amplify Auth plugin for Cognito. +-version: 0.11.3 ++version: 0.11.4 +@@ -13 +13 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_core: ">=2.4.0 <2.5.0" +@@ -16 +16 @@ dependencies: +- aws_common: ">=0.7.1 <0.8.0" ++ aws_common: ">=0.7.2 <0.8.0" +diff --git a/packages/authenticator/amplify_authenticator/pubspec.yaml b/packages/authenticator/amplify_authenticator/pubspec.yaml +--- a/packages/authenticator/amplify_authenticator/pubspec.yaml ++++ b/packages/authenticator/amplify_authenticator/pubspec.yaml +@@ -13,3 +13,3 @@ dependencies: +- amplify_auth_cognito: ">=2.3.0 <2.4.0" +- amplify_core: ">=2.3.0 <2.4.0" +- amplify_flutter: ">=2.3.0 <2.4.0" ++ amplify_auth_cognito: ">=2.4.0 <2.5.0" ++ amplify_core: ">=2.4.0 <2.5.0" ++ amplify_flutter: ">=2.4.0 <2.5.0" +@@ -17 +17 @@ dependencies: +- aws_common: ">=0.7.1 <0.8.0" ++ aws_common: ">=0.7.2 <0.8.0" +diff --git a/packages/aws_common/CHANGELOG.md b/packages/aws_common/CHANGELOG.md +--- a/packages/aws_common/CHANGELOG.md ++++ b/packages/aws_common/CHANGELOG.md +@@ -0,0 +1,5 @@ ++## 0.7.2 ++ ++### Features ++- feat: test common feat ++ +diff --git a/packages/aws_common/pubspec.yaml b/packages/aws_common/pubspec.yaml +--- a/packages/aws_common/pubspec.yaml ++++ b/packages/aws_common/pubspec.yaml +@@ -3 +3 @@ description: Common types and utilities used across AWS and Amplify packages. +-version: 0.7.1 ++version: 0.7.2 +diff --git a/packages/aws_signature_v4/pubspec.yaml b/packages/aws_signature_v4/pubspec.yaml +--- a/packages/aws_signature_v4/pubspec.yaml ++++ b/packages/aws_signature_v4/pubspec.yaml +@@ -13 +13 @@ dependencies: +- aws_common: ">=0.7.1 <0.8.0" ++ aws_common: ">=0.7.2 <0.8.0" +diff --git a/packages/common/amplify_db_common/CHANGELOG.md b/packages/common/amplify_db_common/CHANGELOG.md +--- a/packages/common/amplify_db_common/CHANGELOG.md ++++ b/packages/common/amplify_db_common/CHANGELOG.md +@@ -0,0 +1,5 @@ ++## 0.4.4 ++ ++### Fixes ++- fix: test db common fix ++ +diff --git a/packages/common/amplify_db_common/pubspec.yaml b/packages/common/amplify_db_common/pubspec.yaml +--- a/packages/common/amplify_db_common/pubspec.yaml ++++ b/packages/common/amplify_db_common/pubspec.yaml +@@ -3 +3 @@ description: Common utilities for working with databases such as SQLite. +-version: 0.4.3 ++version: 0.4.4 +@@ -13 +13 @@ dependencies: +- amplify_db_common_dart: ">=0.4.4 <0.5.0" ++ amplify_db_common_dart: ">=0.4.5 <0.5.0" +diff --git a/packages/common/amplify_db_common_dart/CHANGELOG.md b/packages/common/amplify_db_common_dart/CHANGELOG.md +--- a/packages/common/amplify_db_common_dart/CHANGELOG.md ++++ b/packages/common/amplify_db_common_dart/CHANGELOG.md +@@ -0,0 +1,5 @@ ++## 0.4.5 ++ ++### Fixes ++- fix: test db common fix ++ +diff --git a/packages/common/amplify_db_common_dart/pubspec.yaml b/packages/common/amplify_db_common_dart/pubspec.yaml +--- a/packages/common/amplify_db_common_dart/pubspec.yaml ++++ b/packages/common/amplify_db_common_dart/pubspec.yaml +@@ -3 +3 @@ description: Common utilities for working with databases such as sqlite. Used th +-version: 0.4.4 ++version: 0.4.5 +@@ -12 +12 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_core: ">=2.4.0 <2.5.0" +@@ -14 +14 @@ dependencies: +- aws_common: ">=0.7.1 <0.8.0" ++ aws_common: ">=0.7.2 <0.8.0" +diff --git a/packages/notifications/push/amplify_push_notifications/CHANGELOG.md b/packages/notifications/push/amplify_push_notifications/CHANGELOG.md +--- a/packages/notifications/push/amplify_push_notifications/CHANGELOG.md ++++ b/packages/notifications/push/amplify_push_notifications/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 2.4.0 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/notifications/push/amplify_push_notifications/pubspec.yaml b/packages/notifications/push/amplify_push_notifications/pubspec.yaml +--- a/packages/notifications/push/amplify_push_notifications/pubspec.yaml ++++ b/packages/notifications/push/amplify_push_notifications/pubspec.yaml +@@ -3 +3 @@ description: The Amplify Flutter Push Notifications package implementing feature +-version: 2.3.0 ++version: 2.4.0 +@@ -12 +12 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_core: ">=2.4.0 <2.5.0" +diff --git a/packages/notifications/push/amplify_push_notifications_pinpoint/CHANGELOG.md b/packages/notifications/push/amplify_push_notifications_pinpoint/CHANGELOG.md +--- a/packages/notifications/push/amplify_push_notifications_pinpoint/CHANGELOG.md ++++ b/packages/notifications/push/amplify_push_notifications_pinpoint/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 2.4.0 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml b/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml +--- a/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml ++++ b/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml +@@ -3 +3 @@ description: The Amplify Flutter Push Notifications category plugin using the AW +-version: 2.3.0 ++version: 2.4.0 +@@ -17 +17 @@ dependencies: +- amplify_analytics_pinpoint: ">=2.3.0 <2.4.0" ++ amplify_analytics_pinpoint: ">=2.4.0 <2.5.0" +@@ -19,4 +19,4 @@ dependencies: +- amplify_auth_cognito: ">=2.3.0 <2.4.0" +- amplify_core: ">=2.3.0 <2.4.0" +- amplify_flutter: ">=2.3.0 <2.4.0" +- amplify_push_notifications: ">=2.3.0 <2.4.0" ++ amplify_auth_cognito: ">=2.4.0 <2.5.0" ++ amplify_core: ">=2.4.0 <2.5.0" ++ amplify_flutter: ">=2.4.0 <2.5.0" ++ amplify_push_notifications: ">=2.4.0 <2.5.0" +@@ -33 +33 @@ dev_dependencies: +- aws_common: ">=0.7.1 <0.8.0" ++ aws_common: ">=0.7.2 <0.8.0" +diff --git a/packages/secure_storage/amplify_secure_storage/CHANGELOG.md b/packages/secure_storage/amplify_secure_storage/CHANGELOG.md +--- a/packages/secure_storage/amplify_secure_storage/CHANGELOG.md ++++ b/packages/secure_storage/amplify_secure_storage/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 0.5.5 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/secure_storage/amplify_secure_storage/pubspec.yaml b/packages/secure_storage/amplify_secure_storage/pubspec.yaml +--- a/packages/secure_storage/amplify_secure_storage/pubspec.yaml ++++ b/packages/secure_storage/amplify_secure_storage/pubspec.yaml +@@ -3 +3 @@ description: A package for storing secrets, intended for use in Amplify librarie +-version: 0.5.4 ++version: 0.5.5 +diff --git a/packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml b/packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml +--- a/packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml ++++ b/packages/secure_storage/amplify_secure_storage_dart/pubspec.yaml +@@ -24 +24 @@ dependencies: +- aws_common: ">=0.7.1 <0.8.0" ++ aws_common: ">=0.7.2 <0.8.0" +diff --git a/packages/smithy/smithy/pubspec.yaml b/packages/smithy/smithy/pubspec.yaml +--- a/packages/smithy/smithy/pubspec.yaml ++++ b/packages/smithy/smithy/pubspec.yaml +@@ -13 +13 @@ dependencies: +- aws_common: ">=0.7.1 <0.8.0" ++ aws_common: ">=0.7.2 <0.8.0" +diff --git a/packages/smithy/smithy_aws/pubspec.yaml b/packages/smithy/smithy_aws/pubspec.yaml +--- a/packages/smithy/smithy_aws/pubspec.yaml ++++ b/packages/smithy/smithy_aws/pubspec.yaml +@@ -12 +12 @@ dependencies: +- aws_common: ">=0.7.1 <0.8.0" ++ aws_common: ">=0.7.2 <0.8.0" +diff --git a/packages/storage/amplify_storage_s3/CHANGELOG.md b/packages/storage/amplify_storage_s3/CHANGELOG.md +--- a/packages/storage/amplify_storage_s3/CHANGELOG.md ++++ b/packages/storage/amplify_storage_s3/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 2.4.0 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/storage/amplify_storage_s3/pubspec.yaml b/packages/storage/amplify_storage_s3/pubspec.yaml +--- a/packages/storage/amplify_storage_s3/pubspec.yaml ++++ b/packages/storage/amplify_storage_s3/pubspec.yaml +@@ -3 +3 @@ description: The Amplify Flutter Storage category plugin using the AWS S3 provid +-version: 2.3.0 ++version: 2.4.0 +@@ -22 +22 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_core: ">=2.4.0 <2.5.0" +@@ -25 +25 @@ dependencies: +- aws_common: ">=0.7.1 <0.8.0" ++ aws_common: ">=0.7.2 <0.8.0" +diff --git a/packages/storage/amplify_storage_s3_dart/pubspec.yaml b/packages/storage/amplify_storage_s3_dart/pubspec.yaml +--- a/packages/storage/amplify_storage_s3_dart/pubspec.yaml ++++ b/packages/storage/amplify_storage_s3_dart/pubspec.yaml +@@ -12 +12 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_core: ">=2.4.0 <2.5.0" +@@ -15 +15 @@ dependencies: +- aws_common: ">=0.7.1 <0.8.0" ++ aws_common: ">=0.7.2 <0.8.0" +diff --git a/packages/worker_bee/worker_bee/pubspec.yaml b/packages/worker_bee/worker_bee/pubspec.yaml +--- a/packages/worker_bee/worker_bee/pubspec.yaml ++++ b/packages/worker_bee/worker_bee/pubspec.yaml +@@ -13 +13 @@ dependencies: +- aws_common: ">=0.7.1 <0.8.0" ++ aws_common: ">=0.7.2 <0.8.0" diff --git a/packages/aft/test/version_bump/data/snapshots/single_dart_package_breaking.diff b/packages/aft/test/version_bump/data/snapshots/single_dart_package_breaking.diff new file mode 100644 index 00000000000..f39c997086e --- /dev/null +++ b/packages/aft/test/version_bump/data/snapshots/single_dart_package_breaking.diff @@ -0,0 +1,66 @@ +diff --git a/packages/auth/amplify_auth_cognito/CHANGELOG.md b/packages/auth/amplify_auth_cognito/CHANGELOG.md +--- a/packages/auth/amplify_auth_cognito/CHANGELOG.md ++++ b/packages/auth/amplify_auth_cognito/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 2.3.1 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/auth/amplify_auth_cognito/pubspec.yaml b/packages/auth/amplify_auth_cognito/pubspec.yaml +--- a/packages/auth/amplify_auth_cognito/pubspec.yaml ++++ b/packages/auth/amplify_auth_cognito/pubspec.yaml +@@ -3 +3 @@ description: The Amplify Flutter Auth category plugin using the AWS Cognito prov +-version: 2.3.0 ++version: 2.3.1 +@@ -24 +24 @@ dependencies: +- amplify_auth_cognito_dart: ">=0.11.3 <0.12.0" ++ amplify_auth_cognito_dart: ">=0.12.0 <0.13.0" +diff --git a/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md b/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md +--- a/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md ++++ b/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md +@@ -0,0 +1,5 @@ ++## 0.12.0 ++ ++### Breaking Changes ++- feat!: test ++ +diff --git a/packages/auth/amplify_auth_cognito_dart/pubspec.yaml b/packages/auth/amplify_auth_cognito_dart/pubspec.yaml +--- a/packages/auth/amplify_auth_cognito_dart/pubspec.yaml ++++ b/packages/auth/amplify_auth_cognito_dart/pubspec.yaml +@@ -3 +3 @@ description: A Dart-only implementation of the Amplify Auth plugin for Cognito. +-version: 0.11.3 ++version: 0.12.0 +diff --git a/packages/authenticator/amplify_authenticator/CHANGELOG.md b/packages/authenticator/amplify_authenticator/CHANGELOG.md +--- a/packages/authenticator/amplify_authenticator/CHANGELOG.md ++++ b/packages/authenticator/amplify_authenticator/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 2.1.2 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/authenticator/amplify_authenticator/pubspec.yaml b/packages/authenticator/amplify_authenticator/pubspec.yaml +--- a/packages/authenticator/amplify_authenticator/pubspec.yaml ++++ b/packages/authenticator/amplify_authenticator/pubspec.yaml +@@ -3 +3 @@ description: A prebuilt Sign In and Sign Up experience for the Amplify Auth cate +-version: 2.1.1 ++version: 2.1.2 +@@ -13 +13 @@ dependencies: +- amplify_auth_cognito: ">=2.3.0 <2.4.0" ++ amplify_auth_cognito: ">=2.3.1 <2.4.0" +diff --git a/packages/notifications/push/amplify_push_notifications_pinpoint/CHANGELOG.md b/packages/notifications/push/amplify_push_notifications_pinpoint/CHANGELOG.md +--- a/packages/notifications/push/amplify_push_notifications_pinpoint/CHANGELOG.md ++++ b/packages/notifications/push/amplify_push_notifications_pinpoint/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 2.3.1 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml b/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml +--- a/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml ++++ b/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml +@@ -3 +3 @@ description: The Amplify Flutter Push Notifications category plugin using the AW +-version: 2.3.0 ++version: 2.3.1 +@@ -19 +19 @@ dependencies: +- amplify_auth_cognito: ">=2.3.0 <2.4.0" ++ amplify_auth_cognito: ">=2.3.1 <2.4.0" diff --git a/packages/aft/test/version_bump/data/snapshots/single_dart_package_chore.diff b/packages/aft/test/version_bump/data/snapshots/single_dart_package_chore.diff new file mode 100644 index 00000000000..6182e450004 --- /dev/null +++ b/packages/aft/test/version_bump/data/snapshots/single_dart_package_chore.diff @@ -0,0 +1,14 @@ +diff --git a/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md b/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md +--- a/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md ++++ b/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 0.11.4 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/auth/amplify_auth_cognito_dart/pubspec.yaml b/packages/auth/amplify_auth_cognito_dart/pubspec.yaml +--- a/packages/auth/amplify_auth_cognito_dart/pubspec.yaml ++++ b/packages/auth/amplify_auth_cognito_dart/pubspec.yaml +@@ -3 +3 @@ description: A Dart-only implementation of the Amplify Auth plugin for Cognito. +-version: 0.11.3 ++version: 0.11.4 diff --git a/packages/aft/test/version_bump/data/snapshots/single_dart_package_feat.diff b/packages/aft/test/version_bump/data/snapshots/single_dart_package_feat.diff new file mode 100644 index 00000000000..35cc655f94f --- /dev/null +++ b/packages/aft/test/version_bump/data/snapshots/single_dart_package_feat.diff @@ -0,0 +1,21 @@ +diff --git a/packages/auth/amplify_auth_cognito/pubspec.yaml b/packages/auth/amplify_auth_cognito/pubspec.yaml +--- a/packages/auth/amplify_auth_cognito/pubspec.yaml ++++ b/packages/auth/amplify_auth_cognito/pubspec.yaml +@@ -24 +24 @@ dependencies: +- amplify_auth_cognito_dart: ">=0.11.3 <0.12.0" ++ amplify_auth_cognito_dart: ">=0.11.4 <0.12.0" +diff --git a/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md b/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md +--- a/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md ++++ b/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md +@@ -0,0 +1,5 @@ ++## 0.11.4 ++ ++### Features ++- feat: test ++ +diff --git a/packages/auth/amplify_auth_cognito_dart/pubspec.yaml b/packages/auth/amplify_auth_cognito_dart/pubspec.yaml +--- a/packages/auth/amplify_auth_cognito_dart/pubspec.yaml ++++ b/packages/auth/amplify_auth_cognito_dart/pubspec.yaml +@@ -3 +3 @@ description: A Dart-only implementation of the Amplify Auth plugin for Cognito. +-version: 0.11.3 ++version: 0.11.4 diff --git a/packages/aft/test/version_bump/data/snapshots/single_dart_package_fix.diff b/packages/aft/test/version_bump/data/snapshots/single_dart_package_fix.diff new file mode 100644 index 00000000000..a62b7ddae89 --- /dev/null +++ b/packages/aft/test/version_bump/data/snapshots/single_dart_package_fix.diff @@ -0,0 +1,15 @@ +diff --git a/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md b/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md +--- a/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md ++++ b/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md +@@ -0,0 +1,5 @@ ++## 0.11.4 ++ ++### Fixes ++- fix: test ++ +diff --git a/packages/auth/amplify_auth_cognito_dart/pubspec.yaml b/packages/auth/amplify_auth_cognito_dart/pubspec.yaml +--- a/packages/auth/amplify_auth_cognito_dart/pubspec.yaml ++++ b/packages/auth/amplify_auth_cognito_dart/pubspec.yaml +@@ -3 +3 @@ description: A Dart-only implementation of the Amplify Auth plugin for Cognito. +-version: 0.11.3 ++version: 0.11.4 diff --git a/packages/aft/test/version_bump/data/snapshots/single_package_breaking.diff b/packages/aft/test/version_bump/data/snapshots/single_package_breaking.diff new file mode 100644 index 00000000000..6eb4aba1ef1 --- /dev/null +++ b/packages/aft/test/version_bump/data/snapshots/single_package_breaking.diff @@ -0,0 +1,330 @@ +diff --git a/packages/amplify/amplify_flutter/CHANGELOG.md b/packages/amplify/amplify_flutter/CHANGELOG.md +--- a/packages/amplify/amplify_flutter/CHANGELOG.md ++++ b/packages/amplify/amplify_flutter/CHANGELOG.md +@@ -0,0 +1,5 @@ ++## 3.0.0 ++ ++### Breaking Changes ++- feat!: test ++ +diff --git a/packages/amplify/amplify_flutter/pubspec.yaml b/packages/amplify/amplify_flutter/pubspec.yaml +--- a/packages/amplify/amplify_flutter/pubspec.yaml ++++ b/packages/amplify/amplify_flutter/pubspec.yaml +@@ -3 +3 @@ description: The top level Flutter package for the AWS Amplify libraries. +-version: 2.3.0 ++version: 3.0.0 +@@ -22 +22 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_core: ">=3.0.0 <3.1.0" +diff --git a/packages/amplify_core/CHANGELOG.md b/packages/amplify_core/CHANGELOG.md +--- a/packages/amplify_core/CHANGELOG.md ++++ b/packages/amplify_core/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 3.0.0 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/amplify_core/pubspec.yaml b/packages/amplify_core/pubspec.yaml +--- a/packages/amplify_core/pubspec.yaml ++++ b/packages/amplify_core/pubspec.yaml +@@ -3 +3 @@ description: The base package containing common types and utilities that are sha +-version: 2.3.0 ++version: 3.0.0 +diff --git a/packages/amplify_datastore/CHANGELOG.md b/packages/amplify_datastore/CHANGELOG.md +--- a/packages/amplify_datastore/CHANGELOG.md ++++ b/packages/amplify_datastore/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 3.0.0 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/amplify_datastore/pubspec.yaml b/packages/amplify_datastore/pubspec.yaml +--- a/packages/amplify_datastore/pubspec.yaml ++++ b/packages/amplify_datastore/pubspec.yaml +@@ -3 +3 @@ description: The Amplify Flutter DataStore category plugin, providing a queryabl +-version: 2.3.0 ++version: 3.0.0 +@@ -15,2 +15,2 @@ dependencies: +- amplify_datastore_plugin_interface: ">=2.3.0 <2.4.0" +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_datastore_plugin_interface: ">=3.0.0 <3.1.0" ++ amplify_core: ">=3.0.0 <3.1.0" +diff --git a/packages/amplify_datastore_plugin_interface/CHANGELOG.md b/packages/amplify_datastore_plugin_interface/CHANGELOG.md +--- a/packages/amplify_datastore_plugin_interface/CHANGELOG.md ++++ b/packages/amplify_datastore_plugin_interface/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 3.0.0 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/amplify_datastore_plugin_interface/pubspec.yaml b/packages/amplify_datastore_plugin_interface/pubspec.yaml +--- a/packages/amplify_datastore_plugin_interface/pubspec.yaml ++++ b/packages/amplify_datastore_plugin_interface/pubspec.yaml +@@ -3 +3 @@ description: The platform interface for the DataStore module of Amplify Flutter. +-version: 2.3.0 ++version: 3.0.0 +@@ -13 +13 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_core: ">=3.0.0 <3.1.0" +diff --git a/packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md b/packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md +--- a/packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md ++++ b/packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 3.0.0 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/analytics/amplify_analytics_pinpoint/pubspec.yaml b/packages/analytics/amplify_analytics_pinpoint/pubspec.yaml +--- a/packages/analytics/amplify_analytics_pinpoint/pubspec.yaml ++++ b/packages/analytics/amplify_analytics_pinpoint/pubspec.yaml +@@ -3 +3 @@ description: The Amplify Flutter Analytics category plugin using the AWS Pinpoin +-version: 2.3.0 ++version: 3.0.0 +@@ -22,3 +22,3 @@ dependencies: +- amplify_analytics_pinpoint_dart: ">=0.4.3 <0.5.0" +- amplify_core: ">=2.3.0 <2.4.0" +- amplify_db_common: ">=0.4.3 <0.5.0" ++ amplify_analytics_pinpoint_dart: ">=0.4.4 <0.5.0" ++ amplify_core: ">=3.0.0 <3.1.0" ++ amplify_db_common: ">=0.4.4 <0.5.0" +diff --git a/packages/analytics/amplify_analytics_pinpoint_dart/CHANGELOG.md b/packages/analytics/amplify_analytics_pinpoint_dart/CHANGELOG.md +--- a/packages/analytics/amplify_analytics_pinpoint_dart/CHANGELOG.md ++++ b/packages/analytics/amplify_analytics_pinpoint_dart/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 0.4.4 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml b/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml +--- a/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml ++++ b/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml +@@ -3 +3 @@ description: A Dart-only implementation of the Amplify Analytics plugin for Pinp +-version: 0.4.3 ++version: 0.4.4 +@@ -12,2 +12,2 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" +- amplify_db_common_dart: ">=0.4.4 <0.5.0" ++ amplify_core: ">=3.0.0 <3.1.0" ++ amplify_db_common_dart: ">=0.4.5 <0.5.0" +diff --git a/packages/api/amplify_api/CHANGELOG.md b/packages/api/amplify_api/CHANGELOG.md +--- a/packages/api/amplify_api/CHANGELOG.md ++++ b/packages/api/amplify_api/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 3.0.0 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/api/amplify_api/pubspec.yaml b/packages/api/amplify_api/pubspec.yaml +--- a/packages/api/amplify_api/pubspec.yaml ++++ b/packages/api/amplify_api/pubspec.yaml +@@ -3 +3 @@ description: The Amplify Flutter API category plugin, supporting GraphQL and RES +-version: 2.3.0 ++version: 3.0.0 +@@ -22,3 +22,3 @@ dependencies: +- amplify_api_dart: ">=0.5.3 <0.6.0" +- amplify_core: ">=2.3.0 <2.4.0" +- amplify_flutter: ">=2.3.0 <2.4.0" ++ amplify_api_dart: ">=0.5.4 <0.6.0" ++ amplify_core: ">=3.0.0 <3.1.0" ++ amplify_flutter: ">=3.0.0 <3.1.0" +diff --git a/packages/api/amplify_api_dart/CHANGELOG.md b/packages/api/amplify_api_dart/CHANGELOG.md +--- a/packages/api/amplify_api_dart/CHANGELOG.md ++++ b/packages/api/amplify_api_dart/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 0.5.4 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/api/amplify_api_dart/pubspec.yaml b/packages/api/amplify_api_dart/pubspec.yaml +--- a/packages/api/amplify_api_dart/pubspec.yaml ++++ b/packages/api/amplify_api_dart/pubspec.yaml +@@ -3 +3 @@ description: The Amplify API category plugin in Dart-only, supporting GraphQL an +-version: 0.5.3 ++version: 0.5.4 +@@ -12 +12 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_core: ">=3.0.0 <3.1.0" +diff --git a/packages/auth/amplify_auth_cognito/CHANGELOG.md b/packages/auth/amplify_auth_cognito/CHANGELOG.md +--- a/packages/auth/amplify_auth_cognito/CHANGELOG.md ++++ b/packages/auth/amplify_auth_cognito/CHANGELOG.md +@@ -0,0 +1,5 @@ ++## 3.0.0 ++ ++### Breaking Changes ++- feat!: test ++ +diff --git a/packages/auth/amplify_auth_cognito/pubspec.yaml b/packages/auth/amplify_auth_cognito/pubspec.yaml +--- a/packages/auth/amplify_auth_cognito/pubspec.yaml ++++ b/packages/auth/amplify_auth_cognito/pubspec.yaml +@@ -3 +3 @@ description: The Amplify Flutter Auth category plugin using the AWS Cognito prov +-version: 2.3.0 ++version: 3.0.0 +@@ -22,5 +22,5 @@ dependencies: +- amplify_analytics_pinpoint: ">=2.3.0 <2.4.0" +- amplify_analytics_pinpoint_dart: ">=0.4.3 <0.5.0" +- amplify_auth_cognito_dart: ">=0.11.3 <0.12.0" +- amplify_core: ">=2.3.0 <2.4.0" +- amplify_flutter: ">=2.3.0 <2.4.0" ++ amplify_analytics_pinpoint: ">=3.0.0 <3.1.0" ++ amplify_analytics_pinpoint_dart: ">=0.4.4 <0.5.0" ++ amplify_auth_cognito_dart: ">=0.11.4 <0.12.0" ++ amplify_core: ">=3.0.0 <3.1.0" ++ amplify_flutter: ">=3.0.0 <3.1.0" +diff --git a/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md b/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md +--- a/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md ++++ b/packages/auth/amplify_auth_cognito_dart/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 0.11.4 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/auth/amplify_auth_cognito_dart/pubspec.yaml b/packages/auth/amplify_auth_cognito_dart/pubspec.yaml +--- a/packages/auth/amplify_auth_cognito_dart/pubspec.yaml ++++ b/packages/auth/amplify_auth_cognito_dart/pubspec.yaml +@@ -3 +3 @@ description: A Dart-only implementation of the Amplify Auth plugin for Cognito. +-version: 0.11.3 ++version: 0.11.4 +@@ -12,2 +12,2 @@ dependencies: +- amplify_analytics_pinpoint_dart: ">=0.4.3 <0.5.0" +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_analytics_pinpoint_dart: ">=0.4.4 <0.5.0" ++ amplify_core: ">=3.0.0 <3.1.0" +diff --git a/packages/authenticator/amplify_authenticator/CHANGELOG.md b/packages/authenticator/amplify_authenticator/CHANGELOG.md +--- a/packages/authenticator/amplify_authenticator/CHANGELOG.md ++++ b/packages/authenticator/amplify_authenticator/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 2.1.2 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/authenticator/amplify_authenticator/pubspec.yaml b/packages/authenticator/amplify_authenticator/pubspec.yaml +--- a/packages/authenticator/amplify_authenticator/pubspec.yaml ++++ b/packages/authenticator/amplify_authenticator/pubspec.yaml +@@ -3 +3 @@ description: A prebuilt Sign In and Sign Up experience for the Amplify Auth cate +-version: 2.1.1 ++version: 2.1.2 +@@ -13,3 +13,3 @@ dependencies: +- amplify_auth_cognito: ">=2.3.0 <2.4.0" +- amplify_core: ">=2.3.0 <2.4.0" +- amplify_flutter: ">=2.3.0 <2.4.0" ++ amplify_auth_cognito: ">=3.0.0 <3.1.0" ++ amplify_core: ">=3.0.0 <3.1.0" ++ amplify_flutter: ">=3.0.0 <3.1.0" +diff --git a/packages/common/amplify_db_common/CHANGELOG.md b/packages/common/amplify_db_common/CHANGELOG.md +--- a/packages/common/amplify_db_common/CHANGELOG.md ++++ b/packages/common/amplify_db_common/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 0.4.4 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/common/amplify_db_common/pubspec.yaml b/packages/common/amplify_db_common/pubspec.yaml +--- a/packages/common/amplify_db_common/pubspec.yaml ++++ b/packages/common/amplify_db_common/pubspec.yaml +@@ -3 +3 @@ description: Common utilities for working with databases such as SQLite. +-version: 0.4.3 ++version: 0.4.4 +@@ -13 +13 @@ dependencies: +- amplify_db_common_dart: ">=0.4.4 <0.5.0" ++ amplify_db_common_dart: ">=0.4.5 <0.5.0" +diff --git a/packages/common/amplify_db_common_dart/CHANGELOG.md b/packages/common/amplify_db_common_dart/CHANGELOG.md +--- a/packages/common/amplify_db_common_dart/CHANGELOG.md ++++ b/packages/common/amplify_db_common_dart/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 0.4.5 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/common/amplify_db_common_dart/pubspec.yaml b/packages/common/amplify_db_common_dart/pubspec.yaml +--- a/packages/common/amplify_db_common_dart/pubspec.yaml ++++ b/packages/common/amplify_db_common_dart/pubspec.yaml +@@ -3 +3 @@ description: Common utilities for working with databases such as sqlite. Used th +-version: 0.4.4 ++version: 0.4.5 +@@ -12 +12 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_core: ">=3.0.0 <3.1.0" +diff --git a/packages/notifications/push/amplify_push_notifications/CHANGELOG.md b/packages/notifications/push/amplify_push_notifications/CHANGELOG.md +--- a/packages/notifications/push/amplify_push_notifications/CHANGELOG.md ++++ b/packages/notifications/push/amplify_push_notifications/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 3.0.0 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/notifications/push/amplify_push_notifications/pubspec.yaml b/packages/notifications/push/amplify_push_notifications/pubspec.yaml +--- a/packages/notifications/push/amplify_push_notifications/pubspec.yaml ++++ b/packages/notifications/push/amplify_push_notifications/pubspec.yaml +@@ -3 +3 @@ description: The Amplify Flutter Push Notifications package implementing feature +-version: 2.3.0 ++version: 3.0.0 +@@ -12 +12 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_core: ">=3.0.0 <3.1.0" +diff --git a/packages/notifications/push/amplify_push_notifications_pinpoint/CHANGELOG.md b/packages/notifications/push/amplify_push_notifications_pinpoint/CHANGELOG.md +--- a/packages/notifications/push/amplify_push_notifications_pinpoint/CHANGELOG.md ++++ b/packages/notifications/push/amplify_push_notifications_pinpoint/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 3.0.0 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml b/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml +--- a/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml ++++ b/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml +@@ -3 +3 @@ description: The Amplify Flutter Push Notifications category plugin using the AW +-version: 2.3.0 ++version: 3.0.0 +@@ -17,6 +17,6 @@ dependencies: +- amplify_analytics_pinpoint: ">=2.3.0 <2.4.0" +- amplify_analytics_pinpoint_dart: ">=0.4.3 <0.5.0" +- amplify_auth_cognito: ">=2.3.0 <2.4.0" +- amplify_core: ">=2.3.0 <2.4.0" +- amplify_flutter: ">=2.3.0 <2.4.0" +- amplify_push_notifications: ">=2.3.0 <2.4.0" ++ amplify_analytics_pinpoint: ">=3.0.0 <3.1.0" ++ amplify_analytics_pinpoint_dart: ">=0.4.4 <0.5.0" ++ amplify_auth_cognito: ">=3.0.0 <3.1.0" ++ amplify_core: ">=3.0.0 <3.1.0" ++ amplify_flutter: ">=3.0.0 <3.1.0" ++ amplify_push_notifications: ">=3.0.0 <3.1.0" +diff --git a/packages/storage/amplify_storage_s3/CHANGELOG.md b/packages/storage/amplify_storage_s3/CHANGELOG.md +--- a/packages/storage/amplify_storage_s3/CHANGELOG.md ++++ b/packages/storage/amplify_storage_s3/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 3.0.0 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/storage/amplify_storage_s3/pubspec.yaml b/packages/storage/amplify_storage_s3/pubspec.yaml +--- a/packages/storage/amplify_storage_s3/pubspec.yaml ++++ b/packages/storage/amplify_storage_s3/pubspec.yaml +@@ -3 +3 @@ description: The Amplify Flutter Storage category plugin using the AWS S3 provid +-version: 2.3.0 ++version: 3.0.0 +@@ -22,3 +22,3 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" +- amplify_db_common: ">=0.4.3 <0.5.0" +- amplify_storage_s3_dart: ">=0.4.3 <0.5.0" ++ amplify_core: ">=3.0.0 <3.1.0" ++ amplify_db_common: ">=0.4.4 <0.5.0" ++ amplify_storage_s3_dart: ">=0.4.4 <0.5.0" +diff --git a/packages/storage/amplify_storage_s3_dart/CHANGELOG.md b/packages/storage/amplify_storage_s3_dart/CHANGELOG.md +--- a/packages/storage/amplify_storage_s3_dart/CHANGELOG.md ++++ b/packages/storage/amplify_storage_s3_dart/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 0.4.4 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/storage/amplify_storage_s3_dart/pubspec.yaml b/packages/storage/amplify_storage_s3_dart/pubspec.yaml +--- a/packages/storage/amplify_storage_s3_dart/pubspec.yaml ++++ b/packages/storage/amplify_storage_s3_dart/pubspec.yaml +@@ -3 +3 @@ description: A Dart-only implementation of the Amplify Storage plugin for S3. +-version: 0.4.3 ++version: 0.4.4 +@@ -12,2 +12,2 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" +- amplify_db_common_dart: ">=0.4.4 <0.5.0" ++ amplify_core: ">=3.0.0 <3.1.0" ++ amplify_db_common_dart: ">=0.4.5 <0.5.0" diff --git a/packages/aft/test/version_bump/data/snapshots/single_package_chore.diff b/packages/aft/test/version_bump/data/snapshots/single_package_chore.diff new file mode 100644 index 00000000000..6a749c85ee2 --- /dev/null +++ b/packages/aft/test/version_bump/data/snapshots/single_package_chore.diff @@ -0,0 +1,14 @@ +diff --git a/packages/auth/amplify_auth_cognito/CHANGELOG.md b/packages/auth/amplify_auth_cognito/CHANGELOG.md +--- a/packages/auth/amplify_auth_cognito/CHANGELOG.md ++++ b/packages/auth/amplify_auth_cognito/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 2.3.1 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/auth/amplify_auth_cognito/pubspec.yaml b/packages/auth/amplify_auth_cognito/pubspec.yaml +--- a/packages/auth/amplify_auth_cognito/pubspec.yaml ++++ b/packages/auth/amplify_auth_cognito/pubspec.yaml +@@ -3 +3 @@ description: The Amplify Flutter Auth category plugin using the AWS Cognito prov +-version: 2.3.0 ++version: 2.3.1 diff --git a/packages/aft/test/version_bump/data/snapshots/single_package_feat.diff b/packages/aft/test/version_bump/data/snapshots/single_package_feat.diff new file mode 100644 index 00000000000..c22973626c0 --- /dev/null +++ b/packages/aft/test/version_bump/data/snapshots/single_package_feat.diff @@ -0,0 +1,227 @@ +diff --git a/packages/amplify/amplify_flutter/CHANGELOG.md b/packages/amplify/amplify_flutter/CHANGELOG.md +--- a/packages/amplify/amplify_flutter/CHANGELOG.md ++++ b/packages/amplify/amplify_flutter/CHANGELOG.md +@@ -0,0 +1,5 @@ ++## 2.4.0 ++ ++### Features ++- feat: test ++ +diff --git a/packages/amplify/amplify_flutter/pubspec.yaml b/packages/amplify/amplify_flutter/pubspec.yaml +--- a/packages/amplify/amplify_flutter/pubspec.yaml ++++ b/packages/amplify/amplify_flutter/pubspec.yaml +@@ -3 +3 @@ description: The top level Flutter package for the AWS Amplify libraries. +-version: 2.3.0 ++version: 2.4.0 +@@ -22 +22 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_core: ">=2.4.0 <2.5.0" +diff --git a/packages/amplify_core/CHANGELOG.md b/packages/amplify_core/CHANGELOG.md +--- a/packages/amplify_core/CHANGELOG.md ++++ b/packages/amplify_core/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 2.4.0 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/amplify_core/pubspec.yaml b/packages/amplify_core/pubspec.yaml +--- a/packages/amplify_core/pubspec.yaml ++++ b/packages/amplify_core/pubspec.yaml +@@ -3 +3 @@ description: The base package containing common types and utilities that are sha +-version: 2.3.0 ++version: 2.4.0 +diff --git a/packages/amplify_datastore/CHANGELOG.md b/packages/amplify_datastore/CHANGELOG.md +--- a/packages/amplify_datastore/CHANGELOG.md ++++ b/packages/amplify_datastore/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 2.4.0 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/amplify_datastore/pubspec.yaml b/packages/amplify_datastore/pubspec.yaml +--- a/packages/amplify_datastore/pubspec.yaml ++++ b/packages/amplify_datastore/pubspec.yaml +@@ -3 +3 @@ description: The Amplify Flutter DataStore category plugin, providing a queryabl +-version: 2.3.0 ++version: 2.4.0 +@@ -15,2 +15,2 @@ dependencies: +- amplify_datastore_plugin_interface: ">=2.3.0 <2.4.0" +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_datastore_plugin_interface: ">=2.4.0 <2.5.0" ++ amplify_core: ">=2.4.0 <2.5.0" +diff --git a/packages/amplify_datastore_plugin_interface/CHANGELOG.md b/packages/amplify_datastore_plugin_interface/CHANGELOG.md +--- a/packages/amplify_datastore_plugin_interface/CHANGELOG.md ++++ b/packages/amplify_datastore_plugin_interface/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 2.4.0 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/amplify_datastore_plugin_interface/pubspec.yaml b/packages/amplify_datastore_plugin_interface/pubspec.yaml +--- a/packages/amplify_datastore_plugin_interface/pubspec.yaml ++++ b/packages/amplify_datastore_plugin_interface/pubspec.yaml +@@ -3 +3 @@ description: The platform interface for the DataStore module of Amplify Flutter. +-version: 2.3.0 ++version: 2.4.0 +@@ -13 +13 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_core: ">=2.4.0 <2.5.0" +diff --git a/packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md b/packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md +--- a/packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md ++++ b/packages/analytics/amplify_analytics_pinpoint/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 2.4.0 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/analytics/amplify_analytics_pinpoint/pubspec.yaml b/packages/analytics/amplify_analytics_pinpoint/pubspec.yaml +--- a/packages/analytics/amplify_analytics_pinpoint/pubspec.yaml ++++ b/packages/analytics/amplify_analytics_pinpoint/pubspec.yaml +@@ -3 +3 @@ description: The Amplify Flutter Analytics category plugin using the AWS Pinpoin +-version: 2.3.0 ++version: 2.4.0 +@@ -23 +23 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_core: ">=2.4.0 <2.5.0" +diff --git a/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml b/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml +--- a/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml ++++ b/packages/analytics/amplify_analytics_pinpoint_dart/pubspec.yaml +@@ -12 +12 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_core: ">=2.4.0 <2.5.0" +diff --git a/packages/api/amplify_api/CHANGELOG.md b/packages/api/amplify_api/CHANGELOG.md +--- a/packages/api/amplify_api/CHANGELOG.md ++++ b/packages/api/amplify_api/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 2.4.0 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/api/amplify_api/pubspec.yaml b/packages/api/amplify_api/pubspec.yaml +--- a/packages/api/amplify_api/pubspec.yaml ++++ b/packages/api/amplify_api/pubspec.yaml +@@ -3 +3 @@ description: The Amplify Flutter API category plugin, supporting GraphQL and RES +-version: 2.3.0 ++version: 2.4.0 +@@ -23,2 +23,2 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" +- amplify_flutter: ">=2.3.0 <2.4.0" ++ amplify_core: ">=2.4.0 <2.5.0" ++ amplify_flutter: ">=2.4.0 <2.5.0" +diff --git a/packages/api/amplify_api_dart/pubspec.yaml b/packages/api/amplify_api_dart/pubspec.yaml +--- a/packages/api/amplify_api_dart/pubspec.yaml ++++ b/packages/api/amplify_api_dart/pubspec.yaml +@@ -12 +12 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_core: ">=2.4.0 <2.5.0" +diff --git a/packages/auth/amplify_auth_cognito/CHANGELOG.md b/packages/auth/amplify_auth_cognito/CHANGELOG.md +--- a/packages/auth/amplify_auth_cognito/CHANGELOG.md ++++ b/packages/auth/amplify_auth_cognito/CHANGELOG.md +@@ -0,0 +1,5 @@ ++## 2.4.0 ++ ++### Features ++- feat: test ++ +diff --git a/packages/auth/amplify_auth_cognito/pubspec.yaml b/packages/auth/amplify_auth_cognito/pubspec.yaml +--- a/packages/auth/amplify_auth_cognito/pubspec.yaml ++++ b/packages/auth/amplify_auth_cognito/pubspec.yaml +@@ -3 +3 @@ description: The Amplify Flutter Auth category plugin using the AWS Cognito prov +-version: 2.3.0 ++version: 2.4.0 +@@ -22 +22 @@ dependencies: +- amplify_analytics_pinpoint: ">=2.3.0 <2.4.0" ++ amplify_analytics_pinpoint: ">=2.4.0 <2.5.0" +@@ -25,2 +25,2 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" +- amplify_flutter: ">=2.3.0 <2.4.0" ++ amplify_core: ">=2.4.0 <2.5.0" ++ amplify_flutter: ">=2.4.0 <2.5.0" +diff --git a/packages/auth/amplify_auth_cognito_dart/pubspec.yaml b/packages/auth/amplify_auth_cognito_dart/pubspec.yaml +--- a/packages/auth/amplify_auth_cognito_dart/pubspec.yaml ++++ b/packages/auth/amplify_auth_cognito_dart/pubspec.yaml +@@ -13 +13 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_core: ">=2.4.0 <2.5.0" +diff --git a/packages/authenticator/amplify_authenticator/pubspec.yaml b/packages/authenticator/amplify_authenticator/pubspec.yaml +--- a/packages/authenticator/amplify_authenticator/pubspec.yaml ++++ b/packages/authenticator/amplify_authenticator/pubspec.yaml +@@ -13,3 +13,3 @@ dependencies: +- amplify_auth_cognito: ">=2.3.0 <2.4.0" +- amplify_core: ">=2.3.0 <2.4.0" +- amplify_flutter: ">=2.3.0 <2.4.0" ++ amplify_auth_cognito: ">=2.4.0 <2.5.0" ++ amplify_core: ">=2.4.0 <2.5.0" ++ amplify_flutter: ">=2.4.0 <2.5.0" +diff --git a/packages/common/amplify_db_common_dart/pubspec.yaml b/packages/common/amplify_db_common_dart/pubspec.yaml +--- a/packages/common/amplify_db_common_dart/pubspec.yaml ++++ b/packages/common/amplify_db_common_dart/pubspec.yaml +@@ -12 +12 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_core: ">=2.4.0 <2.5.0" +diff --git a/packages/notifications/push/amplify_push_notifications/CHANGELOG.md b/packages/notifications/push/amplify_push_notifications/CHANGELOG.md +--- a/packages/notifications/push/amplify_push_notifications/CHANGELOG.md ++++ b/packages/notifications/push/amplify_push_notifications/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 2.4.0 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/notifications/push/amplify_push_notifications/pubspec.yaml b/packages/notifications/push/amplify_push_notifications/pubspec.yaml +--- a/packages/notifications/push/amplify_push_notifications/pubspec.yaml ++++ b/packages/notifications/push/amplify_push_notifications/pubspec.yaml +@@ -3 +3 @@ description: The Amplify Flutter Push Notifications package implementing feature +-version: 2.3.0 ++version: 2.4.0 +@@ -12 +12 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_core: ">=2.4.0 <2.5.0" +diff --git a/packages/notifications/push/amplify_push_notifications_pinpoint/CHANGELOG.md b/packages/notifications/push/amplify_push_notifications_pinpoint/CHANGELOG.md +--- a/packages/notifications/push/amplify_push_notifications_pinpoint/CHANGELOG.md ++++ b/packages/notifications/push/amplify_push_notifications_pinpoint/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 2.4.0 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml b/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml +--- a/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml ++++ b/packages/notifications/push/amplify_push_notifications_pinpoint/pubspec.yaml +@@ -3 +3 @@ description: The Amplify Flutter Push Notifications category plugin using the AW +-version: 2.3.0 ++version: 2.4.0 +@@ -17 +17 @@ dependencies: +- amplify_analytics_pinpoint: ">=2.3.0 <2.4.0" ++ amplify_analytics_pinpoint: ">=2.4.0 <2.5.0" +@@ -19,4 +19,4 @@ dependencies: +- amplify_auth_cognito: ">=2.3.0 <2.4.0" +- amplify_core: ">=2.3.0 <2.4.0" +- amplify_flutter: ">=2.3.0 <2.4.0" +- amplify_push_notifications: ">=2.3.0 <2.4.0" ++ amplify_auth_cognito: ">=2.4.0 <2.5.0" ++ amplify_core: ">=2.4.0 <2.5.0" ++ amplify_flutter: ">=2.4.0 <2.5.0" ++ amplify_push_notifications: ">=2.4.0 <2.5.0" +diff --git a/packages/storage/amplify_storage_s3/CHANGELOG.md b/packages/storage/amplify_storage_s3/CHANGELOG.md +--- a/packages/storage/amplify_storage_s3/CHANGELOG.md ++++ b/packages/storage/amplify_storage_s3/CHANGELOG.md +@@ -0,0 +1,4 @@ ++## 2.4.0 ++ ++- Minor bug fixes and improvements ++ +diff --git a/packages/storage/amplify_storage_s3/pubspec.yaml b/packages/storage/amplify_storage_s3/pubspec.yaml +--- a/packages/storage/amplify_storage_s3/pubspec.yaml ++++ b/packages/storage/amplify_storage_s3/pubspec.yaml +@@ -3 +3 @@ description: The Amplify Flutter Storage category plugin using the AWS S3 provid +-version: 2.3.0 ++version: 2.4.0 +@@ -22 +22 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_core: ">=2.4.0 <2.5.0" +diff --git a/packages/storage/amplify_storage_s3_dart/pubspec.yaml b/packages/storage/amplify_storage_s3_dart/pubspec.yaml +--- a/packages/storage/amplify_storage_s3_dart/pubspec.yaml ++++ b/packages/storage/amplify_storage_s3_dart/pubspec.yaml +@@ -12 +12 @@ dependencies: +- amplify_core: ">=2.3.0 <2.4.0" ++ amplify_core: ">=2.4.0 <2.5.0" diff --git a/packages/aft/test/version_bump/data/snapshots/single_package_fix.diff b/packages/aft/test/version_bump/data/snapshots/single_package_fix.diff new file mode 100644 index 00000000000..3f5b3092b3c --- /dev/null +++ b/packages/aft/test/version_bump/data/snapshots/single_package_fix.diff @@ -0,0 +1,15 @@ +diff --git a/packages/auth/amplify_auth_cognito/CHANGELOG.md b/packages/auth/amplify_auth_cognito/CHANGELOG.md +--- a/packages/auth/amplify_auth_cognito/CHANGELOG.md ++++ b/packages/auth/amplify_auth_cognito/CHANGELOG.md +@@ -0,0 +1,5 @@ ++## 2.3.1 ++ ++### Fixes ++- fix: test ++ +diff --git a/packages/auth/amplify_auth_cognito/pubspec.yaml b/packages/auth/amplify_auth_cognito/pubspec.yaml +--- a/packages/auth/amplify_auth_cognito/pubspec.yaml ++++ b/packages/auth/amplify_auth_cognito/pubspec.yaml +@@ -3 +3 @@ description: The Amplify Flutter Auth category plugin using the AWS Cognito prov +-version: 2.3.0 ++version: 2.3.1