@office-iss/react-native-win32 0.74.11 → 0.74.13

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/.flowconfig CHANGED
@@ -59,6 +59,10 @@
59
59
  .*/node_modules/@rnw-scripts/prepare-release/node_modules/.*
60
60
  .*/packages/@rnw-scripts/prepare-release/node_modules/.*
61
61
 
62
+ ; Ignore unbroken's own node_modules (same hermes-estree .flow syntax issue)
63
+ .*/node_modules/@rnw-scripts/unbroken/node_modules/.*
64
+ .*/packages/@rnw-scripts/unbroken/node_modules/.*
65
+
62
66
  ; Ignore templates for 'react-native init'
63
67
  <PROJECT_ROOT>/template/.*
64
68
 
package/CHANGELOG.json CHANGED
@@ -1,6 +1,36 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
3
  "entries": [
4
+ {
5
+ "date": "Wed, 08 Apr 2026 03:55:02 GMT",
6
+ "version": "0.74.13",
7
+ "tag": "@office-iss/react-native-win32_v0.74.13",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "vmorozov@microsoft.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "539960281a2b399bb27508e3ed5104df773c36eb",
14
+ "comment": "Fix linter issues"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Wed, 18 Mar 2026 04:41:39 GMT",
21
+ "version": "0.74.12",
22
+ "tag": "@office-iss/react-native-win32_v0.74.12",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "author": "vmorozov@microsoft.com",
27
+ "package": "@office-iss/react-native-win32",
28
+ "commit": "afc0419a12f33c6c13baca56d7685b97f177af6d",
29
+ "comment": "RELEASE: Releasing 10 package(s) (0.74-stable)"
30
+ }
31
+ ]
32
+ }
33
+ },
4
34
  {
5
35
  "date": "Wed, 18 Mar 2026 03:08:40 GMT",
6
36
  "version": "0.74.11",
package/CHANGELOG.md CHANGED
@@ -1,9 +1,25 @@
1
1
  # Change Log - @office-iss/react-native-win32
2
2
 
3
- This log was last generated on Wed, 18 Mar 2026 03:08:40 GMT and should not be manually modified.
3
+ <!-- This log was last generated on Wed, 08 Apr 2026 03:55:02 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
+ ## 0.74.13
8
+
9
+ Wed, 08 Apr 2026 03:55:02 GMT
10
+
11
+ ### Patches
12
+
13
+ - Fix linter issues (vmorozov@microsoft.com)
14
+
15
+ ## 0.74.12
16
+
17
+ Wed, 18 Mar 2026 04:41:39 GMT
18
+
19
+ ### Patches
20
+
21
+ - RELEASE: Releasing 10 package(s) (0.74-stable) (vmorozov@microsoft.com)
22
+
7
23
  ## 0.74.11
8
24
 
9
25
  Wed, 18 Mar 2026 03:08:40 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.74.11",
3
+ "version": "0.74.13",
4
4
  "description": "Implementation of react native on top of Office's Win32 platform.",
5
5
  "repository": {
6
6
  "type": "git",