Skip to content

Commit 01ce46b

Browse files
chore(release): 3.0.4 [skip ci]
1 parent b839598 commit 01ce46b

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
All notable changes to this project will be documented in this file. See
66
[Conventional Commits](https://conventionalcommits.org) for commit guidelines.
77

8+
## [3.0.4](https://github.com/scroll-into-view/scroll-into-view-if-needed/compare/v3.0.3...v3.0.4) (2023-01-08)
9+
10+
### Bug Fixes
11+
12+
- **deps:** update dependencies (non-major) ([#1136](https://github.com/scroll-into-view/scroll-into-view-if-needed/issues/1136)) ([a72d093](https://github.com/scroll-into-view/scroll-into-view-if-needed/commit/a72d093f572f5b2fa8d5151aba0bf2dfa27575ad))
13+
- **deps:** update dependency compute-scroll-into-view to ^2.0.4 ([#1145](https://github.com/scroll-into-view/scroll-into-view-if-needed/issues/1145)) ([b839598](https://github.com/scroll-into-view/scroll-into-view-if-needed/commit/b8395988770dc06016c0ea6a67a68d7f4746c2d2))
14+
815
## [3.0.3](https://github.com/scroll-into-view/scroll-into-view-if-needed/compare/v3.0.2...v3.0.3) (2022-12-01)
916

1017
### Bug Fixes

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
MIT License
22

3-
Copyright (c) 2022 Cody Olsen
3+
Copyright (c) 2023 Cody Olsen
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

package-lock.json

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

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "scroll-into-view-if-needed",
3-
"version": "3.0.3",
3+
"version": "3.0.4",
44
"description": "Ponyfill for upcoming Element.scrollIntoView() APIs like scrollMode: if-needed, behavior: smooth and block: center",
55
"keywords": [
66
"behavior-smooth",

0 commit comments

Comments
 (0)