Skip to content

Commit

Permalink
Feliz v1.61 🚀 fixes (Zaid-Ajaj#464)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zaid-Ajaj committed Mar 12, 2022
1 parent 26e3802 commit d459c98
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 8 deletions.
3 changes: 0 additions & 3 deletions Feliz.ElmishComponents/Feliz.ElmishComponents.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,4 @@
<ItemGroup>
<Content Include="*.fsproj; *.fs; *.js;" PackagePath="fable\" />
</ItemGroup>
<ItemGroup>
<PackageReference Update="FSharp.Core" Version="4.7.0" />
</ItemGroup>
</Project>
4 changes: 2 additions & 2 deletions Feliz/Feliz.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
<PackageLicenseUrl>https://github.com/Zaid-Ajaj/Feliz/blob/master/LICENSE</PackageLicenseUrl>
<PackageTags>fsharp;fable;react;html</PackageTags>
<Authors>Zaid Ajaj</Authors>
<Version>1.60.0</Version>
<Version>1.61.0</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<GenerateDocumentationFile>true</GenerateDocumentationFile>
<PackageReleaseNotes>Update CompilerPlugins and correctly check whether numbers coming out of onChange are actually NaN</PackageReleaseNotes>
<PackageReleaseNotes>Fix FSharp.Core version restriction >= 4.7.2</PackageReleaseNotes>
</PropertyGroup>
<PropertyGroup>
<NpmDependencies>
Expand Down
3 changes: 1 addition & 2 deletions HeadlessTestsRunner/HeadlessTestsRunner.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@
</ItemGroup>

<ItemGroup>
<PackageReference Include="Fable.MochaPuppeteerRunner" Version="1.2.0" />
<PackageReference Update="FSharp.Core" Version="4.7.0" />
<PackageReference Include="Fable.MochaPuppeteerRunner" Version="1.5.0" />
</ItemGroup>

</Project>
2 changes: 1 addition & 1 deletion paket.dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ group Main
nuget Fable.React
nuget Fable.SimpleHttp
nuget Fable.Promise >= 3.1
nuget FSharp.Core ~> 4.7.2
nuget FSharp.Core >= 4.7.2
nuget Zanaptak.TypedCssClasses

group Build
Expand Down

0 comments on commit d459c98

Please sign in to comment.