react-native 0.79.0-rc.4 → 0.79.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,5 +17,5 @@ export const version: $ReadOnly<{
17
17
  major: 0,
18
18
  minor: 79,
19
19
  patch: 0,
20
- prerelease: 'rc.4',
20
+ prerelease: null,
21
21
  };
@@ -24,7 +24,7 @@ NSDictionary* RCTGetReactNativeVersion(void)
24
24
  RCTVersionMajor: @(0),
25
25
  RCTVersionMinor: @(79),
26
26
  RCTVersionPatch: @(0),
27
- RCTVersionPrerelease: @"rc.4",
27
+ RCTVersionPrerelease: [NSNull null],
28
28
  };
29
29
  });
30
30
  return __rnVersion;
@@ -1,4 +1,4 @@
1
- VERSION_NAME=0.79.0-rc.4
1
+ VERSION_NAME=0.79.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", 79,
20
20
  "patch", 0,
21
- "prerelease", "rc.4");
21
+ "prerelease", null);
22
22
  }
@@ -22,7 +22,7 @@ constexpr struct {
22
22
  int32_t Major = 0;
23
23
  int32_t Minor = 79;
24
24
  int32_t Patch = 0;
25
- std::string_view Prerelease = "rc.4";
25
+ std::string_view Prerelease = "";
26
26
  } ReactNativeVersion;
27
27
 
28
28
  } // namespace facebook::react
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native",
3
- "version": "0.79.0-rc.4",
3
+ "version": "0.79.0",
4
4
  "description": "A framework for building native apps using React",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -108,13 +108,13 @@
108
108
  },
109
109
  "dependencies": {
110
110
  "@jest/create-cache-key-function": "^29.7.0",
111
- "@react-native/assets-registry": "0.79.0-rc.4",
112
- "@react-native/codegen": "0.79.0-rc.4",
113
- "@react-native/community-cli-plugin": "0.79.0-rc.4",
114
- "@react-native/gradle-plugin": "0.79.0-rc.4",
115
- "@react-native/js-polyfills": "0.79.0-rc.4",
116
- "@react-native/normalize-colors": "0.79.0-rc.4",
117
- "@react-native/virtualized-lists": "0.79.0-rc.4",
111
+ "@react-native/assets-registry": "0.79.0",
112
+ "@react-native/codegen": "0.79.0",
113
+ "@react-native/community-cli-plugin": "0.79.0",
114
+ "@react-native/gradle-plugin": "0.79.0",
115
+ "@react-native/js-polyfills": "0.79.0",
116
+ "@react-native/normalize-colors": "0.79.0",
117
+ "@react-native/virtualized-lists": "0.79.0",
118
118
  "abort-controller": "^3.0.0",
119
119
  "anser": "^1.4.9",
120
120
  "ansi-regex": "^5.0.0",
Binary file
Binary file
Binary file