Skip to content

Commit 53a3412

Browse files
committed
Release 8.8.0
1 parent b5bb9cc commit 53a3412

File tree

3 files changed

+22
-2
lines changed

3 files changed

+22
-2
lines changed

ember-basic-dropdown/CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,26 @@
1010

1111

1212

13+
14+
## v8.8.0 (2025-10-12)
15+
16+
#### :rocket: Enhancement
17+
* [#1015](https://github.com/cibernox/ember-basic-dropdown/pull/1015) Support gts/gjs in blueprint ([@mkszepp](https://github.com/mkszepp))
18+
* [#1012](https://github.com/cibernox/ember-basic-dropdown/pull/1012) Add deprecation for `@dropdownId` (undocumented & not handled correctly) ([@mkszepp](https://github.com/mkszepp))
19+
* [#1005](https://github.com/cibernox/ember-basic-dropdown/pull/1005) Convert addon to gts ([@mkszepp](https://github.com/mkszepp))
20+
21+
#### :memo: Documentation
22+
* [#1009](https://github.com/cibernox/ember-basic-dropdown/pull/1009) Convert docs to GTS ([@mkszepp](https://github.com/mkszepp))
23+
* [#1008](https://github.com/cibernox/ember-basic-dropdown/pull/1008) Remove broken v1 docs link ([@mkszepp](https://github.com/mkszepp))
24+
* [#1007](https://github.com/cibernox/ember-basic-dropdown/pull/1007) Update ember-concurrency tasks in docs ([@mkszepp](https://github.com/mkszepp))
25+
26+
#### :house: Internal
27+
* [#1011](https://github.com/cibernox/ember-basic-dropdown/pull/1011) Activate test-app lint in CI ([@mkszepp](https://github.com/mkszepp))
28+
* [#1010](https://github.com/cibernox/ember-basic-dropdown/pull/1010) Convert test-app to TS ([@mkszepp](https://github.com/mkszepp))
29+
30+
#### Committers: 1
31+
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
32+
1333
## v8.7.0 (2025-09-16)
1434

1535
#### :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.7.0",
3+
"version": "8.8.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.7.0",
45+
"version": "8.8.0",
4646
"packageManager": "[email protected]",
4747
"devDependencies": {
4848
"@glint/core": "^1.5.2",

0 commit comments

Comments
 (0)