Skip to content

Commit

Permalink
Release 8.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed May 6, 2024
1 parent ac005ff commit 8dd0083
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions ember-basic-dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@



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

#### :rocket: Enhancement
* [#891](https://github.com/cibernox/ember-basic-dropdown/pull/891) Replace `@ember/runloop` with `ember-lifeline` ([@mkszepp](https://github.com/mkszepp))

#### :memo: Documentation
* [#888](https://github.com/cibernox/ember-basic-dropdown/pull/888) Remove last ember-array using in docs ([@mkszepp](https://github.com/mkszepp))

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

## v8.0.4 (2024-03-18)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion ember-basic-dropdown/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-basic-dropdown",
"version": "8.0.4",
"version": "8.1.0",
"description": "The basic dropdown that your ember app needs",
"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 @@ -49,5 +49,5 @@
},
"npm": false
},
"version": "8.0.4"
"version": "8.1.0"
}

0 comments on commit 8dd0083

Please sign in to comment.