Remove comment on merging stable branches -> main (#1595)

This commit is contained in:
Saad Najmi 2022-12-22 14:52:00 -06:00 коммит произвёл GitHub
Родитель f8cf5b14f4
Коммит ec1a9f2b93
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
8 изменённых файлов: 0 добавлений и 33 удалений

Просмотреть файл

@ -9,11 +9,6 @@
* @flow strict
*/
// [TODO(macOS GH#944)
// Note: Be careful not to override these version numbers
// when we merge upstream stable branches into main
// TODO(macOS GH#944)]
exports.version = {
major: 0,
minor: 0,

Просмотреть файл

@ -14,10 +14,6 @@ NSString* const RCTVersionMinor = @"minor";
NSString* const RCTVersionPatch = @"patch";
NSString* const RCTVersionPrerelease = @"prerelease";
// [TODO(macOS GH#944)
// Note: Be careful not to override these version numbers
// when we merge upstream stable branches into main
// TODO(macOS GH#944)]
NSDictionary* RCTGetReactNativeVersion(void)
{
static NSDictionary* __rnVersion;

Просмотреть файл

@ -13,10 +13,6 @@ import com.facebook.react.common.MapBuilder;
import java.util.Map;
// [TODO(macOS GH#944)
// Note: Be careful not to override these version numbers
// when we merge upstream stable branches into main
// TODO(macOS GH#944)]
public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", 0,

Просмотреть файл

@ -14,10 +14,6 @@
namespace facebook::react {
// [TODO(macOS GH#944)
// Note: Be careful not to override these version numbers
// when we merge upstream stable branches into main
// TODO(macOS GH#944)]
constexpr struct {
int32_t Major = 0;
int32_t Minor = 0;

Просмотреть файл

@ -15,10 +15,6 @@ NSString* const RCTVersionPatch = @"patch";
NSString* const RCTVersionPrerelease = @"prerelease";
// [TODO(macOS GH#944)
// Note: Be careful not to override these version numbers
// when we merge upstream stable branches into main
// TODO(macOS GH#944)]
NSDictionary* RCTGetReactNativeVersion(void)
{
static NSDictionary* __rnVersion;

Просмотреть файл

@ -14,10 +14,6 @@
namespace facebook::react {
// [TODO(macOS GH#944)
// Note: Be careful not to override these version numbers
// when we merge upstream stable branches into main
// TODO(macOS GH#944)]
constexpr struct {
int32_t Major = ${major};
int32_t Minor = ${minor};

Просмотреть файл

@ -13,10 +13,6 @@ import com.facebook.react.common.MapBuilder;
import java.util.Map;
// [TODO(macOS GH#944)
// Note: Be careful not to override these version numbers
// when we merge upstream stable branches into main
// TODO(macOS GH#944)]
public class ReactNativeVersion {
public static final Map<String, Object> VERSION = MapBuilder.<String, Object>of(
"major", ${major},

Просмотреть файл

@ -9,10 +9,6 @@
* @flow strict
*/
// [TODO(macOS GH#944)
// Note: Be careful not to override these version numbers
// when we merge upstream stable branches into main
// TODO(macOS GH#944)]
exports.version = {
major: ${major},
minor: ${minor},