From fe7b462b961ac379622040aa63f98ca1d5955bb7 Mon Sep 17 00:00:00 2001 From: Louie Colgan Date: Fri, 15 Oct 2021 22:02:28 +0100 Subject: [PATCH] chore: bump version to 3.1.0 --- Directory.Build.props | 2 +- .../Ljbc1994.Blazor.IntersectionObserver.csproj | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/Directory.Build.props b/Directory.Build.props index 1a6c523..f9ade61 100644 --- a/Directory.Build.props +++ b/Directory.Build.props @@ -33,7 +33,7 @@ - 3.0.1 + 3.1.0 dev diff --git a/src/Ljbc1994.Blazor.IntersectionObserver/Ljbc1994.Blazor.IntersectionObserver.csproj b/src/Ljbc1994.Blazor.IntersectionObserver/Ljbc1994.Blazor.IntersectionObserver.csproj index 94d716e..77fb059 100644 --- a/src/Ljbc1994.Blazor.IntersectionObserver/Ljbc1994.Blazor.IntersectionObserver.csproj +++ b/src/Ljbc1994.Blazor.IntersectionObserver/Ljbc1994.Blazor.IntersectionObserver.csproj @@ -16,10 +16,13 @@ Blazor Intersection Observer Intersection Observer API for Blazor applications true - 3.0.1 + 3.1.0 BlazorIntersectionObserver README.md +3.1.0 +- Use the navigation manager for importing intersection observer script + 3.0.1 - Add helpful error messages if the consumer fails to provide an element to observe or does not provide any child content.