Skip to content

Commit af1a118

Browse files
committed
Release 8.5.0
1 parent 330a552 commit af1a118

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

ember-basic-dropdown/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@
55

66

77

8+
9+
## v8.5.0 (2025-01-27)
10+
11+
#### :rocket: Enhancement
12+
* [#944](https://github.com/cibernox/ember-basic-dropdown/pull/944) Allow `@ember/test-helpers` v5.x and update ember-cli to 6.1 ([@mkszepp](https://github.com/mkszepp))
13+
14+
#### :house: Internal
15+
* [#944](https://github.com/cibernox/ember-basic-dropdown/pull/944) Allow `@ember/test-helpers` v5.x and update ember-cli to 6.1 ([@mkszepp](https://github.com/mkszepp))
16+
17+
#### Committers: 1
18+
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
19+
820
## v8.4.0 (2024-11-12)
921

1022
#### :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.4.0",
3+
"version": "8.5.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.4.0",
45+
"version": "8.5.0",
4646
"packageManager": "pnpm@10.0.0",
4747
"devDependencies": {
4848
"@glint/core": "^1.5.0",

0 commit comments

Comments
 (0)