fix: restore e2e-tests version to 4.1.13 after accidental downgrade#3478
Merged
Conversation
Simone319
approved these changes
May 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description of changes
Restores
amplify-category-api-e2e-testspackage version from4.1.12back to4.1.13. The version was accidentally downgraded in #3441 (bddb2c8), which caused lerna to fail when it tried to bump and tag4.1.13again — the git tagamplify-category-api-e2e-tests@4.1.13already existed from the prior release.CDK / CloudFormation Parameters Changed
None.
Issue #, if available
N/A — build failure caused by tag collision during
lerna version.Description of how you validated changes
Confirmed via
git tag -l "amplify-category-api-e2e-tests*"that the@4.1.13tag already exists. Verified the parent commit of #3441 had version4.1.13and the commit itself downgraded it to4.1.12. Restoring to4.1.13means lerna will see no version change needed and skip re-tagging.Checklist
yarn testpassesE2E test run linked(not applicable — version-only change)Tests are changed or added(not applicable)Relevant documentation is changed or added(not applicable)New AWS SDK calls or CloudFormation actions have been added to relevant test and service IAM policies(not applicable)Any CDK or CloudFormation parameter changes are called out explicitly(not applicable)By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.