react-native 0.75.0-rc.7 → 0.75.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -17,7 +17,7 @@ const version: $ReadOnly<{
17
17
  major: 0,
18
18
  minor: 75,
19
19
  patch: 0,
20
- prerelease: 'rc.7',
20
+ prerelease: null,
21
21
  };
22
22
 
23
23
  module.exports = {version};
@@ -24,7 +24,7 @@ NSDictionary* RCTGetReactNativeVersion(void)
24
24
  RCTVersionMajor: @(0),
25
25
  RCTVersionMinor: @(75),
26
26
  RCTVersionPatch: @(0),
27
- RCTVersionPrerelease: @"rc.7",
27
+ RCTVersionPrerelease: [NSNull null],
28
28
  };
29
29
  });
30
30
  return __rnVersion;
@@ -1,4 +1,4 @@
1
- VERSION_NAME=0.75.0-rc.7
1
+ VERSION_NAME=0.75.0
2
2
  react.internal.publishingGroup=com.facebook.react
3
3
 
4
4
  android.useAndroidX=true
@@ -18,5 +18,5 @@ public class ReactNativeVersion {
18
18
  "major", 0,
19
19
  "minor", 75,
20
20
  "patch", 0,
21
- "prerelease", "rc.7");
21
+ "prerelease", null);
22
22
  }
@@ -18,7 +18,7 @@ constexpr struct {
18
18
  int32_t Major = 0;
19
19
  int32_t Minor = 75;
20
20
  int32_t Patch = 0;
21
- std::string_view Prerelease = "rc.7";
21
+ std::string_view Prerelease = "";
22
22
  } ReactNativeVersion;
23
23
 
24
24
  } // namespace facebook::react
package/cli.js CHANGED
@@ -42,10 +42,10 @@ const DEFAULT_REGISTRY_HOST =
42
42
  const HEAD = '1000.0.0';
43
43
 
44
44
  // We're going to deprecate the `init` command proxying requests to @react-native-community/cli transparently
45
- // on September 30th, 2024 or 0.76 (whichever arrives first). This is part of work to decouple of community CLI from React Native core.
45
+ // on December 31th, 2024 or 0.76 (whichever arrives first). This is part of work to decouple of community CLI from React Native core.
46
46
  //
47
47
  // See https://github.com/react-native-community/discussions-and-proposals/blob/main/proposals/0759-react-native-frameworks.md
48
- const CLI_DEPRECATION_DATE = new Date('2024-09-30');
48
+ const CLI_DEPRECATION_DATE = new Date('2024-12-31');
49
49
 
50
50
  async function getLatestVersion(registryHost = DEFAULT_REGISTRY_HOST) {
51
51
  return new Promise((res, rej) => {
@@ -119,7 +119,7 @@ function warnWithDeprecated() {
119
119
  }
120
120
 
121
121
  console.warn(`
122
- ${chalk.yellow('🚨')}️ The \`init\` command is deprecated.
122
+ 🚨️ The \`init\` command is deprecated.
123
123
 
124
124
  - Switch to ${chalk.dim('npx @react-native-community/cli init')} for the identical behavior.
125
125
  - Refer to the documentation for information about alternative tools: ${chalk.dim('https://reactnative.dev/docs/getting-started')}`);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native",
3
- "version": "0.75.0-rc.7",
3
+ "version": "0.75.0",
4
4
  "description": "A framework for building native apps using React",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -112,13 +112,13 @@
112
112
  "@react-native-community/cli": "14.0.0",
113
113
  "@react-native-community/cli-platform-android": "14.0.0",
114
114
  "@react-native-community/cli-platform-ios": "14.0.0",
115
- "@react-native/assets-registry": "0.75.0-rc.7",
116
- "@react-native/codegen": "0.75.0-rc.7",
117
- "@react-native/community-cli-plugin": "0.75.0-rc.7",
118
- "@react-native/gradle-plugin": "0.75.0-rc.7",
119
- "@react-native/js-polyfills": "0.75.0-rc.7",
120
- "@react-native/normalize-colors": "0.75.0-rc.7",
121
- "@react-native/virtualized-lists": "0.75.0-rc.7",
115
+ "@react-native/assets-registry": "0.75.0",
116
+ "@react-native/codegen": "0.75.0",
117
+ "@react-native/community-cli-plugin": "0.75.0",
118
+ "@react-native/gradle-plugin": "0.75.0",
119
+ "@react-native/js-polyfills": "0.75.0",
120
+ "@react-native/normalize-colors": "0.75.0",
121
+ "@react-native/virtualized-lists": "0.75.0",
122
122
  "abort-controller": "^3.0.0",
123
123
  "anser": "^1.4.9",
124
124
  "ansi-regex": "^5.0.0",
Binary file
Binary file
Binary file