Skip to content

Commit

Permalink
feat: Bump Uno.Fonts to 2.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MartinZikmund committed Sep 21, 2024
1 parent e4d84cd commit 84a5e72
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 @@ -151,7 +151,7 @@
},
{
"group": "UnoFonts",
"version": "2.4.0",
"version": "2.4.5",
"packages": [
"Uno.Fonts.OpenSans",
"Uno.Fonts.Fluent",
Expand Down

0 comments on commit 84a5e72

Please sign in to comment.