Skip to content

Commit

Permalink
Release 8.0.0-beta.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Jan 18, 2024
1 parent 5dd9f03 commit b93f615
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 2 deletions.
22 changes: 22 additions & 0 deletions ember-basic-dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@




## v8.0.0-beta.5 (2024-01-18)

#### :rocket: Enhancement
* [#739](https://github.com/cibernox/ember-basic-dropdown/pull/739) Allow passing attributes in wormhole component & add tests for wormhole ([@mkszepp](https://github.com/mkszepp))
* [#736](https://github.com/cibernox/ember-basic-dropdown/pull/736) Types: Separate Args and Signature ([@mkszepp](https://github.com/mkszepp))
* [#735](https://github.com/cibernox/ember-basic-dropdown/pull/735) Add option to use `ember-basic-dropdown.scss` ([@mkszepp](https://github.com/mkszepp))

#### :bug: Bug Fix
* [#738](https://github.com/cibernox/ember-basic-dropdown/pull/738) Update appReexports ([@mkszepp](https://github.com/mkszepp))

#### :memo: Documentation
* [#737](https://github.com/cibernox/ember-basic-dropdown/pull/737) DOCS: Fix typos ([@mkszepp](https://github.com/mkszepp))
* [#734](https://github.com/cibernox/ember-basic-dropdown/pull/734) docs: Fix that code snippets were rendered as [object Object] ([@johanrd](https://github.com/johanrd))

#### :house: Internal
* [#743](https://github.com/cibernox/ember-basic-dropdown/pull/743) Remove ember-get-config ([@mkszepp](https://github.com/mkszepp))

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

## v8.0.0-beta.4 (2024-01-04)

#### :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.0-beta.4",
"version": "8.0.0-beta.5",
"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 @@ -54,5 +54,5 @@
"[email protected]": "patches/[email protected]"
}
},
"version": "8.0.0-beta.4"
"version": "8.0.0-beta.5"
}

0 comments on commit b93f615

Please sign in to comment.