Skip to content

Commit 445e2ef

Browse files
committed
Release 4.1.5
1 parent f0d7ba8 commit 445e2ef

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

+17
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,20 @@
1+
## v4.1.5 (2024-12-07)
2+
3+
#### :bug: Bug Fix
4+
* [#404](https://github.com/yapplabs/ember-modal-dialog/pull/404) Move items from devDeps to peerDeps and update peerDepsMeta to clarify dependencies ([@lukemelia](https://github.com/lukemelia))
5+
6+
#### :memo: Documentation
7+
* [#403](https://github.com/yapplabs/ember-modal-dialog/pull/403) Adopt pnpm ([@lukemelia](https://github.com/lukemelia))
8+
9+
#### :house: Internal
10+
* [#406](https://github.com/yapplabs/ember-modal-dialog/pull/406) Convert ModalDialog component to glimmer ([@lukemelia](https://github.com/lukemelia))
11+
* [#405](https://github.com/yapplabs/ember-modal-dialog/pull/405) Move Overlay component to Glimmer ([@lukemelia](https://github.com/lukemelia))
12+
* [#403](https://github.com/yapplabs/ember-modal-dialog/pull/403) Adopt pnpm ([@lukemelia](https://github.com/lukemelia))
13+
14+
#### Committers: 2
15+
- Isaac Lee ([@ijlee2](https://github.com/ijlee2))
16+
- Luke Melia ([@lukemelia](https://github.com/lukemelia))
17+
118
## v4.1.4 (2024-06-28)
219

320
#### :bug: Bug Fix

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-modal-dialog",
3-
"version": "4.1.4",
3+
"version": "4.1.5",
44
"description": "An ember-cli addon for implementing modal dialogs",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)