@office-iss/react-native-win32 0.80.0 → 0.80.1

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": "Tue, 28 Oct 2025 23:57:56 GMT",
5
+ "date": "Thu, 11 Dec 2025 15:30:08 GMT",
6
+ "version": "0.80.1",
7
+ "tag": "@office-iss/react-native-win32_v0.80.1",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "vmorozov@microsoft.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "2f4935ac69841dfca983dd947ce93d4a11e04c8d",
14
+ "comment": "Fix NPM dist tags and make some NPM private (#15416)"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@office-iss/react-native-win32",
19
+ "comment": "Bump react-native-platform-override to v0.80.5",
20
+ "commit": "not available"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Tue, 28 Oct 2025 23:58:53 GMT",
6
27
  "version": "0.80.0",
7
28
  "tag": "@office-iss/react-native-win32_v0.80.0",
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 Tue, 28 Oct 2025 23:57:56 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Thu, 11 Dec 2025 15:30:08 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.80.0
7
+ ## 0.80.1
8
8
 
9
- Tue, 28 Oct 2025 23:57:56 GMT
9
+ Thu, 11 Dec 2025 15:30:08 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - Promote 0.80 to latest (54227869+anupriya13@users.noreply.github.com)
13
+ - Fix NPM dist tags and make some NPM private (#15416) (vmorozov@microsoft.com)
14
+ - Bump react-native-platform-override to v0.80.5
14
15
 
16
+ ## 0.80.0
17
+
18
+ Tue, 28 Oct 2025 23:58:53 GMT
19
+
20
+ ### Patches
21
+
22
+ - Promote 0.80 to latest (54227869+anupriya13@users.noreply.github.com)
23
+
15
24
  ## 0.80.0-preview.1
16
25
 
17
26
  Thu, 31 Jul 2025 09:21:07 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.80.0",
3
+ "version": "0.80.1",
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.80.0",
92
- "react-native-platform-override": "^1.9.56",
92
+ "react-native-platform-override": "0.80.5",
93
93
  "typescript": "5.0.4"
94
94
  },
95
95
  "peerDependencies": {