Skip to content

Commit

Permalink
chore(deps): Bump Radzen.Blazor from 4.14.1 to 4.14.3 (#557)
Browse files Browse the repository at this point in the history
* chore(deps): Bump Radzen.Blazor from 4.14.1 to 4.14.3

Bumps [Radzen.Blazor](https://github.com/radzenhq/radzen-blazor) from 4.14.1 to 4.14.3.
- [Release notes](https://github.com/radzenhq/radzen-blazor/releases)
- [Commits](radzenhq/radzen-blazor@v4.14.1...v4.14.3)

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

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

* docs: update CHANGELOG.md

---------

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 Jul 31, 2023
1 parent edb1ba1 commit 5cd7dde
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## 4.14.0 [unreleased]

### Dependencies
Update dependencies:

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

## 4.13.0 [2023-07-28]

### 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.14.1" />
<PackageReference Include="Radzen.Blazor" Version="4.14.3" />
</ItemGroup>

<ItemGroup>
Expand Down

0 comments on commit 5cd7dde

Please sign in to comment.