@office-iss/react-native-win32 0.81.5 → 0.81.6

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
@@ -1,6 +1,27 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
3
  "entries": [
4
+ {
5
+ "date": "Thu, 12 Mar 2026 08:48:51 GMT",
6
+ "version": "0.81.6",
7
+ "tag": "@office-iss/react-native-win32_v0.81.6",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "74712637+iamAbhi-916@users.noreply.github.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "f881c2c85f504f54bcbeecd4214e4297fc4e3fb3",
14
+ "comment": "Promote 0.81 to legacy"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@office-iss/react-native-win32",
19
+ "comment": "Bump react-native-platform-override to v0.81.2",
20
+ "commit": "not available"
21
+ }
22
+ ]
23
+ }
24
+ },
4
25
  {
5
26
  "date": "Wed, 11 Mar 2026 17:07:06 GMT",
6
27
  "version": "0.81.5",
package/CHANGELOG.md CHANGED
@@ -1,9 +1,18 @@
1
1
  # Change Log - @office-iss/react-native-win32
2
2
 
3
- <!-- This log was last generated on Wed, 11 Mar 2026 17:07:06 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Thu, 12 Mar 2026 08:48:51 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.81.6
8
+
9
+ Thu, 12 Mar 2026 08:48:51 GMT
10
+
11
+ ### Patches
12
+
13
+ - Promote 0.81 to legacy (74712637+iamAbhi-916@users.noreply.github.com)
14
+ - Bump react-native-platform-override to v0.81.2
15
+
7
16
  ## 0.81.5
8
17
 
9
18
  Wed, 11 Mar 2026 17:07:06 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.81.5",
3
+ "version": "0.81.6",
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.4",
91
91
  "react-native": "0.81.6",
92
- "react-native-platform-override": "0.81.1",
92
+ "react-native-platform-override": "0.81.2",
93
93
  "typescript": "5.0.4"
94
94
  },
95
95
  "peerDependencies": {
@@ -98,7 +98,7 @@
98
98
  "react-native": "^0.81.0"
99
99
  },
100
100
  "beachball": {
101
- "defaultNpmTag": "latest",
101
+ "defaultNpmTag": "v0.81-stable",
102
102
  "disallowedChangeTypes": [
103
103
  "major",
104
104
  "minor",