/
githubmr
/
facebook-react
Обзор
Документация
Войти
/
githubmr
/
facebook-react
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
main
packages/shared/ReactVersion.js
15 строк
701 B
Sebastian "Sebbie" Silbermann
Bump next prerelease version numbers (#34674)
02 окт 2025, 01:31
Не верифицирован
02 окт 2025, 01:31
79ca5ae
Код
Авторство
О чём код?
/** * Copyright (c) Meta Platforms, Inc. and affiliates. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree. */ // TODO: this is special because it gets imported during build. // // It exists as a placeholder so that DevTools can support work tag changes between releases. // When we next publish a release, update the matching TODO in backend/renderer.js // TODO: This module is used both by the release scripts and to expose a version // at runtime. We should instead inject the version number as part of the build // process, and use the ReactVersions.js module as the single source of truth. export default '19.3.0';