Skip to content

Commit

Permalink
Release 8.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Dec 5, 2024
1 parent 77e1fce commit 05bd330
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions ember-power-select/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@




## v8.5.0 (2024-12-05)

#### :rocket: Enhancement
* [#1863](https://github.com/cibernox/ember-power-select/pull/1863) Pass destinationElement to basic-dropdown ([@andreyfel](https://github.com/andreyfel))

#### :bug: Bug Fix
* [#1862](https://github.com/cibernox/ember-power-select/pull/1862) Remove incorrect `Element` from args in `PowerSelectMultipleTrigger` ([@mkszepp](https://github.com/mkszepp))

#### Committers: 2
- Andrey Fel ([@andreyfel](https://github.com/andreyfel))
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))

## v8.4.0 (2024-11-12)

#### :rocket: Enhancement
Expand Down
2 changes: 1 addition & 1 deletion ember-power-select/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-power-select",
"version": "8.4.0",
"version": "8.5.0",
"description": "The extensible select component built for ember",
"keywords": [
"ember-addon"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@
},
"npm": false
},
"version": "8.4.0"
"version": "8.5.0"
}

0 comments on commit 05bd330

Please sign in to comment.