Skip to content

Commit

Permalink
Merge pull request #78 from swup/version/automated
Browse files Browse the repository at this point in the history
Update package version (automated)
  • Loading branch information
daun authored Feb 5, 2024
2 parents c8849fa + c4ddba0 commit 45c9702
Show file tree
Hide file tree
Showing 3 changed files with 36 additions and 27 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## [3.3.2] - 2024-02-05

- Pass temporary visit into scroll hooks

## [3.3.1] - 2023-09-27

- Use `@swup/cli` for bundling
Expand Down Expand Up @@ -76,6 +80,7 @@

- Initial release

[3.3.2]: https://github.com/swup/scroll-plugin/releases/tag/3.3.2
[3.3.1]: https://github.com/swup/scroll-plugin/releases/tag/3.3.1
[3.3.0]: https://github.com/swup/scroll-plugin/releases/tag/3.3.0
[3.2.1]: https://github.com/swup/scroll-plugin/releases/tag/3.2.1
Expand Down
54 changes: 29 additions & 25 deletions package-lock.json

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

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@swup/scroll-plugin",
"amdName": "SwupScrollPlugin",
"version": "3.3.1",
"version": "3.3.2",
"description": "A swup plugin for customizable smooth scrolling",
"type": "module",
"source": "src/index.ts",
Expand Down Expand Up @@ -52,7 +52,7 @@
"@swup/plugin": "^4.0.0",
"scrl": "^2.0.0"
},
"devDependencies": {
"devDependencies": {
"@swup/cli": "^5.0.1"
},
"peerDependencies": {
Expand Down

0 comments on commit 45c9702

Please sign in to comment.