@office-iss/react-native-win32 0.81.0-preview.6 → 0.81.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,28 @@
2
2
  "name": "@office-iss/react-native-win32",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 15 Dec 2025 16:32:37 GMT",
5
+ "date": "Sat, 20 Dec 2025 12:01:47 GMT",
6
+ "version": "0.81.0",
7
+ "tag": "@office-iss/react-native-win32_v0.81.0",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "66076509+vineethkuttan@users.noreply.github.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "81863d6ae455c6d92f9ec8db6c9c4fe350a1c5b5",
14
+ "comment": "Promote 0.81 to latest"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@office-iss/react-native-win32",
19
+ "comment": "Bump react-native-platform-override to v0.81.0",
20
+ "commit": "not available"
21
+ }
22
+ ]
23
+ }
24
+ },
25
+ {
26
+ "date": "Mon, 15 Dec 2025 16:33:06 GMT",
6
27
  "version": "0.81.0-preview.6",
7
28
  "tag": "@office-iss/react-native-win32_v0.81.0-preview.6",
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 Mon, 15 Dec 2025 16:32:37 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Sat, 20 Dec 2025 12:01:47 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.81.0-preview.6
7
+ ## 0.81.0
8
8
 
9
- Mon, 15 Dec 2025 16:32:37 GMT
9
+ Sat, 20 Dec 2025 12:01:47 GMT
10
10
 
11
- ### Changes
11
+ ### Patches
12
12
 
13
- - Integrate 81.5 (66076509+vineethkuttan@users.noreply.github.com)
13
+ - Promote 0.81 to latest (66076509+vineethkuttan@users.noreply.github.com)
14
+ - Bump react-native-platform-override to v0.81.0
14
15
 
16
+ ## 0.81.0-preview.6
17
+
18
+ Mon, 15 Dec 2025 16:33:06 GMT
19
+
20
+ ### Changes
21
+
22
+ - Integrate 81.5 (66076509+vineethkuttan@users.noreply.github.com)
23
+
15
24
  ## 0.81.0-preview.5
16
25
 
17
26
  Wed, 10 Dec 2025 18:44: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.6",
3
+ "version": "0.81.0",
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.5",
92
- "react-native-platform-override": "0.81.0-preview.10",
92
+ "react-native-platform-override": "0.81.0",
93
93
  "typescript": "5.0.4"
94
94
  },
95
95
  "peerDependencies": {
@@ -98,11 +98,11 @@
98
98
  "react-native": "0.81.5"
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"