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

Commit 8625c5b

Browse files
Merge pull request #47 from giard-alexandre/release-please--branches--main
chore(main): release 0.8.0
2 parents 42d68bd + 6ea3fd1 commit 8625c5b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.md

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

3+
## [0.8.0](https://github.com/giard-alexandre/DynamicTreeDataGrid/compare/v0.7.0...v0.8.0) (2024-10-18)
4+
5+
6+
### 🚀 Features
7+
8+
* ports tdg upstream changes ([fc1c413](https://github.com/giard-alexandre/DynamicTreeDataGrid/commit/fc1c413dd5ab96fad13b2a2291480c3d05cae0ab))
9+
310
## [0.7.0](https://github.com/giard-alexandre/DynamicTreeDataGrid/compare/v0.6.1...v0.7.0) (2024-10-18)
411

512

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.7.0"
2+
".": "0.8.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.7.0</Version>
11+
<Version>0.8.0</Version>
1212
<!--x-release-please-end-->
1313
<!-- TODO: Sign? -->
1414
<!-- <SignAssembly>True</SignAssembly>-->

0 commit comments

Comments
 (0)