From 53d65962f7876f32fb0c893d7e5baa6ad474e976 Mon Sep 17 00:00:00 2001 From: Markus Sanin Date: Tue, 24 Jan 2023 07:35:27 +0100 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 831a4d09..2a547681 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 0.35.0 (2023-01-24) + +- ENHANCEMENT: replace internal jquery usages (there is now possible to use this package without jquery as dependency) (#674) + ## 0.34.0 (2022-01-19) - BREAKING: oldest supported Ember is now 3.16 diff --git a/package-lock.json b/package-lock.json index 07525fbe..d9fca47e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "liquid-fire", - "version": "0.34.0", + "version": "0.35.0", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c9ca6aab..42cca073 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "liquid-fire", "description": "Animated transitions for Ember applications.", - "version": "0.34.0", + "version": "0.35.0", "scripts": { "build": "ember build --environment=production", "lint": "npm-run-all --aggregate-output --continue-on-error --parallel \"lint:!(fix)\"",