@office-iss/react-native-win32 0.80.0 → 0.80.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.
package/CHANGELOG.json CHANGED
@@ -2,7 +2,49 @@
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": "Fri, 19 Dec 2025 14:58:04 GMT",
6
+ "version": "0.80.2",
7
+ "tag": "@office-iss/react-native-win32_v0.80.2",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "66076509+vineethkuttan@users.noreply.github.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "fb0c0cd0305a26b0e7be159084a39f19e3edd7b9",
14
+ "comment": "Promote 0.80 to legacy"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@office-iss/react-native-win32",
19
+ "comment": "Bump react-native-platform-override to v0.80.6",
20
+ "commit": "not available"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Thu, 11 Dec 2025 15:30:44 GMT",
27
+ "version": "0.80.1",
28
+ "tag": "@office-iss/react-native-win32_v0.80.1",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "vmorozov@microsoft.com",
33
+ "package": "@office-iss/react-native-win32",
34
+ "commit": "2f4935ac69841dfca983dd947ce93d4a11e04c8d",
35
+ "comment": "Fix NPM dist tags and make some NPM private (#15416)"
36
+ },
37
+ {
38
+ "author": "beachball",
39
+ "package": "@office-iss/react-native-win32",
40
+ "comment": "Bump react-native-platform-override to v0.80.5",
41
+ "commit": "not available"
42
+ }
43
+ ]
44
+ }
45
+ },
46
+ {
47
+ "date": "Tue, 28 Oct 2025 23:58:53 GMT",
6
48
  "version": "0.80.0",
7
49
  "tag": "@office-iss/react-native-win32_v0.80.0",
8
50
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,17 +1,35 @@
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 Fri, 19 Dec 2025 14:58:04 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.80.0
7
+ ## 0.80.2
8
8
 
9
- Tue, 28 Oct 2025 23:57:56 GMT
9
+ Fri, 19 Dec 2025 14:58:04 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - Promote 0.80 to latest (54227869+anupriya13@users.noreply.github.com)
13
+ - Promote 0.80 to legacy (66076509+vineethkuttan@users.noreply.github.com)
14
+ - Bump react-native-platform-override to v0.80.6
14
15
 
16
+ ## 0.80.1
17
+
18
+ Thu, 11 Dec 2025 15:30:44 GMT
19
+
20
+ ### Patches
21
+
22
+ - Fix NPM dist tags and make some NPM private (#15416) (vmorozov@microsoft.com)
23
+ - Bump react-native-platform-override to v0.80.5
24
+
25
+ ## 0.80.0
26
+
27
+ Tue, 28 Oct 2025 23:58:53 GMT
28
+
29
+ ### Patches
30
+
31
+ - Promote 0.80 to latest (54227869+anupriya13@users.noreply.github.com)
32
+
15
33
  ## 0.80.0-preview.1
16
34
 
17
35
  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.2",
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.6",
93
93
  "typescript": "5.0.4"
94
94
  },
95
95
  "peerDependencies": {
@@ -98,7 +98,7 @@
98
98
  "react-native": "^0.80.0"
99
99
  },
100
100
  "beachball": {
101
- "defaultNpmTag": "latest",
101
+ "defaultNpmTag": "v0.80-stable",
102
102
  "disallowedChangeTypes": [
103
103
  "major",
104
104
  "minor",