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

Commit ae17ef7

Browse files
chore(main): release 0.9.0
1 parent 006a1e4 commit ae17ef7

3 files changed

Lines changed: 15 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## [0.9.0](https://github.com/giard-alexandre/DynamicTreeDataGrid/compare/v0.8.0...v0.9.0) (2024-10-30)
4+
5+
6+
### 🚀 Features
7+
8+
* **popup:** allow interaction when open ([16c1622](https://github.com/giard-alexandre/DynamicTreeDataGrid/commit/16c1622b34cceed80b22e5399231c95a3dcc767b))
9+
10+
11+
### 🐛 Bug Fixes
12+
13+
* qodana ([9d7c85a](https://github.com/giard-alexandre/DynamicTreeDataGrid/commit/9d7c85a1d0ddd88a4d82be81379ffd106f82817b))
14+
* qodana config ([63e6a02](https://github.com/giard-alexandre/DynamicTreeDataGrid/commit/63e6a02877680935da1114eaf605d209ea86b29e))
15+
316
## [0.8.0](https://github.com/giard-alexandre/DynamicTreeDataGrid/compare/v0.7.0...v0.8.0) (2024-10-18)
417

518

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

0 commit comments

Comments
 (0)