Skip to content

Commit

Permalink
releasing
Browse files Browse the repository at this point in the history
  • Loading branch information
mkszepp committed Jun 21, 2023
1 parent 13490ed commit c2a0bd4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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)\"",
Expand Down

0 comments on commit c2a0bd4

Please sign in to comment.