react-native 0.83.1 → 0.83.2

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.
@@ -28,7 +28,7 @@
28
28
  export default class ReactNativeVersion {
29
29
  static major: number = 0;
30
30
  static minor: number = 83;
31
- static patch: number = 1;
31
+ static patch: number = 2;
32
32
  static prerelease: string | null = null;
33
33
 
34
34
  static getVersionString(): string {
@@ -23,7 +23,7 @@ NSDictionary* RCTGetReactNativeVersion(void)
23
23
  __rnVersion = @{
24
24
  RCTVersionMajor: @(0),
25
25
  RCTVersionMinor: @(83),
26
- RCTVersionPatch: @(1),
26
+ RCTVersionPatch: @(2),
27
27
  RCTVersionPrerelease: [NSNull null],
28
28
  };
29
29
  });
@@ -1,4 +1,4 @@
1
- VERSION_NAME=0.83.1
1
+ VERSION_NAME=0.83.2
2
2
  react.internal.publishingGroup=com.facebook.react
3
3
  react.internal.hermesPublishingGroup=com.facebook.hermes
4
4
 
@@ -14,7 +14,7 @@ public object ReactNativeVersion {
14
14
  public val VERSION: Map<String, Any?> = mapOf(
15
15
  "major" to 0,
16
16
  "minor" to 83,
17
- "patch" to 1,
17
+ "patch" to 2,
18
18
  "prerelease" to null
19
19
  )
20
20
  }
@@ -14,14 +14,14 @@
14
14
 
15
15
  #define REACT_NATIVE_VERSION_MAJOR 0
16
16
  #define REACT_NATIVE_VERSION_MINOR 83
17
- #define REACT_NATIVE_VERSION_PATCH 1
17
+ #define REACT_NATIVE_VERSION_PATCH 2
18
18
 
19
19
  namespace facebook::react {
20
20
 
21
21
  constexpr struct {
22
22
  int32_t Major = 0;
23
23
  int32_t Minor = 83;
24
- int32_t Patch = 1;
24
+ int32_t Patch = 2;
25
25
  std::string_view Prerelease = "";
26
26
  } ReactNativeVersion;
27
27
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native",
3
- "version": "0.83.1",
3
+ "version": "0.83.2",
4
4
  "description": "A framework for building native apps using React",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -160,13 +160,13 @@
160
160
  },
161
161
  "dependencies": {
162
162
  "@jest/create-cache-key-function": "^29.7.0",
163
- "@react-native/assets-registry": "0.83.1",
164
- "@react-native/codegen": "0.83.1",
165
- "@react-native/community-cli-plugin": "0.83.1",
166
- "@react-native/gradle-plugin": "0.83.1",
167
- "@react-native/js-polyfills": "0.83.1",
168
- "@react-native/normalize-colors": "0.83.1",
169
- "@react-native/virtualized-lists": "0.83.1",
163
+ "@react-native/assets-registry": "0.83.2",
164
+ "@react-native/codegen": "0.83.2",
165
+ "@react-native/community-cli-plugin": "0.83.2",
166
+ "@react-native/gradle-plugin": "0.83.2",
167
+ "@react-native/js-polyfills": "0.83.2",
168
+ "@react-native/normalize-colors": "0.83.2",
169
+ "@react-native/virtualized-lists": "0.83.2",
170
170
  "abort-controller": "^3.0.0",
171
171
  "anser": "^1.4.9",
172
172
  "ansi-regex": "^5.0.0",
@@ -176,7 +176,7 @@
176
176
  "commander": "^12.0.0",
177
177
  "flow-enums-runtime": "^0.0.6",
178
178
  "glob": "^7.1.1",
179
- "hermes-compiler": "0.14.0",
179
+ "hermes-compiler": "0.14.1",
180
180
  "invariant": "^2.2.4",
181
181
  "jest-environment-node": "^29.7.0",
182
182
  "memoize-one": "^5.0.0",
@@ -1 +1 @@
1
- hermes-v0.14.0
1
+ hermes-v0.14.1
@@ -1,2 +1,2 @@
1
- HERMES_VERSION_NAME=0.14.0
1
+ HERMES_VERSION_NAME=0.14.1
2
2
  HERMES_V1_VERSION_NAME=250829098.0.4