Skip to content

Commit 527c1e8

Browse files
Released version 0.3.0 to NuGet.
1 parent 147dcf3 commit 527c1e8

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.3.0] - 2024-03-31
810
### Fixed
911
- Fixed that `CompleteWithoutCloseMenuItem` would index out of bounds when used.
1012
- Fixed that the `Text` shape had no estimate for its `SelectionPoints`.

src/KristofferStrube.Blazor.SVGEditor/KristofferStrube.Blazor.SVGEditor.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<RepositoryUrl>https://github.com/KristofferStrube/Blazor.SVGEditor</RepositoryUrl>
1515
<RepositoryType>git</RepositoryType>
1616
<PackageLicenseExpression>MIT</PackageLicenseExpression>
17-
<PackageVersion>0.2.1</PackageVersion>
17+
<PackageVersion>0.3.0</PackageVersion>
1818
<Authors>Kristoffer Strube</Authors>
1919
<PackageReadmeFile>README.md</PackageReadmeFile>
2020
<PackageIcon>icon.png</PackageIcon>

0 commit comments

Comments
 (0)