Skip to content
This repository was archived by the owner on Apr 9, 2025. It is now read-only.

Commit e7ffc3f

Browse files
chore(main): release 0.5.0
1 parent dd8e174 commit e7ffc3f

3 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.5.0](https://github.com/giard-alexandre/DynamicTreeDataGrid/compare/v0.4.0...v0.5.0) (2024-10-07)
4+
5+
6+
### 🚀 Features
7+
8+
* add filtering to sample ([67086d1](https://github.com/giard-alexandre/DynamicTreeDataGrid/commit/67086d1856b5ff1a5b35a85794d073cfa0611d56))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* filtering crashes treedatagrid ([abe9da6](https://github.com/giard-alexandre/DynamicTreeDataGrid/commit/abe9da6ead8cad69195f96aecb5d55fb0e1b63c9))
14+
315
## [0.4.0](https://github.com/giard-alexandre/DynamicTreeDataGrid/compare/v0.3.0...v0.4.0) (2024-10-04)
416

517

release-please/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.4.0"
2+
".": "0.5.0"
33
}

src/Directory.Build.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<PackageLicenseExpression>MIT</PackageLicenseExpression>
99
<Authors>Alexandre Giard</Authors>
1010
<!--x-release-please-start-version-->
11-
<Version>0.4.0</Version>
11+
<Version>0.5.0</Version>
1212
<!--x-release-please-end-->
1313
<!-- TODO: Sign? -->
1414
<!-- <SignAssembly>True</SignAssembly>-->

0 commit comments

Comments
 (0)