@office-iss/react-native-win32 0.81.6 → 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,21 @@
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
+ },
4
19
  {
5
20
  "date": "Thu, 12 Mar 2026 08:48:51 GMT",
6
21
  "version": "0.81.6",
package/CHANGELOG.md CHANGED
@@ -1,9 +1,17 @@
1
1
  # Change Log - @office-iss/react-native-win32
2
2
 
3
- <!-- This log was last generated on Thu, 12 Mar 2026 08:48:51 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
+
7
15
  ## 0.81.6
8
16
 
9
17
  Thu, 12 Mar 2026 08:48:51 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.81.6",
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",
@@ -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) {