Skip to content

Commit

Permalink
Release 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Jul 31, 2024
1 parent 8fa3bf5 commit 7610c58
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 2 deletions.
25 changes: 25 additions & 0 deletions ember-power-select/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@




## v8.3.0 (2024-07-31)

#### :rocket: Enhancement
* [#1843](https://github.com/cibernox/ember-power-select/pull/1843) Copy custom group properties in `group-utils` copyGroup function ([@lukasnys](https://github.com/lukasnys))

#### :bug: Bug Fix
* [#1846](https://github.com/cibernox/ember-power-select/pull/1846) Use correct typing for rootEventType ([@mkszepp](https://github.com/mkszepp))

#### :memo: Documentation
* [#1842](https://github.com/cibernox/ember-power-select/pull/1842) Docs: remove test helper setup ([@wozny1989](https://github.com/wozny1989))
* [#1841](https://github.com/cibernox/ember-power-select/pull/1841) Add `ember-inflector` in docs to fix docs page (cause ember-data bug) ([@mkszepp](https://github.com/mkszepp))
* [#1810](https://github.com/cibernox/ember-power-select/pull/1810) Fix direct links to sub pages ([@mkszepp](https://github.com/mkszepp))

#### :house: Internal
* [#1840](https://github.com/cibernox/ember-power-select/pull/1840) Add push dist workflow ([@mkszepp](https://github.com/mkszepp))
* [#1806](https://github.com/cibernox/ember-power-select/pull/1806) Add missing addon blueprint config & update blueprint ([@mkszepp](https://github.com/mkszepp))

#### Committers: 5
- Adam Woźny ([@wozny1989](https://github.com/wozny1989))
- Arnaud Weyts ([@ArnaudWeyts](https://github.com/ArnaudWeyts))
- Lukas Nys ([@lukasnys](https://github.com/lukasnys))
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
- Yelin Zhang ([@Yelinz](https://github.com/Yelinz))

## v8.2.0 (2024-05-06)

#### :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.2.0",
"version": "8.3.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 @@ -59,6 +59,6 @@
},
"npm": false
},
"version": "8.2.0",
"version": "8.3.0",
"packageManager": "[email protected]+sha512.98a80fd11c2e7096747762304106432b3ddc67dcf54b5a8c01c93f68a2cd5e05e6821849522a06fb76284d41a2660d5e334f2ee3bbf29183bf2e739b1dafa771"
}

0 comments on commit 7610c58

Please sign in to comment.