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 Aug 27, 2024
1 parent 6d619d7 commit 13365de
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions ember-basic-dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,19 @@




## v8.3.0 (2024-08-27)

#### :rocket: Enhancement
* [#935](https://github.com/cibernox/ember-basic-dropdown/pull/935) Allow `@ember/test-helpers` v4 ([@mkszepp](https://github.com/mkszepp))

#### :bug: Bug Fix
* [#937](https://github.com/cibernox/ember-basic-dropdown/pull/937) Remove test-specific behaviour for BasicDropdownWormhole ([@rohitpaulk](https://github.com/rohitpaulk))

#### Committers: 2
- Markus Sanin ([@mkszepp](https://github.com/mkszepp))
- Paul Kuruvilla ([@rohitpaulk](https://github.com/rohitpaulk))

## v8.2.1 (2024-08-22)

#### :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.2.1",
"version": "8.3.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 @@ -53,6 +53,6 @@
},
"npm": false
},
"version": "8.2.1",
"version": "8.3.0",
"packageManager": "pnpm@9.2.0+sha512.98a80fd11c2e7096747762304106432b3ddc67dcf54b5a8c01c93f68a2cd5e05e6821849522a06fb76284d41a2660d5e334f2ee3bbf29183bf2e739b1dafa771"
}

0 comments on commit 13365de

Please sign in to comment.