Skip to content

Commit

Permalink
Release 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Mar 12, 2024
1 parent 2090f1f commit d2cd7f0
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 @@ -4,6 +4,18 @@




## 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)

#### :memo: Documentation
* [#1727](https://github.com/cibernox/ember-power-select/pull/1727) Minor Typo correction. ([@incredible-dev](https://github.com/incredible-dev))

#### Committers: 2
- Sanjeev Singh ([@incredible-dev](https://github.com/incredible-dev))
- [@mkszepp](https://github.com/mkszepp)

## v8.0.0-beta.8 (2024-03-05)

#### :boom: Breaking Change
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-beta.8",
"version": "8.0.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 @@ -55,5 +55,5 @@
},
"npm": false
},
"version": "8.0.0-beta.8"
"version": "8.0.0"
}

0 comments on commit d2cd7f0

Please sign in to comment.