Skip to content
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

React version field should match package.json #24445

Merged
merged 1 commit into from
Apr 26, 2022

Commits on Apr 26, 2022

  1. React version field should match package.json

    The `version` field exported by the React package currently corresponds
    to the `@next` release for that build. This updates the build script
    to output the same version that is used in the package.json file.
    
    It works by doing a find-and-replace of the React version after the
    build has completed. This is a bit weird but it saves us from having
    to build the `@next` and `@latest` releases separately; they are
    identical except for the version numbers.
    acdlite committed Apr 26, 2022
    Configuration menu
    Copy the full SHA
    9153ed7 View commit details
    Browse the repository at this point in the history