@office-iss/react-native-win32 0.81.0-preview.3 → 0.81.0-preview.5

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
@@ -2,7 +2,28 @@
2
2
  "name": "@office-iss/react-native-win32",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 06 Dec 2025 16:30:31 GMT",
5
+ "date": "Wed, 10 Dec 2025 18:43:51 GMT",
6
+ "version": "0.81.0-preview.5",
7
+ "tag": "@office-iss/react-native-win32_v0.81.0-preview.5",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "vmorozov@microsoft.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "f8c11e35831ed3a036757abf53f7d3959c186634",
14
+ "comment": "Fix NPM dist tags and make some NPM private"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@office-iss/react-native-win32",
19
+ "comment": "Bump react-native-platform-override to v0.81.0-preview.10",
20
+ "commit": "not available"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Sat, 06 Dec 2025 16:30:52 GMT",
6
27
  "version": "0.81.0-preview.3",
7
28
  "tag": "@office-iss/react-native-win32_v0.81.0-preview.3",
8
29
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,17 +1,26 @@
1
1
  # Change Log - @office-iss/react-native-win32
2
2
 
3
- <!-- This log was last generated on Sat, 06 Dec 2025 16:30:31 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Wed, 10 Dec 2025 18:43:51 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.81.0-preview.3
7
+ ## 0.81.0-preview.5
8
8
 
9
- Sat, 06 Dec 2025 16:30:31 GMT
9
+ Wed, 10 Dec 2025 18:43:51 GMT
10
10
 
11
11
  ### Changes
12
12
 
13
- - removed nightly to use 81 directly (66076509+vineethkuttan@users.noreply.github.com)
13
+ - Fix NPM dist tags and make some NPM private (vmorozov@microsoft.com)
14
+ - Bump react-native-platform-override to v0.81.0-preview.10
14
15
 
16
+ ## 0.81.0-preview.3
17
+
18
+ Sat, 06 Dec 2025 16:30:52 GMT
19
+
20
+ ### Changes
21
+
22
+ - removed nightly to use 81 directly (66076509+vineethkuttan@users.noreply.github.com)
23
+
15
24
  ## 0.81.0-preview.1
16
25
 
17
26
  Mon, 17 Nov 2025 16:41:29 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.81.0-preview.3",
3
+ "version": "0.81.0-preview.5",
4
4
  "description": "Implementation of react native on top of Office's Win32 platform.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -89,7 +89,7 @@
89
89
  "prettier": "2.8.8",
90
90
  "react": "19.1.0",
91
91
  "react-native": "0.81.0-rc.0",
92
- "react-native-platform-override": "^1.9.59",
92
+ "react-native-platform-override": "0.81.0-preview.10",
93
93
  "typescript": "5.0.4"
94
94
  },
95
95
  "peerDependencies": {