Skip to content

Commit

Permalink
chore(deps): Bump Radzen.Blazor from 5.0.6 to 5.1.6 (#664)
Browse files Browse the repository at this point in the history
* chore(deps): Bump Radzen.Blazor from 5.0.6 to 5.1.6

Bumps [Radzen.Blazor](https://github.com/radzenhq/radzen-blazor) from 5.0.6 to 5.1.6.
- [Release notes](https://github.com/radzenhq/radzen-blazor/releases)
- [Commits](radzenhq/radzen-blazor@v5.0.6...v5.1.6)

---
updated-dependencies:
- dependency-name: Radzen.Blazor
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>

* docs: Update CHANGELOG.md [skip CI]

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Bednář <[email protected]>
  • Loading branch information
dependabot[bot] and bednar authored Sep 3, 2024
1 parent 3464c5c commit 39fc378
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Update dependencies:
- [#661](https://github.com/influxdata/influxdb-client-csharp/pull/661): `Microsoft.NET.Test.Sdk` to `17.11.0`

#### Examples:
- [#657](https://github.com/influxdata/influxdb-client-csharp/pull/657): `Radzen.Blazor` to `5.0.6`
- [#664](https://github.com/influxdata/influxdb-client-csharp/pull/664): `Radzen.Blazor` to `5.1.6`

## 4.16.0 [2024-06-24]

Expand Down
2 changes: 1 addition & 1 deletion Examples/ExampleBlazor/ExampleBlazor.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<ItemGroup>
<ProjectReference Include="..\..\Client.Linq\Client.Linq.csproj" />
<ProjectReference Include="..\..\Client\Client.csproj" />
<PackageReference Include="Radzen.Blazor" Version="5.0.6" />
<PackageReference Include="Radzen.Blazor" Version="5.1.6" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 39fc378

Please sign in to comment.