Skip to content

Commit

Permalink
chore(deps): bump Radzen.Blazor from 4.3.8 to 4.4.2 (#432)
Browse files Browse the repository at this point in the history
* chore(deps): bump Radzen.Blazor from 4.3.8 to 4.4.2

Bumps [Radzen.Blazor](https://github.com/radzenhq/radzen-blazor) from 4.3.8 to 4.4.2.
- [Release notes](https://github.com/radzenhq/radzen-blazor/releases)
- [Commits](radzenhq/radzen-blazor@v4.3.8...v4.4.2)

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

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

* docs: update CHANGELOG.md

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 Dec 5, 2022
1 parent 67fb8f8 commit 9c54998
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 @@ -6,6 +6,9 @@ Update dependencies:
#### Build:
- [#430](https://github.com/influxdata/influxdb-client-csharp/pull/430): `NodaTime` to `3.1.6`

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

#### Test:
- [#431](https://github.com/influxdata/influxdb-client-csharp/pull/431): `Moq` to `4.18.3`
- [#428](https://github.com/influxdata/influxdb-client-csharp/pull/428): `WireMock.Net` to `1.5.12`
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.3.8" />
<PackageReference Include="Radzen.Blazor" Version="4.4.2" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 9c54998

Please sign in to comment.