Skip to content

Commit

Permalink
Release 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Nov 16, 2023
1 parent 8a46196 commit f6a1be7
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 3 deletions.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@

## v7.3.0 (2023-11-16)

#### :rocket: Enhancement
* [#714](https://github.com/cibernox/ember-basic-dropdown/pull/714) Drop `@ember/render-modifiers` ([@gilest](https://github.com/gilest))

#### :bug: Bug Fix
* [#721](https://github.com/cibernox/ember-basic-dropdown/pull/721) Fix peerDependency of ember-source in package.json ([@mkszepp](https://github.com/mkszepp))

#### :house: Internal
* [#720](https://github.com/cibernox/ember-basic-dropdown/pull/720) Add release-it ([@mkszepp](https://github.com/mkszepp))
* [#718](https://github.com/cibernox/ember-basic-dropdown/pull/718) Remove `ember-cli-htmlbars` workaround in ember-try ([@mkszepp](https://github.com/mkszepp))
* [#717](https://github.com/cibernox/ember-basic-dropdown/pull/717) Remove `ember-cli-memory-leak-detector` ([@mkszepp](https://github.com/mkszepp))
* [#716](https://github.com/cibernox/ember-basic-dropdown/pull/716) Upgrade ember cli to 4.12.2 ([@mkszepp](https://github.com/mkszepp))

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

## 7.2.2
- Update ember-element-helper

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-basic-dropdown",
"version": "7.2.2",
"version": "7.3.0",
"description": "The basic dropdown that your ember app needs",
"homepage": "http://ember-basic-dropdown.com",
"scripts": {
Expand Down

0 comments on commit f6a1be7

Please sign in to comment.