react-native-windows 0.67.18 → 0.67.19

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
@@ -1,6 +1,48 @@
1
1
  {
2
2
  "name": "react-native-windows",
3
3
  "entries": [
4
+ {
5
+ "date": "Mon, 20 Nov 2023 16:09:18 GMT",
6
+ "tag": "react-native-windows_v0.67.19",
7
+ "version": "0.67.19",
8
+ "comments": {
9
+ "patch": [
10
+ {
11
+ "author": "jthysell@microsoft.com",
12
+ "package": "react-native-windows",
13
+ "commit": "996cdab2f610d48f32a71dcc4b3f300640112008",
14
+ "comment": "[0.67] Fix Secure Supply Chain compliance issues"
15
+ },
16
+ {
17
+ "author": "jthysell@microsoft.com",
18
+ "package": "react-native-windows",
19
+ "commit": "996cdab2f610d48f32a71dcc4b3f300640112008",
20
+ "comment": "[0.67] Compliance: Rename template Nuget.config files to stop triggering multi-feed warnings"
21
+ },
22
+ {
23
+ "author": "beachball",
24
+ "package": "react-native-windows",
25
+ "comment": "Bump @react-native-windows/cli to v0.67.5",
26
+ "commit": "996cdab2f610d48f32a71dcc4b3f300640112008"
27
+ }
28
+ ]
29
+ }
30
+ },
31
+ {
32
+ "date": "Mon, 27 Feb 2023 16:10:21 GMT",
33
+ "tag": "react-native-windows_v0.67.18",
34
+ "version": "0.67.18",
35
+ "comments": {
36
+ "patch": [
37
+ {
38
+ "author": "jthysell@microsoft.com",
39
+ "package": "react-native-windows",
40
+ "commit": "not available",
41
+ "comment": "[0.67] Fix CI by using our VM images rather than windows-2019"
42
+ }
43
+ ]
44
+ }
45
+ },
4
46
  {
5
47
  "date": "Mon, 27 Feb 2023 16:09:43 GMT",
6
48
  "tag": "react-native-windows_v0.67.18",
package/CHANGELOG.md CHANGED
@@ -1,17 +1,35 @@
1
1
  # Change Log - react-native-windows
2
2
 
3
- This log was last generated on Mon, 27 Feb 2023 16:09:43 GMT and should not be manually modified.
3
+ This log was last generated on Mon, 20 Nov 2023 16:09:18 GMT and should not be manually modified.
4
4
 
5
5
  <!-- Start content -->
6
6
 
7
- ## 0.67.18
7
+ ## 0.67.19
8
8
 
9
- Mon, 27 Feb 2023 16:09:43 GMT
9
+ Mon, 20 Nov 2023 16:09:18 GMT
10
10
 
11
11
  ### Patches
12
12
 
13
- - [0.67] Fix CI by using our VM images rather than windows-2019 (jthysell@microsoft.com)
13
+ - [0.67] Fix Secure Supply Chain compliance issues (jthysell@microsoft.com)
14
+ - [0.67] Compliance: Rename template Nuget.config files to stop triggering multi-feed warnings (jthysell@microsoft.com)
15
+ - Bump @react-native-windows/cli to v0.67.5
14
16
 
17
+ ## 0.67.18
18
+
19
+ Mon, 27 Feb 2023 16:10:21 GMT
20
+
21
+ ### Patches
22
+
23
+ - [0.67] Fix CI by using our VM images rather than windows-2019 (jthysell@microsoft.com)
24
+
25
+ ## 0.67.18
26
+
27
+ Mon, 27 Feb 2023 16:09:43 GMT
28
+
29
+ ### Patches
30
+
31
+ - [0.67] Fix CI by using our VM images rather than windows-2019 (jthysell@microsoft.com)
32
+
15
33
  ## 0.67.17
16
34
 
17
35
  Mon, 28 Nov 2022 16:10:31 GMT
@@ -10,10 +10,10 @@
10
10
  -->
11
11
  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
12
12
  <PropertyGroup>
13
- <ReactNativeWindowsVersion>0.67.18</ReactNativeWindowsVersion>
13
+ <ReactNativeWindowsVersion>0.67.19</ReactNativeWindowsVersion>
14
14
  <ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
15
15
  <ReactNativeWindowsMinor>67</ReactNativeWindowsMinor>
16
- <ReactNativeWindowsPatch>18</ReactNativeWindowsPatch>
16
+ <ReactNativeWindowsPatch>19</ReactNativeWindowsPatch>
17
17
  <ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
18
18
  </PropertyGroup>
19
19
  </Project>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-windows",
3
- "version": "0.67.18",
3
+ "version": "0.67.19",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,7 +26,7 @@
26
26
  "@react-native-community/cli": "^6.0.0",
27
27
  "@react-native-community/cli-platform-android": "^6.0.0",
28
28
  "@react-native-community/cli-platform-ios": "^6.0.0",
29
- "@react-native-windows/cli": "0.67.4",
29
+ "@react-native-windows/cli": "0.67.5",
30
30
  "@react-native-windows/virtualized-list": "0.67.1",
31
31
  "@react-native/assets": "1.0.0",
32
32
  "@react-native/normalize-color": "2.0.0",