@office-iss/react-native-win32 0.80.0-preview.1 → 0.80.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
@@ -2,7 +2,22 @@
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": "Tue, 28 Oct 2025 23:57:56 GMT",
6
+ "version": "0.80.0",
7
+ "tag": "@office-iss/react-native-win32_v0.80.0",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "54227869+anupriya13@users.noreply.github.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "45c78c8f8ca7dcf3d894156d53f437b3e496d7cc",
14
+ "comment": "Promote 0.80 to latest"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 31 Jul 2025 09:21:07 GMT",
6
21
  "version": "0.80.0-preview.1",
7
22
  "tag": "@office-iss/react-native-win32_v0.80.0-preview.1",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,17 +1,25 @@
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 Tue, 28 Oct 2025 23:57:56 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.80.0-preview.1
7
+ ## 0.80.0
8
8
 
9
- Thu, 31 Jul 2025 09:20:09 GMT
9
+ Tue, 28 Oct 2025 23:57:56 GMT
10
10
 
11
- ### Changes
11
+ ### Patches
12
12
 
13
- - Promote 0.80 to preview (54227869+anupriya13@users.noreply.github.com)
13
+ - Promote 0.80 to latest (54227869+anupriya13@users.noreply.github.com)
14
14
 
15
+ ## 0.80.0-preview.1
16
+
17
+ Thu, 31 Jul 2025 09:21:07 GMT
18
+
19
+ ### Changes
20
+
21
+ - Promote 0.80 to preview (54227869+anupriya13@users.noreply.github.com)
22
+
15
23
  ## 0.0.0-canary.294
16
24
 
17
25
  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.0",
4
4
  "description": "Implementation of react native on top of Office's Win32 platform.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -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"