@office-iss/react-native-win32 0.0.0-canary.295 → 0.0.0-canary.296

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,22 @@
2
2
  "name": "@office-iss/react-native-win32",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 23 Aug 2025 05:28:06 GMT",
5
+ "date": "Wed, 03 Sep 2025 05:22:43 GMT",
6
+ "version": "0.0.0-canary.296",
7
+ "tag": "@office-iss/react-native-win32_v0.0.0-canary.296",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "mmaring@microsoft.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "dca862a71a36a4c8147bb0d26376bdf59afba232",
14
+ "comment": "Add reply count prop to AccessibilityAnnotationInfo"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Sat, 23 Aug 2025 05:30:39 GMT",
6
21
  "version": "0.0.0-canary.295",
7
22
  "tag": "@office-iss/react-native-win32_v0.0.0-canary.295",
8
23
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,21 +1,29 @@
1
1
  # Change Log - @office-iss/react-native-win32
2
2
 
3
- <!-- This log was last generated on Sat, 23 Aug 2025 05:28:06 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Wed, 03 Sep 2025 05:22:43 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.0.0-canary.295
7
+ ## 0.0.0-canary.296
8
8
 
9
- Sat, 23 Aug 2025 05:28:06 GMT
9
+ Wed, 03 Sep 2025 05:22:43 GMT
10
10
 
11
11
  ### Changes
12
12
 
13
- - Upgrade to node22 (10109130+sharath2727@users.noreply.github.com)
14
- - Bump @rnw-scripts/eslint-config to v1.2.37
15
- - Bump @rnw-scripts/jest-out-of-tree-snapshot-resolver to v1.1.41
16
- - Bump @rnw-scripts/just-task to v2.3.55
17
- - Bump react-native-platform-override to v1.9.57
13
+ - Add reply count prop to AccessibilityAnnotationInfo (mmaring@microsoft.com)
18
14
 
15
+ ## 0.0.0-canary.295
16
+
17
+ Sat, 23 Aug 2025 05:30:39 GMT
18
+
19
+ ### Changes
20
+
21
+ - Upgrade to node22 (10109130+sharath2727@users.noreply.github.com)
22
+ - Bump @rnw-scripts/eslint-config to v1.2.37
23
+ - Bump @rnw-scripts/jest-out-of-tree-snapshot-resolver to v1.1.41
24
+ - Bump @rnw-scripts/just-task to v2.3.55
25
+ - Bump react-native-platform-override to v1.9.57
26
+
19
27
  ## 0.0.0-canary.294
20
28
 
21
29
  Sat, 26 Jul 2025 05:26:13 GMT
@@ -417,6 +417,7 @@ export type AccessibilityAnnotationInfo = Readonly<{
417
417
  author?: string;
418
418
  dateTime?: string;
419
419
  target?: string;
420
+ replyCount?: number;
420
421
  }>;
421
422
 
422
423
  // [Win32]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.0.0-canary.295",
3
+ "version": "0.0.0-canary.296",
4
4
  "description": "Implementation of react native on top of Office's Win32 platform.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -417,6 +417,7 @@ export type AccessibilityAnnotationInfo = Readonly<{
417
417
  author?: string;
418
418
  dateTime?: string;
419
419
  target?: string;
420
+ replyCount?: number;
420
421
  }>;
421
422
 
422
423
  // [Win32]