Skip to content

Commit

Permalink
0.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Apr 28, 2022
1 parent b4af746 commit 49acf67
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion PackageReadme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# 0.0.13 (28 April 2022)
# 0.0.14 (28 April 2022)
- #13 Fix clearSelect when TreeMap is multiSelect [bug]
- #14 Fix clearSelect [bug]

The full release notes can be found here: https://github.com/StefH/jsMind.Blazor/blob/main/ReleaseNotes.md
3 changes: 2 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# 0.0.13 (28 April 2022)
# 0.0.14 (28 April 2022)
- [#13](https://github.com/StefH/jsMind.Blazor/pull/13) - Fix clearSelect when TreeMap is multiSelect [bug] contributed by [StefH](https://github.com/StefH)
- [#14](https://github.com/StefH/jsMind.Blazor/pull/14) - Fix clearSelect [bug] contributed by [StefH](https://github.com/StefH)

# 0.0.12 (25 February 2022)
- [#11](https://github.com/StefH/jsMind.Blazor/pull/11) - Include latest version from jsmind.js and jsmind.css [enhancement] contributed by [StefH](https://github.com/StefH)
Expand Down
2 changes: 1 addition & 1 deletion examples/jsMind.WASM.App/jsMind.WASM.App.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</ItemGroup>

<ItemGroup Condition="'$(Configuration)' == 'Release'">
<PackageReference Include="jsMind.Blazor" Version="0.0.12" />
<PackageReference Include="jsMind.Blazor" Version="0.0.13" />
</ItemGroup>

<ItemGroup Condition="'$(Configuration)' == 'Debug'">
Expand Down

0 comments on commit 49acf67

Please sign in to comment.