Skip to content

Commit

Permalink
v3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pichfl committed Apr 12, 2022
1 parent 6bd65df commit 19f6617
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog



## v3.0.1 (2022-04-12)

#### :bug: Bug Fix
* [#596](https://github.com/simplabs/ember-promise-modals/pull/596) Ensure calls to @close run before the focus-out deactivation ([@pichfl](https://github.com/pichfl))

#### :house: Internal
* [#597](https://github.com/simplabs/ember-promise-modals/pull/597) Remove deprecated `clickOutsideDeactivates` option ([@pichfl](https://github.com/pichfl))

#### Committers: 1
- Florian Pichler ([@pichfl](https://github.com/pichfl))

## v3.0.0 (2022-04-11)

#### :boom: Breaking Change
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-promise-modals",
"version": "3.0.0",
"version": "3.0.1",
"description": "The better way to handle modals in your Ember.js apps.",
"keywords": [
"ember-addon"
Expand Down

0 comments on commit 19f6617

Please sign in to comment.