Skip to content

Commit

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

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

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

Signed-off-by: dependabot[bot] <support@github.com>

* docs: Update CHANGELOG.md [skip CI]

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jakub Bednář <jakub.bednar@gmail.com>
  • Loading branch information
dependabot[bot] and bednar authored Aug 5, 2024
1 parent 9dcc11b commit ce5f722
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,9 @@ Update dependencies:
- [#652](https://github.com/influxdata/influxdb-client-csharp/pull/652): `NUnit3TestAdapter` to `4.6.0`
- [#654](https://github.com/influxdata/influxdb-client-csharp/pull/654): `WireMock.Net` to `1.5.62`

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

## 4.16.0 [2024-06-24]

### Features:
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="4.33.1" />
<PackageReference Include="Radzen.Blazor" Version="5.0.6" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit ce5f722

Please sign in to comment.