Skip to content

Commit fe7b462

Browse files
committed
chore: bump version to 3.1.0
1 parent 947a485 commit fe7b462

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333

3434
<!-- Versioning properties -->
3535
<PropertyGroup>
36-
<VersionPrefix Condition=" '$(VersionPrefix)'=='' ">3.0.1</VersionPrefix>
36+
<VersionPrefix Condition=" '$(VersionPrefix)'=='' ">3.1.0</VersionPrefix>
3737
<VersionSuffix Condition=" '$(VersionSuffix)'=='' ">dev</VersionSuffix>
3838
</PropertyGroup>
3939

src/Ljbc1994.Blazor.IntersectionObserver/Ljbc1994.Blazor.IntersectionObserver.csproj

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@
1616
<Title>Blazor Intersection Observer</Title>
1717
<Description>Intersection Observer API for Blazor applications</Description>
1818
<GeneratePackageOnBuild>true</GeneratePackageOnBuild>
19-
<Version>3.0.1</Version>
19+
<Version>3.1.0</Version>
2020
<Product>BlazorIntersectionObserver</Product>
2121
<PackageReadmeFile>README.md</PackageReadmeFile>
2222
<PackageReleaseNotes>
23+
3.1.0
24+
- Use the navigation manager for importing intersection observer script
25+
2326
3.0.1
2427
- Add helpful error messages if the consumer fails to provide an element to observe or does not provide
2528
any child content.

0 commit comments

Comments
 (0)