@office-iss/react-native-win32 0.0.0-canary.251 → 0.0.0-canary.252

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,34 @@
2
2
  "name": "@office-iss/react-native-win32",
3
3
  "entries": [
4
4
  {
5
- "date": "Tue, 04 Jun 2024 05:16:14 GMT",
5
+ "date": "Wed, 05 Jun 2024 05:16:08 GMT",
6
+ "version": "0.0.0-canary.252",
7
+ "tag": "@office-iss/react-native-win32_v0.0.0-canary.252",
8
+ "comments": {
9
+ "prerelease": [
10
+ {
11
+ "author": "email not defined",
12
+ "package": "@office-iss/react-native-win32",
13
+ "commit": "ee76145dbcf05a84555c99cc693b564d11503ba3",
14
+ "comment": "Use prettier-plugin-hermes-parser to match upstream settings"
15
+ },
16
+ {
17
+ "author": "beachball",
18
+ "package": "@office-iss/react-native-win32",
19
+ "comment": "Bump @rnw-scripts/just-task to v2.3.38",
20
+ "commit": "not available"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "@office-iss/react-native-win32",
25
+ "comment": "Bump react-native-platform-override to v1.9.39",
26
+ "commit": "not available"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Tue, 04 Jun 2024 05:18:34 GMT",
6
33
  "version": "0.0.0-canary.251",
7
34
  "tag": "@office-iss/react-native-win32_v0.0.0-canary.251",
8
35
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,21 +1,31 @@
1
1
  # Change Log - @office-iss/react-native-win32
2
2
 
3
- This log was last generated on Tue, 04 Jun 2024 05:16:14 GMT and should not be manually modified.
3
+ This log was last generated on Wed, 05 Jun 2024 05:16:08 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.0.0-canary.251
7
+ ## 0.0.0-canary.252
8
8
 
9
- Tue, 04 Jun 2024 05:16:14 GMT
9
+ Wed, 05 Jun 2024 05:16:08 GMT
10
10
 
11
11
  ### Changes
12
12
 
13
- - Integrate 5/25 (34109996+chiaramooney@users.noreply.github.com)
14
- - Bump @rnw-scripts/eslint-config to v1.2.21
15
- - Bump @rnw-scripts/jest-out-of-tree-snapshot-resolver to v1.1.25
16
- - Bump @rnw-scripts/just-task to v2.3.37
17
- - Bump react-native-platform-override to v1.9.38
13
+ - Use prettier-plugin-hermes-parser to match upstream settings (email not defined)
14
+ - Bump @rnw-scripts/just-task to v2.3.38
15
+ - Bump react-native-platform-override to v1.9.39
18
16
 
17
+ ## 0.0.0-canary.251
18
+
19
+ Tue, 04 Jun 2024 05:18:34 GMT
20
+
21
+ ### Changes
22
+
23
+ - Integrate 5/25 (34109996+chiaramooney@users.noreply.github.com)
24
+ - Bump @rnw-scripts/eslint-config to v1.2.21
25
+ - Bump @rnw-scripts/jest-out-of-tree-snapshot-resolver to v1.1.25
26
+ - Bump @rnw-scripts/just-task to v2.3.37
27
+ - Bump react-native-platform-override to v1.9.38
28
+
19
29
  ## 0.0.0-canary.250
20
30
 
21
31
  Sat, 01 Jun 2024 05:21:30 GMT
@@ -88,7 +88,7 @@ const backgroundForLevel = (level: LogLevel) =>
88
88
  default: 'transparent',
89
89
  pressed: LogBoxStyle.getFatalDarkColor(),
90
90
  },
91
- }[level]);
91
+ })[level];
92
92
 
93
93
  function LogBoxInspectorHeaderButton(
94
94
  props: $ReadOnly<{|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@office-iss/react-native-win32",
3
- "version": "0.0.0-canary.251",
3
+ "version": "0.0.0-canary.252",
4
4
  "description": "Implementation of react native on top of Office's Win32 platform.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -74,7 +74,7 @@
74
74
  "@rnw-scripts/babel-react-native-config": "0.0.0",
75
75
  "@rnw-scripts/eslint-config": "1.2.21",
76
76
  "@rnw-scripts/jest-out-of-tree-snapshot-resolver": "^1.1.25",
77
- "@rnw-scripts/just-task": "2.3.37",
77
+ "@rnw-scripts/just-task": "2.3.38",
78
78
  "@rnw-scripts/metro-dev-config": "0.0.0",
79
79
  "@rnx-kit/jest-preset": "^0.1.0",
80
80
  "@types/node": "^18.0.0",
@@ -87,7 +87,7 @@
87
87
  "prettier": "2.8.8",
88
88
  "react": "18.3.1",
89
89
  "react-native": "0.75.0-nightly-20240525-840c31c3a",
90
- "react-native-platform-override": "^1.9.38",
90
+ "react-native-platform-override": "^1.9.39",
91
91
  "typescript": "5.0.4"
92
92
  },
93
93
  "peerDependencies": {