Skip to content

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
BlueCutOfficial committed Feb 1, 2024
1 parent c0472ad commit 19e6a63
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,25 @@




## v4.1.0 (2024-02-01)

#### :rocket: Enhancement
* [#894](https://github.com/mainmatter/ember-promise-modals/pull/894) Deprecate opening a modal from string ([@BlueCutOfficial](https://github.com/BlueCutOfficial))

#### :memo: Documentation
* [#908](https://github.com/mainmatter/ember-promise-modals/pull/908) docs(DEPRECATIONS)/ Adjust the line about deprecated node ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
* [#897](https://github.com/mainmatter/ember-promise-modals/pull/897) Communicate about all the major changes planned for the v2 addon ([@BlueCutOfficial](https://github.com/BlueCutOfficial))

#### :house: Internal
* [#907](https://github.com/mainmatter/ember-promise-modals/pull/907) Internal fix/ re-add node 14 to the list of supported engines ([@BlueCutOfficial](https://github.com/BlueCutOfficial))
* [#858](https://github.com/mainmatter/ember-promise-modals/pull/858) Fix CI tests for beta/canary channels ([@zeppelin](https://github.com/zeppelin))

#### Committers: 3
- Gabor Babicz ([@zeppelin](https://github.com/zeppelin))
- Marco Otte-Witte ([@marcoow](https://github.com/marcoow))
- Marine Dunstetter ([@BlueCutOfficial](https://github.com/BlueCutOfficial))

## v4.0.0 (2023-06-01)

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

0 comments on commit 19e6a63

Please sign in to comment.