Skip to content

Commit aa18246

Browse files
committed
Release 8.6.0
1 parent 3bf9683 commit aa18246

File tree

3 files changed

+17
-2
lines changed

3 files changed

+17
-2
lines changed

ember-basic-dropdown/CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,21 @@
66

77

88

9+
10+
## v8.6.0 (2025-02-22)
11+
12+
#### :rocket: Enhancement
13+
* [#947](https://github.com/cibernox/ember-basic-dropdown/pull/947) Improve typing and reactivate eslint rules in addon ([@mkszepp](https://github.com/mkszepp))
14+
* [#946](https://github.com/cibernox/ember-basic-dropdown/pull/946) Test: Prefer `config.destination` and default `ember-basic-dropdown-wormhole` ([@dagroe](https://github.com/dagroe))
15+
* [#945](https://github.com/cibernox/ember-basic-dropdown/pull/945) Export interfaces `BasicDropdownSignature`, `BasicDropdownArgs` and `BasicDropdownDefaultBlock` ([@dagroe](https://github.com/dagroe))
16+
17+
#### :house: Internal
18+
* [#947](https://github.com/cibernox/ember-basic-dropdown/pull/947) Improve typing and reactivate eslint rules in addon ([@mkszepp](https://github.com/mkszepp))
19+
20+
#### Committers: 2
21+
- Daniel Gröger ([@dagroe](https://github.com/dagroe))
22+
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
23+
924
## v8.5.0 (2025-01-27)
1025

1126
#### :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.5.0",
3+
"version": "8.6.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.5.0",
45+
"version": "8.6.0",
4646
"packageManager": "pnpm@10.0.0",
4747
"devDependencies": {
4848
"@glint/core": "^1.5.0",

0 commit comments

Comments
 (0)