Skip to content

Commit

Permalink
Merge pull request #870 from swup/version/automated
Browse files Browse the repository at this point in the history
Update package version (automated)
  • Loading branch information
daun committed Jan 27, 2024
2 parents 1925a7f + f46dcc9 commit 16839bf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,15 @@
# Changelog

## [4.5.1] - 2024-01
## [4.5.2] - 2024-01-27

- Fix reflow helper being optimized away during build step

## [4.5.1] - 2024-01-08

- Wait with transition class mutations when pausing before `content:replace`
- Ignore errors in user hooks

## [4.5.0] - 2023-12
## [4.5.0] - 2023-12-01

- Support View Transitions API in new native mode
- Handle rapid link clicks to achieve smooth transitions
Expand Down Expand Up @@ -200,6 +204,7 @@ See [upgrade instructions](https://swup.js.org/getting-started/upgrading-v3/) fo

- Fix bug where animateHistoryBrowsing option was ignored for OUT animations

[4.5.2]: https://github.com/swup/swup/releases/tag/4.5.2
[4.5.1]: https://github.com/swup/swup/releases/tag/4.5.1
[4.5.0]: https://github.com/swup/swup/releases/tag/4.5.0
[4.4.4]: https://github.com/swup/swup/releases/tag/4.4.4
Expand Down
4 changes: 2 additions & 2 deletions 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": "swup",
"amdName": "Swup",
"version": "4.5.1",
"version": "4.5.2",
"description": "Versatile and extensible page transition library for server-rendered websites",
"type": "module",
"source": "./src/Swup.ts",
Expand Down

0 comments on commit 16839bf

Please sign in to comment.