From 6a19ede6a105ec460010460b120dbaa2c4f9c1df Mon Sep 17 00:00:00 2001 From: Markus Sanin Date: Fri, 13 Oct 2023 08:07:54 +0200 Subject: [PATCH] releasing --- liquid-fire/CHANGELOG.md | 4 ++++ liquid-fire/package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/liquid-fire/CHANGELOG.md b/liquid-fire/CHANGELOG.md index 633bcc44..96fad430 100644 --- a/liquid-fire/CHANGELOG.md +++ b/liquid-fire/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.36.1 (2023-10-13) + +- BUGFIX: Fix `move-over` element calculation (wrong replacing from jquery) (#687) + ## 0.36.0 (2023-09-18) - BREAKING: oldest supported Ember Version is now 3.28+ diff --git a/liquid-fire/package.json b/liquid-fire/package.json index fd6ce0a8..0fd7970a 100644 --- a/liquid-fire/package.json +++ b/liquid-fire/package.json @@ -1,6 +1,6 @@ { "name": "liquid-fire", - "version": "0.36.0", + "version": "0.36.1", "description": "Animated transitions for Ember applications.", "keywords": [ "ember-addon"