Skip to content

Commit

Permalink
Release 4.0.0-alpha.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemelia committed May 25, 2021
1 parent 1313322 commit ada8f39
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,20 @@
## v4.0.0-alpha.0 (2021-05-25)

#### :boom: Breaking Change
* [#332](https://github.com/yapplabs/ember-modal-dialog/pull/332) Drop support for Ember 3.19 and below ([@Turbo87](https://github.com/Turbo87))

#### :house: Internal
* [#333](https://github.com/yapplabs/ember-modal-dialog/pull/333) Add volta config ([@lukemelia](https://github.com/lukemelia))
* [#324](https://github.com/yapplabs/ember-modal-dialog/pull/324) Upgrade `ember-wormhole` to v0.6.0 ([@legallai](https://github.com/legallai))
* [#331](https://github.com/yapplabs/ember-modal-dialog/pull/331) Remove obsolete `this.get(...)` calls ([@Turbo87](https://github.com/Turbo87))
* [#330](https://github.com/yapplabs/ember-modal-dialog/pull/330) dummy: Remove obsolete `register-subclassed-modals` initializer ([@Turbo87](https://github.com/Turbo87))
* [#329](https://github.com/yapplabs/ember-modal-dialog/pull/329) Add missing `this.` prefixes to the templates ([@Turbo87](https://github.com/Turbo87))

#### Committers: 3
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
- Tobias Bieniek ([@Turbo87](https://github.com/Turbo87))
- [@legallai](https://github.com/legallai)

## v3.0.3 (2021-05-17)

#### :bug: Bug Fix
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-modal-dialog",
"version": "3.0.3",
"version": "4.0.0-alpha.0",
"description": "An ember-cli addon for implementing modal dialogs",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit ada8f39

Please sign in to comment.