Skip to content

Commit

Permalink
Prep for new minor release
Browse files Browse the repository at this point in the history
  • Loading branch information
vnbaaij committed Jul 14, 2023
1 parent 22c2d5c commit 756cbf3
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<RepositoryType>git</RepositoryType>
<PublishRepositoryUrl>true</PublishRepositoryUrl>
<SolutionDir>$(MSBuildThisFileDirectory)</SolutionDir>
<VersionPrefix>2.4.0</VersionPrefix>
<VersionPrefix>2.4.1</VersionPrefix>
<VersionSuffix></VersionSuffix>
<AccelerateBuildsInVisualStudio>true</AccelerateBuildsInVisualStudio>
</PropertyGroup>
Expand Down
7 changes: 6 additions & 1 deletion WHATSNEW.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## V2.4.0
## V2.4.1
- Fix [#537](https://github.com/microsoft/fluentui-blazor/issues/537): Make SetTotalItemCountAsync in PaginationState public
- Fix [#539](https://github.com/microsoft/fluentui-blazor/issues/539): Slider bugs
- Fix [#528](https://github.com/microsoft/fluentui-blazor/issues/537): FluentDesignSystemProvider fixes

## V2.4.0
- The `FluentSlider` is now generic which means it also supports `double`, `float`, `decimal`, `long` and `short` values besides `int`
values. An example for this has been added to the demo site
- Add Style to `FluentDesignSystemProvider` (thanks @luohuaRain)
Expand Down
7 changes: 6 additions & 1 deletion examples/FluentUI.Demo.Shared/wwwroot/docs/WhatsNew.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
## V2.4.0
## V2.4.1
- Fix [#537](https://github.com/microsoft/fluentui-blazor/issues/537): Make SetTotalItemCountAsync in PaginationState public
- Fix [#539](https://github.com/microsoft/fluentui-blazor/issues/539): Slider bugs
- Fix [#528](https://github.com/microsoft/fluentui-blazor/issues/537): FluentDesignSystemProvider fixes

## V2.4.0
- The `FluentSlider` is now generic which means it also supports `double`, `float`, `decimal`, `long' and `short` values besides `int`
values. An example for this has been added to the demo site
- Add Style to `FluentDesignSystemProvider` (thanks @luohuaRain)
Expand Down

0 comments on commit 756cbf3

Please sign in to comment.