Skip to content

Commit 45c9702

Browse files
authored
Merge pull request #78 from swup/version/automated
Update package version (automated)
2 parents c8849fa + c4ddba0 commit 45c9702

File tree

3 files changed

+36
-27
lines changed

3 files changed

+36
-27
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## [3.3.2] - 2024-02-05
4+
5+
- Pass temporary visit into scroll hooks
6+
37
## [3.3.1] - 2023-09-27
48

59
- Use `@swup/cli` for bundling
@@ -76,6 +80,7 @@
7680

7781
- Initial release
7882

83+
[3.3.2]: https://github.com/swup/scroll-plugin/releases/tag/3.3.2
7984
[3.3.1]: https://github.com/swup/scroll-plugin/releases/tag/3.3.1
8085
[3.3.0]: https://github.com/swup/scroll-plugin/releases/tag/3.3.0
8186
[3.2.1]: https://github.com/swup/scroll-plugin/releases/tag/3.2.1

package-lock.json

+29-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@swup/scroll-plugin",
33
"amdName": "SwupScrollPlugin",
4-
"version": "3.3.1",
4+
"version": "3.3.2",
55
"description": "A swup plugin for customizable smooth scrolling",
66
"type": "module",
77
"source": "src/index.ts",
@@ -52,7 +52,7 @@
5252
"@swup/plugin": "^4.0.0",
5353
"scrl": "^2.0.0"
5454
},
55-
"devDependencies": {
55+
"devDependencies": {
5656
"@swup/cli": "^5.0.1"
5757
},
5858
"peerDependencies": {

0 commit comments

Comments
 (0)