Skip to content

Commit 04f443b

Browse files
committed
Release 8.10.0
1 parent 3e4ae20 commit 04f443b

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

ember-basic-dropdown/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,15 @@
1212

1313

1414

15+
16+
## v8.10.0 (2025-12-13)
17+
18+
#### :rocket: Enhancement
19+
* [#1033](https://github.com/cibernox/ember-basic-dropdown/pull/1033) Add `@triggerHtmlTag` and add workaround to resolve a typing issue when `@htmlTag="button"` is passed ([@mkszepp](https://github.com/mkszepp))
20+
21+
#### Committers: 1
22+
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
23+
1524
## v8.9.0 (2025-12-07)
1625

1726
#### :rocket: Enhancement

ember-basic-dropdown/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-basic-dropdown",
3-
"version": "8.9.0",
3+
"version": "8.10.0",
44
"description": "The basic dropdown that your ember app needs",
55
"keywords": [
66
"ember-addon"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"npm": false
4444
},
45-
"version": "8.9.0",
45+
"version": "8.10.0",
4646
"packageManager": "pnpm@10.22.0",
4747
"devDependencies": {
4848
"@glint/core": "^1.5.2",

0 commit comments

Comments
 (0)