react-native-tvos 0.83.1-1 → 0.83.2-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.
@@ -28,8 +28,8 @@
28
28
  export default class ReactNativeVersion {
29
29
  static major: number = 0;
30
30
  static minor: number = 83;
31
- static patch: number = 1;
32
- static prerelease: string | null = '1';
31
+ static patch: number = 2;
32
+ static prerelease: string | null = '0';
33
33
 
34
34
  static getVersionString(): string {
35
35
  return `${this.major}.${this.minor}.${this.patch}${this.prerelease != null ? `-${this.prerelease}` : ''}`;
@@ -23,8 +23,8 @@ NSDictionary* RCTGetReactNativeVersion(void)
23
23
  __rnVersion = @{
24
24
  RCTVersionMajor: @(0),
25
25
  RCTVersionMinor: @(83),
26
- RCTVersionPatch: @(1),
27
- RCTVersionPrerelease: @"1",
26
+ RCTVersionPatch: @(2),
27
+ RCTVersionPrerelease: @"0",
28
28
  };
29
29
  });
30
30
  return __rnVersion;
@@ -1,4 +1,4 @@
1
- VERSION_NAME=0.83.1-1
1
+ VERSION_NAME=0.83.2-0
2
2
  react.internal.publishingGroup=io.github.react-native-tvos
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,
18
- "prerelease" to "1"
17
+ "patch" to 2,
18
+ "prerelease" to "0"
19
19
  )
20
20
  }
@@ -14,15 +14,15 @@
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;
25
- std::string_view Prerelease = "1";
24
+ int32_t Patch = 2;
25
+ std::string_view Prerelease = "0";
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-tvos",
3
- "version": "0.83.1-1",
3
+ "version": "0.83.2-0",
4
4
  "description": "A framework for building native apps using React",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -165,12 +165,12 @@
165
165
  },
166
166
  "dependencies": {
167
167
  "@jest/create-cache-key-function": "^29.7.0",
168
- "@react-native/assets-registry": "0.83.1",
169
- "@react-native/codegen": "0.83.1",
170
- "@react-native/community-cli-plugin": "0.83.1",
171
- "@react-native/gradle-plugin": "0.83.1",
172
- "@react-native/js-polyfills": "0.83.1",
173
- "@react-native/normalize-colors": "0.83.1",
168
+ "@react-native/assets-registry": "0.83.2",
169
+ "@react-native/codegen": "0.83.2",
170
+ "@react-native/community-cli-plugin": "0.83.2",
171
+ "@react-native/gradle-plugin": "0.83.2",
172
+ "@react-native/js-polyfills": "0.83.2",
173
+ "@react-native/normalize-colors": "0.83.2",
174
174
  "abort-controller": "^3.0.0",
175
175
  "anser": "^1.4.9",
176
176
  "ansi-regex": "^5.0.0",
@@ -180,7 +180,7 @@
180
180
  "commander": "^12.0.0",
181
181
  "flow-enums-runtime": "^0.0.6",
182
182
  "glob": "^7.1.1",
183
- "hermes-compiler": "0.14.0",
183
+ "hermes-compiler": "0.14.1",
184
184
  "invariant": "^2.2.4",
185
185
  "jest-environment-node": "^29.7.0",
186
186
  "memoize-one": "^5.0.0",
@@ -198,7 +198,7 @@
198
198
  "whatwg-fetch": "^3.0.0",
199
199
  "ws": "^7.5.10",
200
200
  "yargs": "^17.6.2",
201
- "@react-native-tvos/virtualized-lists": "0.83.1-1"
201
+ "@react-native-tvos/virtualized-lists": "0.83.2-0"
202
202
  },
203
203
  "codegenConfig": {
204
204
  "libraries": [
@@ -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