Skip to content

Commit

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




## v8.6.1 (2024-12-19)

#### :bug: Bug Fix
* [#1865](https://github.com/cibernox/ember-power-select/pull/1865) Fix multiple select error `TypeError Cannot read properties of null (reading 'length')` ([@johanrd](https://github.com/johanrd))

#### Committers: 1
- [@johanrd](https://github.com/johanrd)

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

#### :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.6.0",
"version": "8.6.1",
"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.6.0"
"version": "8.6.1"
}

0 comments on commit 5bf2ea0

Please sign in to comment.