@office-iss/react-native-win32 0.84.0-preview.1 → 0.84.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.
package/CHANGELOG.json CHANGED
@@ -1,6 +1,42 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
3
  "entries": [
4
+ {
5
+ "date": "Tue, 16 Jun 2026 10:29:39 GMT",
6
+ "version": "0.84.0",
7
+ "tag": "@office-iss/react-native-win32_v0.84.0",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "66076509+vineethkuttan@users.noreply.github.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "691d92a59015db74e72c316204564f7a9d8d7680",
14
+ "comment": "Promote 0.84 to latest"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@office-iss/react-native-win32",
19
+ "comment": "Bump react-native-platform-override to v0.84.0",
20
+ "commit": "not available"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Tue, 07 Apr 2026 06:17:42 GMT",
27
+ "version": "0.84.0-preview.2",
28
+ "tag": "@office-iss/react-native-win32_v0.84.0-preview.2",
29
+ "comments": {
30
+ "prerelease": [
31
+ {
32
+ "author": "66076509+vineethkuttan@users.noreply.github.com",
33
+ "package": "@office-iss/react-native-win32",
34
+ "commit": "eec445b81f53fa5dbd9fa27b2f5f3aa26d452c50",
35
+ "comment": "Integrate 0.84.1"
36
+ }
37
+ ]
38
+ }
39
+ },
4
40
  {
5
41
  "date": "Mon, 06 Apr 2026 06:35:45 GMT",
6
42
  "version": "0.84.0-preview.1",
package/CHANGELOG.md CHANGED
@@ -1,9 +1,26 @@
1
1
  # Change Log - @office-iss/react-native-win32
2
2
 
3
- <!-- This log was last generated on Mon, 06 Apr 2026 06:35:45 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Tue, 16 Jun 2026 10:29:39 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.84.0
8
+
9
+ Tue, 16 Jun 2026 10:29:39 GMT
10
+
11
+ ### Patches
12
+
13
+ - Promote 0.84 to latest (66076509+vineethkuttan@users.noreply.github.com)
14
+ - Bump react-native-platform-override to v0.84.0
15
+
16
+ ## 0.84.0-preview.2
17
+
18
+ Tue, 07 Apr 2026 06:17:42 GMT
19
+
20
+ ### Changes
21
+
22
+ - Integrate 0.84.1 (66076509+vineethkuttan@users.noreply.github.com)
23
+
7
24
  ## 0.84.0-preview.1
8
25
 
9
26
  Mon, 06 Apr 2026 06:35:45 GMT
@@ -28,8 +28,8 @@
28
28
  export default class ReactNativeVersion {
29
29
  static major: number = 0;
30
30
  static minor: number = 84;
31
- static patch: number = 0;
32
- static prerelease: string | null = 'rc.5';
31
+ static patch: number = 1;
32
+ static prerelease: string | null = null;
33
33
 
34
34
  static getVersionString(): string {
35
35
  return `${this.major}.${this.minor}.${this.patch}${this.prerelease != null ? `-${this.prerelease}` : ''}`;
package/overrides.json CHANGED
@@ -7,7 +7,7 @@
7
7
  "**/__snapshots__/**",
8
8
  "src-win/rntypes/**"
9
9
  ],
10
- "baseVersion": "0.84.0-rc.5",
10
+ "baseVersion": "0.84.1",
11
11
  "overrides": [
12
12
  {
13
13
  "type": "derived",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.84.0-preview.1",
3
+ "version": "0.84.0",
4
4
  "description": "Implementation of react native on top of Office's Win32 platform.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -30,13 +30,13 @@
30
30
  "@react-native-community/cli-platform-android": "20.0.0",
31
31
  "@react-native-community/cli-platform-ios": "20.0.0",
32
32
  "@react-native/assets": "1.0.0",
33
- "@react-native/assets-registry": "0.84.0-rc.5",
34
- "@react-native/codegen": "0.84.0-rc.5",
35
- "@react-native/community-cli-plugin": "0.84.0-rc.5",
36
- "@react-native/gradle-plugin": "0.84.0-rc.5",
37
- "@react-native/js-polyfills": "0.84.0-rc.5",
38
- "@react-native/normalize-colors": "0.84.0-rc.5",
39
- "@react-native/virtualized-lists": "0.84.0-rc.5",
33
+ "@react-native/assets-registry": "0.84.1",
34
+ "@react-native/codegen": "0.84.1",
35
+ "@react-native/community-cli-plugin": "0.84.1",
36
+ "@react-native/gradle-plugin": "0.84.1",
37
+ "@react-native/js-polyfills": "0.84.1",
38
+ "@react-native/normalize-colors": "0.84.1",
39
+ "@react-native/virtualized-lists": "0.84.1",
40
40
  "abort-controller": "^3.0.0",
41
41
  "anser": "^1.4.9",
42
42
  "ansi-regex": "^5.0.0",
@@ -49,7 +49,7 @@
49
49
  "event-target-shim": "^5.0.1",
50
50
  "flow-enums-runtime": "^0.0.6",
51
51
  "glob": "^7.1.1",
52
- "hermes-compiler": "250829098.0.7",
52
+ "hermes-compiler": "250829098.0.9",
53
53
  "invariant": "^2.2.4",
54
54
  "jest-environment-node": "^29.7.0",
55
55
  "memoize-one": "^5.0.0",
@@ -74,7 +74,7 @@
74
74
  "devDependencies": {
75
75
  "@babel/core": "^7.25.2",
76
76
  "@babel/eslint-parser": "^7.25.1",
77
- "@react-native/metro-config": "0.84.0-rc.5",
77
+ "@react-native/metro-config": "0.84.1",
78
78
  "@rnw-scripts/babel-react-native-config": "0.0.0",
79
79
  "@rnw-scripts/eslint-config": "1.2.38",
80
80
  "@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.42",
@@ -91,21 +91,21 @@
91
91
  "just-scripts": "^1.3.3",
92
92
  "prettier": "^3.6.2",
93
93
  "react": "19.2.3",
94
- "react-native": "0.84.0-rc.5",
95
- "react-native-platform-override": "0.84.0-preview.1",
94
+ "react-native": "0.84.1",
95
+ "react-native-platform-override": "0.84.0",
96
96
  "typescript": "5.0.4"
97
97
  },
98
98
  "peerDependencies": {
99
99
  "@types/react": "^19.1.1",
100
100
  "react": "^19.2.3",
101
- "react-native": "0.84.0-rc.5"
101
+ "react-native": "0.84.1"
102
102
  },
103
103
  "beachball": {
104
- "defaultNpmTag": "preview",
104
+ "defaultNpmTag": "latest",
105
105
  "disallowedChangeTypes": [
106
106
  "major",
107
107
  "minor",
108
- "patch",
108
+ "prerelease",
109
109
  "premajor",
110
110
  "preminor",
111
111
  "prepatch"