react-native-windows 0.66.10 → 0.66.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/CHANGELOG.json CHANGED
@@ -2,7 +2,52 @@
2
2
  "name": "react-native-windows",
3
3
  "entries": [
4
4
  {
5
- "date": "Mon, 07 Feb 2022 16:12:16 GMT",
5
+ "date": "Thu, 24 Feb 2022 16:39:54 GMT",
6
+ "tag": "react-native-windows_v0.66.13",
7
+ "version": "0.66.13",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "comment": "Crash when getting Platform.osVersion on Windows 8.1",
12
+ "author": "30809111+acoates-ms@users.noreply.github.com",
13
+ "commit": "9e78137aab868033423df7f4a10a1188f381a3f0",
14
+ "package": "react-native-windows"
15
+ }
16
+ ]
17
+ }
18
+ },
19
+ {
20
+ "date": "Mon, 21 Feb 2022 16:09:42 GMT",
21
+ "tag": "react-native-windows_v0.66.12",
22
+ "version": "0.66.12",
23
+ "comments": {
24
+ "patch": [
25
+ {
26
+ "comment": "Use temp folder for v8 bytecode cache",
27
+ "author": "30809111+acoates-ms@users.noreply.github.com",
28
+ "commit": "7e3d3a9ad44b5ceafceb9aaeb647a0c0193a04c8",
29
+ "package": "react-native-windows"
30
+ }
31
+ ]
32
+ }
33
+ },
34
+ {
35
+ "date": "Mon, 14 Feb 2022 16:10:47 GMT",
36
+ "tag": "react-native-windows_v0.66.11",
37
+ "version": "0.66.11",
38
+ "comments": {
39
+ "patch": [
40
+ {
41
+ "comment": "Stop exporting data blocks across the dll boundary",
42
+ "author": "30809111+acoates-ms@users.noreply.github.com",
43
+ "commit": "57f51ad8aaa9ee6759b8935e17095f6821571800",
44
+ "package": "react-native-windows"
45
+ }
46
+ ]
47
+ }
48
+ },
49
+ {
50
+ "date": "Mon, 07 Feb 2022 16:12:51 GMT",
6
51
  "tag": "react-native-windows_v0.66.10",
7
52
  "version": "0.66.10",
8
53
  "comments": {
package/CHANGELOG.md CHANGED
@@ -1,20 +1,44 @@
1
1
  # Change Log - react-native-windows
2
2
 
3
- This log was last generated on Mon, 07 Feb 2022 16:12:16 GMT and should not be manually modified.
3
+ This log was last generated on Thu, 24 Feb 2022 16:39:54 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.66.10
7
+ ## 0.66.13
8
8
 
9
- Mon, 07 Feb 2022 16:12:16 GMT
9
+ Thu, 24 Feb 2022 16:39:54 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - UI Manager module is not being destroyed on the UI thread (30809111+acoates-ms@users.noreply.github.com)
14
- - Replace __APPLE__ with __clang__ where applicable (#9461) (julio.rocha@microsoft.com)
15
- - Add additional exports for react-native-win32.dll (30809111+acoates-ms@users.noreply.github.com)
16
- - Hermes inspector is not starting when Hermes engine is used (#9426) (anandrag@microsoft.com)
13
+ - Crash when getting Platform.osVersion on Windows 8.1 (30809111+acoates-ms@users.noreply.github.com)
17
14
 
15
+ ## 0.66.12
16
+
17
+ Mon, 21 Feb 2022 16:09:42 GMT
18
+
19
+ ### Patches
20
+
21
+ - Use temp folder for v8 bytecode cache (30809111+acoates-ms@users.noreply.github.com)
22
+
23
+ ## 0.66.11
24
+
25
+ Mon, 14 Feb 2022 16:10:47 GMT
26
+
27
+ ### Patches
28
+
29
+ - Stop exporting data blocks across the dll boundary (30809111+acoates-ms@users.noreply.github.com)
30
+
31
+ ## 0.66.10
32
+
33
+ Mon, 07 Feb 2022 16:12:51 GMT
34
+
35
+ ### Patches
36
+
37
+ - UI Manager module is not being destroyed on the UI thread (30809111+acoates-ms@users.noreply.github.com)
38
+ - Replace __APPLE__ with __clang__ where applicable (#9461) (julio.rocha@microsoft.com)
39
+ - Add additional exports for react-native-win32.dll (30809111+acoates-ms@users.noreply.github.com)
40
+ - Hermes inspector is not starting when Hermes engine is used (#9426) (anandrag@microsoft.com)
41
+
18
42
  ## 0.66.9
19
43
 
20
44
  Mon, 31 Jan 2022 16:12:38 GMT