Skip to content

Commit

Permalink
0.0.15-preview-01
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH committed Mar 29, 2024
1 parent 84486cd commit df27edc
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 38 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
</PropertyGroup>

<PropertyGroup>
<VersionPrefix>0.0.14</VersionPrefix>
<VersionPrefix>0.0.15-preview-01</VersionPrefix>
</PropertyGroup>

<Choose>
Expand Down
2 changes: 1 addition & 1 deletion Generate-ReleaseNotes.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
rem https://github.com/StefH/GitHubReleaseNotes

SET version=0.0.14
SET version=0.0.15-preview-01

GitHubReleaseNotes --output ReleaseNotes.md --skip-empty-releases --exclude-labels question invalid doc --version %version%

Expand Down
4 changes: 1 addition & 3 deletions PackageReadme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
# 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
33 changes: 0 additions & 33 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,33 +0,0 @@
# 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)
- [#12](https://github.com/StefH/jsMind.Blazor/pull/12) - Add check for null instances [bug] contributed by [StefH](https://github.com/StefH)

# 0.0.11 (16 November 2021)
- [#10](https://github.com/StefH/jsMind.Blazor/pull/10) - Added update functionality [enhancement] contributed by [wkoeter](https://github.com/wkoeter)

# 0.0.10 (23 June 2021)
- [#8](https://github.com/StefH/jsMind.Blazor/pull/8) - Fix OnSelectCallback [bug] contributed by [StefH](https://github.com/StefH)

# 0.0.9 (16 June 2021)
- [#7](https://github.com/StefH/jsMind.Blazor/pull/7) - Resize callback [enhancement] contributed by [StefH](https://github.com/StefH)

# 0.0.6 (27 April 2021)
- [#6](https://github.com/StefH/jsMind.Blazor/pull/6) - ReadOnly [enhancement] contributed by [StefH](https://github.com/StefH)

# 0.0.5 (23 April 2021)
- [#4](https://github.com/StefH/jsMind.Blazor/pull/4) - Use net5.0 for example project [enhancement] contributed by [StefH](https://github.com/StefH)
- [#5](https://github.com/StefH/jsMind.Blazor/pull/5) - OnSelectCallback also defines if the node was selected or de-selected [enhancement] contributed by [StefH](https://github.com/StefH)

# 0.0.4 (11 April 2021)
- [#3](https://github.com/StefH/jsMind.Blazor/pull/3) - MindMapTreeContainer.Nodes [enhancement] contributed by [StefH](https://github.com/StefH)

# 0.0.3 (10 April 2021)
- [#2](https://github.com/StefH/jsMind.Blazor/pull/2) - Fix for OnShow [bug] contributed by [StefH](https://github.com/StefH)

# 0.0.2 (11 May 2020)
- [#1](https://github.com/StefH/jsMind.Blazor/pull/1) - Multi select [enhancement] contributed by [StefH](https://github.com/StefH)

0 comments on commit df27edc

Please sign in to comment.