@office-iss/react-native-win32 0.80.0-preview.1 → 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,43 @@
2
2
  "name": "@office-iss/react-native-win32",
3
3
  "entries": [
4
4
  {
5
- "date": "Thu, 31 Jul 2025 09:20:09 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",
27
+ "version": "0.80.0",
28
+ "tag": "@office-iss/react-native-win32_v0.80.0",
29
+ "comments": {
30
+ "patch": [
31
+ {
32
+ "author": "54227869+anupriya13@users.noreply.github.com",
33
+ "package": "@office-iss/react-native-win32",
34
+ "commit": "45c78c8f8ca7dcf3d894156d53f437b3e496d7cc",
35
+ "comment": "Promote 0.80 to latest"
36
+ }
37
+ ]
38
+ }
39
+ },
40
+ {
41
+ "date": "Thu, 31 Jul 2025 09:21:07 GMT",
6
42
  "version": "0.80.0-preview.1",
7
43
  "tag": "@office-iss/react-native-win32_v0.80.0-preview.1",
8
44
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,17 +1,34 @@
1
1
  # Change Log - @office-iss/react-native-win32
2
2
 
3
- <!-- This log was last generated on Thu, 31 Jul 2025 09:20:09 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-preview.1
7
+ ## 0.80.1
8
8
 
9
- Thu, 31 Jul 2025 09:20:09 GMT
9
+ Thu, 11 Dec 2025 15:30:08 GMT
10
10
 
11
- ### Changes
11
+ ### Patches
12
12
 
13
- - Promote 0.80 to preview (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
+
24
+ ## 0.80.0-preview.1
25
+
26
+ Thu, 31 Jul 2025 09:21:07 GMT
27
+
28
+ ### Changes
29
+
30
+ - Promote 0.80 to preview (54227869+anupriya13@users.noreply.github.com)
31
+
15
32
  ## 0.0.0-canary.294
16
33
 
17
34
  Sat, 26 Jul 2025 05:26:13 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.80.0-preview.1",
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": {
@@ -98,11 +98,11 @@
98
98
  "react-native": "^0.80.0"
99
99
  },
100
100
  "beachball": {
101
- "defaultNpmTag": "preview",
101
+ "defaultNpmTag": "latest",
102
102
  "disallowedChangeTypes": [
103
103
  "major",
104
104
  "minor",
105
- "patch",
105
+ "prerelease",
106
106
  "premajor",
107
107
  "preminor",
108
108
  "prepatch"