@office-iss/react-native-win32 0.0.0-canary.268 → 0.0.0-canary.269

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/.eslintignore CHANGED
@@ -8,6 +8,7 @@
8
8
  /packages
9
9
  /ReactCopies
10
10
  /rntypes
11
+ /src
11
12
  /src-win/rntypes
12
13
  /types
13
- /flow-typed
14
+ /flow-typed
package/CHANGELOG.json CHANGED
@@ -2,7 +2,22 @@
2
2
  "name": "@office-iss/react-native-win32",
3
3
  "entries": [
4
4
  {
5
- "date": "Sat, 19 Oct 2024 05:27:56 GMT",
5
+ "date": "Wed, 23 Oct 2024 05:30:29 GMT",
6
+ "version": "0.0.0-canary.269",
7
+ "tag": "@office-iss/react-native-win32_v0.0.0-canary.269",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "jthysell@microsoft.com",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "4d45e818929692b0bd4e3f836c190a94c616587b",
14
+ "comment": "Fix ignore files and update cli timeout"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Sat, 19 Oct 2024 05:29:45 GMT",
6
21
  "version": "0.0.0-canary.268",
7
22
  "tag": "@office-iss/react-native-win32_v0.0.0-canary.268",
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, 19 Oct 2024 05:27:56 GMT and should not be manually modified. -->
3
+ <!-- This log was last generated on Wed, 23 Oct 2024 05:30:29 GMT and should not be manually modified. -->
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.0.0-canary.268
7
+ ## 0.0.0-canary.269
8
8
 
9
- Sat, 19 Oct 2024 05:27:56 GMT
9
+ Wed, 23 Oct 2024 05:30:29 GMT
10
10
 
11
11
  ### Changes
12
12
 
13
- - Fix repo linting with prettier (jthysell@microsoft.com)
14
- - Bump @rnw-scripts/eslint-config to v1.2.30
15
- - Bump @rnw-scripts/jest-out-of-tree-snapshot-resolver to v1.1.34
16
- - Bump @rnw-scripts/just-task to v2.3.47
17
- - Bump react-native-platform-override to v1.9.49
13
+ - Fix ignore files and update cli timeout (jthysell@microsoft.com)
18
14
 
15
+ ## 0.0.0-canary.268
16
+
17
+ Sat, 19 Oct 2024 05:29:45 GMT
18
+
19
+ ### Changes
20
+
21
+ - Fix repo linting with prettier (jthysell@microsoft.com)
22
+ - Bump @rnw-scripts/eslint-config to v1.2.30
23
+ - Bump @rnw-scripts/jest-out-of-tree-snapshot-resolver to v1.1.34
24
+ - Bump @rnw-scripts/just-task to v2.3.47
25
+ - Bump react-native-platform-override to v1.9.49
26
+
19
27
  ## 0.0.0-canary.267
20
28
 
21
29
  Wed, 16 Oct 2024 05:20:54 GMT
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.0.0-canary.268",
3
+ "version": "0.0.0-canary.269",
4
4
  "description": "Implementation of react native on top of Office's Win32 platform.",
5
5
  "repository": {
6
6
  "type": "git",