Skip to content

Commit

Permalink
feat: Bump Uno.Fonts to 2.4.5
Browse files Browse the repository at this point in the history
(cherry picked from commit 84a5e72)
  • Loading branch information
MartinZikmund authored and mergify[bot] committed Sep 22, 2024
1 parent 346f2b1 commit 32102ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/SamplesApp/Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
</Target>

<ItemGroup>
<PackageReference Include="Uno.Fonts.OpenSans" Version="2.4.0-dev.14" Condition="'$(IsUnoHead)'=='true'" />
<PackageReference Include="Uno.Fonts.OpenSans" Version="2.4.5" Condition="'$(IsUnoHead)'=='true'" />
</ItemGroup>
</Project>
2 changes: 1 addition & 1 deletion src/Uno.Sdk/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@
},
{
"group": "UnoFonts",
"version": "2.4.0",
"version": "2.4.5",
"packages": [
"Uno.Fonts.OpenSans",
"Uno.Fonts.Fluent",
Expand Down

0 comments on commit 32102ee

Please sign in to comment.