Skip to content

Commit 5549031

Browse files
authored
releasing
1 parent 4db915f commit 5549031

File tree

3 files changed

+8
-1
lines changed

3 files changed

+8
-1
lines changed

liquid-fire/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 0.37.0 (2024-08-19)
4+
5+
- Refactor: Replace `render-modifier` with `ember-modifier` (#694)
6+
- Refactor: Remove last `action` usage (#695)
7+
- Refactor: Remove unnecessary package dependencies (#696)
8+
39
## 0.36.2 (2024-08-06)
410

511
- Refactor: Remove `@ember/string` peerDependency (#691)

liquid-fire/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ You can also see some examples in my [Ember Animation Demo](http://github.com/ef
3232
| Ember Version | Liquid Fire Release |
3333
| ----------------- | ------------------- |
3434
| 3.28 and newer | latest |
35+
| 3.16 through 5.10 | 0.36.x |
3536
| 3.16 through 4.12 | 0.35.x |
3637
| 2.12 through 3.15 | 0.33.x |
3738
| 1.13 through 2.11 | 0.29.x |

liquid-fire/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "liquid-fire",
3-
"version": "0.36.2",
3+
"version": "0.37.0",
44
"description": "Animated transitions for Ember applications.",
55
"keywords": [
66
"ember-addon"

0 commit comments

Comments
 (0)