Skip to content

Conversation

@ziyiz-amzn
Copy link
Contributor

This reverts commit 2eb6e5d.

Issue #: Cancel the version bump.

Description of changes:

Testing

  1. Have you successfully run npm run build:release locally?

  2. How did you test these changes?

  3. If you made changes to the component library, have you provided corresponding documentation changes?

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

@ziyiz-amzn ziyiz-amzn requested a review from a team as a code owner January 27, 2025 22:01
}
process.chdir(path.join(__dirname, '../../dependency-check-app'));
spawnOrFail('npm', ['init -y']);
spawnOrFail('npm', ['install react@18 react-dom@18']);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how is this related to version bump

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was added during preflight. The release script failed due to incompatible React version. Now the latest React version is 19, but we only set 17, and 18 as peerDependency.

@ziyiz-amzn ziyiz-amzn merged commit 1af4d38 into main Jan 27, 2025
2 checks passed
@ziyiz-amzn ziyiz-amzn deleted the revert-3.11.0-version-bump branch January 27, 2025 22:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants