react-native-windows 0.74.22 → 0.74.23

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.
@@ -10,11 +10,11 @@
10
10
  -->
11
11
  <Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
12
12
  <PropertyGroup>
13
- <ReactNativeWindowsVersion>0.74.22</ReactNativeWindowsVersion>
13
+ <ReactNativeWindowsVersion>0.74.23</ReactNativeWindowsVersion>
14
14
  <ReactNativeWindowsMajor>0</ReactNativeWindowsMajor>
15
15
  <ReactNativeWindowsMinor>74</ReactNativeWindowsMinor>
16
- <ReactNativeWindowsPatch>22</ReactNativeWindowsPatch>
16
+ <ReactNativeWindowsPatch>23</ReactNativeWindowsPatch>
17
17
  <ReactNativeWindowsCanary>false</ReactNativeWindowsCanary>
18
- <ReactNativeWindowsCommitId>917bfde9006fda17e83c8f9b29ea4ed183e6afc3</ReactNativeWindowsCommitId>
18
+ <ReactNativeWindowsCommitId>d524e2adb548a01f40b7deaa871421769ac147f1</ReactNativeWindowsCommitId>
19
19
  </PropertyGroup>
20
20
  </Project>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-windows",
3
- "version": "0.74.22",
3
+ "version": "0.74.23",
4
4
  "license": "MIT",
5
5
  "repository": {
6
6
  "type": "git",
@@ -26,7 +26,7 @@
26
26
  "@react-native-community/cli": "13.6.9",
27
27
  "@react-native-community/cli-platform-android": "13.6.9",
28
28
  "@react-native-community/cli-platform-ios": "13.6.9",
29
- "@react-native-windows/cli": "0.74.6",
29
+ "@react-native-windows/cli": "0.74.7",
30
30
  "@react-native/assets": "1.0.0",
31
31
  "@react-native/assets-registry": "0.74.87",
32
32
  "@react-native/codegen": "0.74.87",
@@ -72,7 +72,7 @@ async function getFileMappings(config = {}, options = {}) {
72
72
  devMode,
73
73
 
74
74
  useNuGets: !devMode, // default is to use published NuGets except in devMode, change to true here if you want to test devMode and nugets simultaneously
75
- addReactNativePublicAdoFeed: isCanary,
75
+ addReactNativePublicAdoFeed: true || isCanary, // Temporary true for all new projects until code-signing is restored, see issue #14030
76
76
 
77
77
  cppNugetPackages,
78
78
  };
@@ -120,7 +120,7 @@ async function getFileMappings(config = {}, options = {}) {
120
120
  devMode,
121
121
 
122
122
  useNuGets: !devMode, // default is to use published NuGets except in devMode, change to true here if you want to test devMode and nugets simultaneously
123
- addReactNativePublicAdoFeed: isCanary,
123
+ addReactNativePublicAdoFeed: true || isCanary, // Temporary true for all new projects until code-signing is restored, see issue #14030
124
124
 
125
125
  cppNugetPackages,
126
126
  };