Skip to content

Commit

Permalink
Release 8.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Mar 12, 2024
1 parent 13effbf commit 06168ab
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions ember-power-select/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@




## v8.0.1 (2024-03-12)

#### :bug: Bug Fix
* [#1739](https://github.com/cibernox/ember-power-select/pull/1739) Fix rollup config (style.js -> styles.js) ([@mkszepp](https://github.com/mkszepp))

#### :memo: Documentation
* [#1740](https://github.com/cibernox/ember-power-select/pull/1740) Mark ember-power-select-is-equal as public & add as note in migrate docs ([@mkszepp](https://github.com/mkszepp))

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

## v8.0.0 (2024-03-12)

For upgrade from v7 to v8 see [here](https://ember-power-select.com/docs/migrate-7-0-to-8-0)
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.0.0",
"version": "8.0.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 @@ -55,5 +55,5 @@
},
"npm": false
},
"version": "8.0.0"
"version": "8.0.1"
}

0 comments on commit 06168ab

Please sign in to comment.