Skip to content

Commit

Permalink
Fix deserialization
Browse files Browse the repository at this point in the history
  • Loading branch information
WilStead committed Mar 20, 2024
1 parent f75eb4d commit 35fdb17
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: publish
env:
VERSION: '3.0.3'
VERSION: '3.0.4'
on:
push:
branches: [ main ]
Expand Down
4 changes: 4 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.0.4
### Fixed
- Deserialization

## 3.0.3
### Fixed
- Story collection loading
Expand Down
10 changes: 5 additions & 5 deletions src/Scop.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Markdig" Version="0.35.0" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.2" PrivateAssets="all" />
<PackageReference Include="Tavenem.Blazor.Framework" Version="2.31.4" />
<PackageReference Include="Tavenem.Blazor.IndexedDB" Version="2.3.4" />
<PackageReference Include="Markdig" Version="0.36.2" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly" Version="8.0.3" />
<PackageReference Include="Microsoft.AspNetCore.Components.WebAssembly.DevServer" Version="8.0.3" PrivateAssets="all" />
<PackageReference Include="Tavenem.Blazor.Framework" Version="2.34.4" />
<PackageReference Include="Tavenem.Blazor.IndexedDB" Version="3.0.2" />
<PackageReference Include="Tavenem.Randomize" Version="2.2.9" />
</ItemGroup>

Expand Down

0 comments on commit 35fdb17

Please sign in to comment.