Skip to content

Commit

Permalink
Release 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Nov 12, 2024
1 parent 2b4580e commit c510ec4
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 2 deletions.
15 changes: 15 additions & 0 deletions ember-basic-dropdown/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@




## v8.4.0 (2024-11-12)

#### :rocket: Enhancement
* [#941](https://github.com/cibernox/ember-basic-dropdown/pull/941) Allow `@glimmer/component` v2 ([@mkszepp](https://github.com/mkszepp))

#### :memo: Documentation
* [#940](https://github.com/cibernox/ember-basic-dropdown/pull/940) Remove `ember-prism`, use `primsjs` in docs ([@mkszepp](https://github.com/mkszepp))

#### :house: Internal
* [#938](https://github.com/cibernox/ember-basic-dropdown/pull/938) Replace scss to css compiler while rollup ([@mkszepp](https://github.com/mkszepp))

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

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

#### :rocket: Enhancement
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.3.0",
"version": "8.4.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 @@ -52,6 +52,6 @@
},
"npm": false
},
"version": "8.3.0",
"version": "8.4.0",
"packageManager": "[email protected]+sha512.98a80fd11c2e7096747762304106432b3ddc67dcf54b5a8c01c93f68a2cd5e05e6821849522a06fb76284d41a2660d5e334f2ee3bbf29183bf2e739b1dafa771"
}

0 comments on commit c510ec4

Please sign in to comment.