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

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,42 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
3
  "entries": [
4
+ {
5
+ "date": "Mon, 16 Mar 2026 19:38:05 GMT",
6
+ "version": "0.81.7",
7
+ "tag": "@office-iss/react-native-win32_v0.81.7",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "30809111+acoates-ms@users.noreply.github.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "ec233c34b76b99dc425cd9d377265f493bff4bff",
14
+ "comment": "Fix invariant throwing on usage on animated"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Thu, 12 Mar 2026 08:48:51 GMT",
21
+ "version": "0.81.6",
22
+ "tag": "@office-iss/react-native-win32_v0.81.6",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "74712637+iamAbhi-916@users.noreply.github.com",
27
+ "package": "@office-iss/react-native-win32",
28
+ "commit": "f881c2c85f504f54bcbeecd4214e4297fc4e3fb3",
29
+ "comment": "Promote 0.81 to legacy"
30
+ },
31
+ {
32
+ "author": "beachball",
33
+ "package": "@office-iss/react-native-win32",
34
+ "comment": "Bump react-native-platform-override to v0.81.2",
35
+ "commit": "not available"
36
+ }
37
+ ]
38
+ }
39
+ },
4
40
  {
5
41
  "date": "Wed, 11 Mar 2026 17:07:06 GMT",
6
42
  "version": "0.81.5",
package/CHANGELOG.md CHANGED
@@ -1,9 +1,26 @@
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 Mon, 16 Mar 2026 19:38:05 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.81.7
8
+
9
+ Mon, 16 Mar 2026 19:38:05 GMT
10
+
11
+ ### Patches
12
+
13
+ - Fix invariant throwing on usage on animated (30809111+acoates-ms@users.noreply.github.com)
14
+
15
+ ## 0.81.6
16
+
17
+ Thu, 12 Mar 2026 08:48:51 GMT
18
+
19
+ ### Patches
20
+
21
+ - Promote 0.81 to legacy (74712637+iamAbhi-916@users.noreply.github.com)
22
+ - Bump react-native-platform-override to v0.81.2
23
+
7
24
  ## 0.81.5
8
25
 
9
26
  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.7",
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",
@@ -218,10 +218,13 @@ const API = {
218
218
  singleOpQueue.length = 0;
219
219
  }
220
220
  : (): void => {
221
+ /* [Windows #11041
222
+ // TODO: (T136971132)
221
223
  invariant(
222
224
  NativeAnimatedModule,
223
225
  'Native animated module is not available',
224
226
  );
227
+ Windows] */
225
228
  flushQueueImmediate = null;
226
229
 
227
230
  if (queue.length === 0) {