Skip to content

Commit 3f948b9

Browse files
committed
Release 8.7.0
1 parent 7322f4a commit 3f948b9

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

ember-power-select/CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,19 @@
88

99

1010

11+
12+
## v8.7.0 (2025-01-27)
13+
14+
#### :rocket: Enhancement
15+
* [#1867](https://github.com/cibernox/ember-power-select/pull/1867) Allow `@ember/test-helpers` v5.x and update ember-cli to 6.1 ([@mkszepp](https://github.com/mkszepp))
16+
17+
#### :house: Internal
18+
* [#1868](https://github.com/cibernox/ember-power-select/pull/1868) Update `ember-basic-dropdown` to `^8.5.0` ([@mkszepp](https://github.com/mkszepp))
19+
* [#1867](https://github.com/cibernox/ember-power-select/pull/1867) Allow `@ember/test-helpers` v5.x and update ember-cli to 6.1 ([@mkszepp](https://github.com/mkszepp))
20+
21+
#### Committers: 1
22+
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
23+
1124
## v8.6.2 (2024-12-27)
1225

1326
#### :bug: Bug Fix

ember-power-select/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-power-select",
3-
"version": "8.6.2",
3+
"version": "8.7.0",
44
"description": "The extensible select component built for ember",
55
"keywords": [
66
"ember-addon"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,5 +59,5 @@
5959
},
6060
"npm": false
6161
},
62-
"version": "8.6.2"
62+
"version": "8.7.0"
6363
}

0 commit comments

Comments
 (0)