From c2a0bd4bee6fef66ebaed21a5c0589cb4c60df0a Mon Sep 17 00:00:00 2001 From: Markus Sanin Date: Wed, 21 Jun 2023 12:54:26 +0200 Subject: [PATCH] releasing --- CHANGELOG.md | 4 ++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a547681..7d73cf29 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.35.1 (2023-06-21) + +- BUGFIX: "Cannot read properties of null" when element position is fixed (#678) + ## 0.35.0 (2023-01-24) - ENHANCEMENT: replace internal jquery usages (there is now possible to use this package without jquery as dependency) (#674) diff --git a/package-lock.json b/package-lock.json index d9fca47e..7e442539 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "liquid-fire", - "version": "0.35.0", + "version": "0.35.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 42cca073..51812e20 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "liquid-fire", "description": "Animated transitions for Ember applications.", - "version": "0.35.0", + "version": "0.35.1", "scripts": { "build": "ember build --environment=production", "lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"",