Conversation
…3478) #### Description of changes Restores `amplify-category-api-e2e-tests` package version from `4.1.12` back to `4.1.13`. The version was accidentally downgraded in #3441 (bddb2c8), which caused lerna to fail when it tried to bump and tag `4.1.13` again — the git tag `amplify-category-api-e2e-tests@4.1.13` already 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.13` tag already exists. Verified the parent commit of #3441 had version `4.1.13` and the commit itself downgraded it to `4.1.12`. Restoring to `4.1.13` means lerna will see no version change needed and skip re-tagging. #### Checklist - [x] PR description included - [x] `yarn test` passes - [ ] ~~E2E 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.
svidgen
approved these changes
May 7, 2026
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.
Merge main into release branch to sync latest changes for the next release.