Skip to content

Commit e4731fc

Browse files
vmorozTatianaKapos
andauthored
[0.72] Change Hermes package version to 0.1.21 (#13207) (#13212)
* Change Hermes package version to 0.1.21 * Change files --------- Co-authored-by: Tatiana Kapos <tatianakapos@microsoft.com>
1 parent 99ecc3c commit e4731fc

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"type": "patch",
3+
"comment": "Change Hermes package version to 0.1.21",
4+
"packageName": "react-native-windows",
5+
"email": "vmorozov@microsoft.com",
6+
"dependentChangeType": "patch"
7+
}

vnext/PropertySheets/JSEngine.props

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<!-- Enabling this will (1) Include hermes glues in the Microsoft.ReactNative binaries AND (2) Make hermes the default engine -->
1515
<UseHermes Condition="'$(UseHermes)' == ''">false</UseHermes>
1616
<!-- 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 -->
17-
<HermesVersion Condition="'$(HermesVersion)' == ''">0.1.18</HermesVersion>
17+
<HermesVersion Condition="'$(HermesVersion)' == ''">0.1.21</HermesVersion>
1818
<HermesPackage Condition="'$(HermesPackage)' == '' And Exists('$(PkgMicrosoft_JavaScript_Hermes)')">$(PkgMicrosoft_JavaScript_Hermes)</HermesPackage>
1919
<HermesPackage Condition="'$(HermesPackage)' == ''">$(NuGetPackageRoot)\Microsoft.JavaScript.Hermes\$(HermesVersion)</HermesPackage>
2020
<EnableHermesInspectorInReleaseFlavor Condition="'$(EnableHermesInspectorInReleaseFlavor)' == ''">false</EnableHermesInspectorInReleaseFlavor>

0 commit comments

Comments
 (0)