Skip to content

Commit

Permalink
Bumped versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Lanayx committed Jan 3, 2025
1 parent 0c7faa5 commit 430fe4c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion examples/CRUD/Frontend/Frontend.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<PackageReference Include="Fable.Browser.Dom" Version="2.18.0" />
<PackageReference Include="Fable.Core" Version="4.3.0" />
<PackageReference Include="Thoth.Fetch" Version="3.0.1" />
<PackageReference Include="Oxpecker.Solid" Version="0.4.1" />
<PackageReference Include="Oxpecker.Solid" Version="0.4.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion examples/EmptySolid/EmptySolid.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Fable.Browser.Dom" Version="2.18.0" />
<PackageReference Include="Fable.Core" Version="4.3.0" />
<PackageReference Include="Oxpecker.Solid" Version="0.4.1" />
<PackageReference Include="Oxpecker.Solid" Version="0.4.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion examples/TodoList/TodoList.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<PackageReference Include="Fable.Browser.Dom" Version="2.18.0" />
<PackageReference Include="Fable.Core" Version="4.3.0" />
<PackageReference Include="Oxpecker.Solid" Version="0.4.1" />
<PackageReference Include="Oxpecker.Solid" Version="0.4.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion src/Oxpecker.Solid/Oxpecker.Solid.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
<PrivateAssets>all</PrivateAssets>
</PackageReference>
<PackageReference Include="Oxpecker.Solid.FablePlugin" Version="0.4.1" />
<PackageReference Include="Oxpecker.Solid.FablePlugin" Version="0.4.2" />
</ItemGroup>

<ItemGroup>
Expand Down
2 changes: 1 addition & 1 deletion tests/Oxpecker.Solid.Tests/Common.fs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let private runCase folderName caseName =
cli {
Shell CMD
WorkingDirectory dir
Command "dotnet fable --noCache --exclude Oxpecker.Solid.FablePlugin --extension .jsx"
Command "dotnet fable --extension .jsx"
}
|> Command.execute
|> Output.toExitCode
Expand Down
2 changes: 1 addition & 1 deletion tests/Oxpecker.Solid.Tests/Oxpecker.Solid.Tests.fsproj
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<PrivateAssets>all</PrivateAssets>
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
</PackageReference>
<PackageReference Include="Oxpecker.Solid" Version="0.4.1" />
<PackageReference Include="Oxpecker.Solid" Version="0.4.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 430fe4c

Please sign in to comment.