Skip to content

Commit 3b808e0

Browse files
committed
Release 8.9.0
1 parent 42deac5 commit 3b808e0

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

ember-basic-dropdown/CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,23 @@
1111

1212

1313

14+
15+
## v8.9.0 (2025-12-07)
16+
17+
#### :rocket: Enhancement
18+
* [#1020](https://github.com/cibernox/ember-basic-dropdown/pull/1020) Add `setConfig` and deprecate passing config via `environment.js` ([@mkszepp](https://github.com/mkszepp))
19+
20+
#### :memo: Documentation
21+
* [#1021](https://github.com/cibernox/ember-basic-dropdown/pull/1021) Update installation docs and minor fixes in readme ([@mkszepp](https://github.com/mkszepp))
22+
* [#1019](https://github.com/cibernox/ember-basic-dropdown/pull/1019) Move docs to vite ([@mkszepp](https://github.com/mkszepp))
23+
* [#1018](https://github.com/cibernox/ember-basic-dropdown/pull/1018) Docs: Remove fastboot, ember-try & prember ([@mkszepp](https://github.com/mkszepp))
24+
25+
#### :house: Internal
26+
* [#1022](https://github.com/cibernox/ember-basic-dropdown/pull/1022) Update to @embroider/addon-dev v8 ([@mkszepp](https://github.com/mkszepp))
27+
28+
#### Committers: 1
29+
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
30+
1431
## v8.8.0 (2025-10-12)
1532

1633
#### :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.8.0",
3+
"version": "8.9.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.8.0",
45+
"version": "8.9.0",
4646
"packageManager": "pnpm@10.22.0",
4747
"devDependencies": {
4848
"@glint/core": "^1.5.2",

0 commit comments

Comments
 (0)