Skip to content

Commit

Permalink
[0.73] Change Hermes package version to 0.1.21 (#13207) (#13210)
Browse files Browse the repository at this point in the history
* Change Hermes package version to 0.1.21

* Change files

* Shared.vcxitems.filters changes
  • Loading branch information
vmoroz committed May 9, 2024
1 parent cbe6b52 commit a1b2139
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
@@ -0,0 +1,7 @@
{
"type": "patch",
"comment": "Change Hermes package version to 0.1.21",
"packageName": "react-native-windows",
"email": "vmorozov@microsoft.com",
"dependentChangeType": "patch"
}
2 changes: 1 addition & 1 deletion vnext/PropertySheets/JSEngine.props
Expand Up @@ -14,7 +14,7 @@
<!-- Enabling this will (1) Include hermes glues in the Microsoft.ReactNative binaries AND (2) Make hermes the default engine -->
<UseHermes Condition="'$(UseHermes)' == ''">true</UseHermes>
<!-- This will be true if (1) the client want to use hermes by setting UseHermes to true OR (2) We are building for UWP where dynamic switching is enabled -->
<HermesVersion Condition="'$(HermesVersion)' == ''">0.1.18</HermesVersion>
<HermesVersion Condition="'$(HermesVersion)' == ''">0.1.21</HermesVersion>
<HermesPackage Condition="'$(HermesPackage)' == '' And Exists('$(PkgMicrosoft_JavaScript_Hermes)')">$(PkgMicrosoft_JavaScript_Hermes)</HermesPackage>
<HermesPackage Condition="'$(HermesPackage)' == ''">$(NuGetPackageRoot)\Microsoft.JavaScript.Hermes\$(HermesVersion)</HermesPackage>
<EnableHermesInspectorInReleaseFlavor Condition="'$(EnableHermesInspectorInReleaseFlavor)' == ''">false</EnableHermesInspectorInReleaseFlavor>
Expand Down
2 changes: 2 additions & 0 deletions vnext/Shared/Shared.vcxitems.filters
Expand Up @@ -277,6 +277,8 @@
<ClCompile Include="$(MSBuildThisFileDirectory)Modules\BlobCollector.cpp">
<Filter>Source Files\Modules</Filter>
</ClCompile>
<ClCompile Include="$(MSBuildThisFileDirectory)..\Microsoft.ReactNative\Fabric\platform\react\renderer\components\view\HostPlatformViewProps.cpp" />
<ClCompile Include="$(MSBuildThisFileDirectory)..\Microsoft.ReactNative\Fabric\platform\react\renderer\components\view\HostPlatformViewEventEmitter.cpp" />
</ItemGroup>
<ItemGroup>
<Filter Include="Source Files">
Expand Down

0 comments on commit a1b2139

Please sign in to comment.